Skip to content

Commit

Permalink
chore(readme): sync to development
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sanjayankur31 committed Mar 5, 2024
1 parent f3a0db6 commit 4c5ffef
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,49 @@ See https://docs.neuroml.org/ for an overview of the various NeuroML libraries.

## Changelog

### version 0.5.8

- drop py3.7, add py3,12
- fix loader to check for given path and fall back to relative path
- extend `get_segment_groups_from_substring` to also include an `unbranched` filter
- more type hint/doc fixes

### version 0.5.7

- more documentation for writes/loaders

### version 0.5.6

- documentation fixes to writer modules

### version 0.5.5

- update schema, changes for NML 2.3 release

### version 0.5.4

- use natsort to improve sorting of segments/groups when optimising

### version 0.5.3

- add links to schema documentation
- move from legacy setup.py to pyproject.toml build system

### version 0.5.2

- explicitly depend on numpy

### version 0.5.1

- updates to GHA

### version 0.5.0

- enable CI on py3.11
- fix to loaders
- format code with black
- add graph representation for morphology, and methods to calculate distances b/w segments

### version 0.4.1

- add multiple cell builder utility functions
Expand Down

0 comments on commit 4c5ffef

Please sign in to comment.