Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeLog for 3.1.0 #138

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Change Log
==========

Version 3.1.0
=============
**12 Mar 2024**

*New Features*
* [BBPBGLIB-1102] (Part two) Load memory balance from file (#129)
* [BBPBGLIB-1102] Add memory load balance export based on dry run estimate (#111)

*Bug Fixes*
* StrEnum not working with older python versions (#125)
* Fix unit tests (#119)

*Improvements*
* [BBPBGLIB-1125] GH forkflow for building a wheel (#121)
* On --debug install a hook for NGV to show neuro-glial "spikes" (#137)
* [BBPBGLIB-1132] Replace StimulusManager.hoc with the python classes (#132)
* [BBPBGLIB-1134] Move ShowProgress.hoc to python (#131)
* [BBPBGLIB-1135] Move CompartmentMapping to python (#133)
* [BBPBGLIB-1133] Remove ElectrodeManager.hoc and LookupTableV2.mod (#128)
* [BBPBGLIB-1121] Remove BlueConfig parser (#127)
* Use actions/checkout@v4 to use Node 20 (#126)
* [BBPBGLIB-1127] Remove SpikeWriter.mod and out.dat (#123)
* [BBPBGLIB-1110] Error now raised when executeConfigure is returned with errors (#120)
* Remove SynapseReader.mod and SynReaderNRN (#122)
* [BBPBGLIB-1124] Remove hoc targets related code (#118)
* [BBPBGLIB-1120] Remove node loaders for MVD3 and NCS (#117)


Version 3.0.0
=============
**31 Jan 2024**
Expand Down