Skip to content

Commit

Permalink
bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Nov 18, 2024
1 parent d66f612 commit ca905da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.5.5]
### Modified
- removed instances of `np.NaN` to replace with `np.nan` for numpy 2.0 compatibility


## [0.5.4]
### Modified
- `iblatlas.plots.plot_swanson_vector` option to show colorbar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iblatlas
Tools to manipulate hierarchical 3D representations of the mouse brain anatomy for electrophysiolgy experiments.
The tools are mainly using the the Allen CCF although some other atlases can be used.
The tools are mainly using the Allen CCF although some other atlases can be used.

**This repository uses minimal requirements, based of standard `matplotlib`, `numpy` and `scipy` libraries, to the exclusion
of more complex visualization tools such as `pyqt`.**
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.5.4'
__version__ = '0.5.5'

0 comments on commit ca905da

Please sign in to comment.