-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# v0.10.0 (*08.08.2024*) ## Major Changes since v0.9.0 * Automatic network generation from high-level specifications. * Units at the user interface including scaling and conversion. * Morphologies are loaded through a unified interface; which produces a bundle of morphology, metadata, and segment tree. ## Internal Updates * Documentation overhaul * Python bindings offer type stubs; giving auto-completion and inline documentation in some editors/IDEs. * Performance improvements - Label resolution uses hashes instead of strings, saving memory, network traffic, and time. - Spike delivery is up to 30% faster leading to 10% end-to-end improvements in some cases (e.g. `example/brunel`) - Load balancing is faster and doesn't rely on MPI, leading to shorter setup times for large networks. * Fixes - Better support for source builds on MacOS (aarch64) - `modcc` no longer allows internal variables (`v`, `celsius`, ...) as `ASSIGNED` - Better support for raw (C++) mechanisms * MC cells renamed cable cells. ## Breaking changes * Return values of all morphology loaders have changed. * Raw (segment tree) loaders removed. * Support for Python 3.8 removed. * C++: Removed `simulation::inject_events`, use a generator instead. ## New Contributors * @ErbB4 made their first contribution in #2271 **Full Changelog**: v0.9.0...v0.10.0
- Loading branch information
1 parent
2c6da98
commit 6b6cc90
Showing
9 changed files
with
103 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.1-dev | ||
0.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters