NetPyNE-UI Release 0.5 alpha
New Features
- Casper tests coverage extended.
- Added RXD plot.
- New Tabbed Drawer component introduced for the JS and Python console.
- Export/Import in/from a python file.
- Export/Import in/from a json file.
- New AppBar component with a different interaction for the user for the instantiation and simulation processes.
- Netpyne-UI migrated to the latest jupyter notebook library.
- Geppetto jupyter extension and synch component between JS frontend and python backend refactoring for code wise and performance improvements.
- Name validation feature, now checking for valid chars in the string and as well for collision with a name already present.
- CellParams hierarchy improved to help the users during the navigation.
- New Logo and colours.
Fixes
- Fixed the format type validation for data inserted by the user.
- Fixed conds in the netParams.stimTargetParams that should be empty and before was populated with an empty Population.
- Fixed the default value in connectivity rules that should be empty by default.
- Fixed sections displayed per CellRule whereby before all the sections were displayed.
- Fixed rename for netpyne stimulation source.
- Fixed an issue where if the name of an element of the UI (e.g. Population) was renamed with an empty string therefore the element was inaccessible in a second moment.
- Fixed and issue whereby if the same name was used for the same component type (e.g. cellRule), the 2 components were colliding into a single one on the frontend side but not on the backed.
- Fixed the coordinateRange component synchronization between frontend and backend when a component using this component was renamed.