Skip to content

NetPyNE-UI Release 0.5 alpha

Compare
Choose a tag to compare
@tarelli tarelli released this 24 Nov 15:08
· 1779 commits to master since this release
45a254d

New Features

  • New AppBar component with a different interaction for the user for the instantiation and simulation processes.
  • Export/Import to/from a python file.
  • Export/Import to/from a json file.
  • New Tabbed Drawer component introduced for the JS and Python console.
  • CellParams hierarchy improved to help the users during the navigation.
  • Added RxD plot.
  • New Logo and colors.
  • 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.
  • Casper tests coverage extended.

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 an 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.