Skip to content

Commit

Permalink
changelog, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Feb 8, 2024
1 parent 9af8a28 commit 5051739
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion iblatlas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5051739

Please sign in to comment.