NetPyNE-UI Release 0.4 alpha
New Features
- Automation testing implemented with CasperJS.
- Added configurable plots for simulation.
- Added stimulation sources, stimulation targets and synapse mechanisms.
- Cell template can now be imported into CellRules.
- Added density mechanism.
- Added network attributes.
- Improved the import for model and cells with the implementation of a file browser.
- Delete buttons on hover implemented to delete a components (e.g. Population, CellRule, etc.) and not the entire model.
- Added the timeRange component to handle beginning and end time frames.
- Implemented an error handler.
- The GUI now supports pypi installation, docker file and virtualbox image.
Fixes
- some tabs some(e.g. synMechParams) were not displaying the data after coming back from the instantiation window.
- Fixed an issue in the Population's spatial distribution configuration with min and max axis that were not handling correctly decimal values and special characters.
- Fixed with the rename of the stimuatlion sources and stimulation targets.
- Fixed the synchParams not appearing in the synMechs.
- Fixed the LFP plot now showing properly.
- Fixed the dialog transition for import cell template and import model due to the spinner that was overlapping with the dialog.