Skip to content

Commit

Permalink
bump version 0.2.11 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 5, 2024
1 parent 00fd4d9 commit fc0e891
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ Most templates come with a mesh e.g. for plotting via navis:
```

## Changes
- `0.3.0` (01/08/24):
- **potentially breaking** as it may change transform paths:
- weights for `AliasTransforms` are now set to 0 (i.e. no cost)
- weights for simple `AffineTransforms` are set to 0.1
- improved the mirror transforms for `FAFB14` and `FLYWIRE` based on a new `JRC2018F-FLYWIRE` CMTK transform (S. Cachero, Jefferis lab)
- added a symmetrizing transform for `FLYWIRE`
- added VNC mesh to `JRCFIB2022M`; it now has `.mesh`, `.mesh_brain`, `.mesh_vnc`
- fixed stray vertex in `FLYWIRE.mesh_whole_brain`
- some under-the-hood refactoring
- `0.2.11` (23/07/24): fixed bounding box for `JRCFIB2022Mraw`
- `0.2.10` (16/04/24):
- added download for `JRCFIB2022M` (maleCNS) <-> `JRC2018M` transform (via Saalfeld lab)
Expand Down
4 changes: 2 additions & 2 deletions flybrains/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.

__version__ = '0.2.11'
__version_vector__ = (0, 2, 11)
__version__ = '0.3.0'
__version_vector__ = (0, 3, 0)

0 comments on commit fc0e891

Please sign in to comment.