From 50517392a2d5c95a35f1846ad927a411892d3f8b Mon Sep 17 00:00:00 2001 From: olivier Date: Thu, 8 Feb 2024 15:36:45 +0000 Subject: [PATCH] changelog, bump version number --- CHANGELOG.md | 11 +++++++---- iblatlas/__init__.py | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4661b00..4282f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## [1.0.0] +## [0.5.0] +### Added +- `iblatlas.genomics.merfish` module for working with the Allen gene expression + atlas in the `iblatlas.genomics.merfish` module +## [0.4.0] ### Added -- `iblatlas.genomics` module for working with genomics data from Allen contains - - the Allen gene expression atlas in the `iblatlas.genomics.agea` module - - the Allen cell types atlas in the `iblatlas.genomics.merfish` module +- `iblatlas.genomics.agea` module for working with the Allen gene expression + atlas in the `iblatlas.genomics.agea` module ### Modified - slices of the atlas are now always returned with consistent sizes regardless of the volume layout on disk - atlases now can have an extra dimension in the image volume, to allow for multiple layers diff --git a/iblatlas/__init__.py b/iblatlas/__init__.py index 098b670..44b03d3 100644 --- a/iblatlas/__init__.py +++ b/iblatlas/__init__.py @@ -194,4 +194,4 @@ .. [10] Allen Mouse Common Coordinate Framework Technical White Paper (October 2017 v3) http://help.brain-map.org/download/attachments/8323525/Mouse_Common_Coordinate_Framework.pdf """ -__version__ = '0.4.0' +__version__ = '0.5.0'