Skip to content

Commit 4c5ffef

Browse files
committed
chore(readme): sync to development
[skip ci]
1 parent f3a0db6 commit 4c5ffef

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,49 @@ See https://docs.neuroml.org/ for an overview of the various NeuroML libraries.
4141

4242
## Changelog
4343

44+
### version 0.5.8
45+
46+
- drop py3.7, add py3,12
47+
- fix loader to check for given path and fall back to relative path
48+
- extend `get_segment_groups_from_substring` to also include an `unbranched` filter
49+
- more type hint/doc fixes
50+
51+
### version 0.5.7
52+
53+
- more documentation for writes/loaders
54+
55+
### version 0.5.6
56+
57+
- documentation fixes to writer modules
58+
59+
### version 0.5.5
60+
61+
- update schema, changes for NML 2.3 release
62+
63+
### version 0.5.4
64+
65+
- use natsort to improve sorting of segments/groups when optimising
66+
67+
### version 0.5.3
68+
69+
- add links to schema documentation
70+
- move from legacy setup.py to pyproject.toml build system
71+
72+
### version 0.5.2
73+
74+
- explicitly depend on numpy
75+
76+
### version 0.5.1
77+
78+
- updates to GHA
79+
80+
### version 0.5.0
81+
82+
- enable CI on py3.11
83+
- fix to loaders
84+
- format code with black
85+
- add graph representation for morphology, and methods to calculate distances b/w segments
86+
4487
### version 0.4.1
4588

4689
- add multiple cell builder utility functions

0 commit comments

Comments
 (0)