Skip to content

Commit

Permalink
prepare for v3.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Jul 4, 2023
1 parent 92e6960 commit 439e725
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v3.3.6
======
Improvements:
* don't allow negative IDs in SWC, except for the special parent == -1, for the first sample (#466)
* Bump HighFive to v2.7.1 (#449)
* Increase allowed section type to 19 (#462)
* Have warnings for incompatible soma-types (#458):
* SWC files should have soma that are either a point, or a set of stacked cylinders.
* H5 & ASC consider the soma to be a contour
* allow assignment of soma type for mutable soma
* add errors for soma access / write if wrong size
- ERROR_SOMA_INVALID_SINGLE_POINT
- ERROR_SOMA_INVALID_THREE_POINT_CYLINDER
- ERROR_SOMA_INVALID_CONTOUR
* increased test coverage and cleanup

v3.3.5
======
New Features:
Expand Down

0 comments on commit 439e725

Please sign in to comment.