From ca905dabe3828e57c3b97253bbad4661671a003c Mon Sep 17 00:00:00 2001 From: owinter Date: Mon, 18 Nov 2024 14:42:28 +0000 Subject: [PATCH] bump version to 0.5.5 --- CHANGELOG.md | 5 +++++ README.md | 2 +- iblatlas/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6259b..36fed24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index fa5fd6c..cc2c72e 100644 --- a/README.md +++ b/README.md @@ -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`.** diff --git a/iblatlas/__init__.py b/iblatlas/__init__.py index e3b5018..9d79628 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.5.4' +__version__ = '0.5.5'