We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1713d0 commit f9e98efCopy full SHA for f9e98ef
docs/release.rst
@@ -28,6 +28,10 @@ Fixes
28
* Fixes issue with ``Delta`` Zarr 3 codec not working with ``astype``.
29
By :user:`Norman Rzepka <normanrz>`, :issue:`664`
30
31
+* Removed Version Check: The previous code included a check for the `NumPy` version
32
+ and a warning if the version was incompatible with `zfpy`.
33
+ This check has been removed because `zfpy` now supports the newer versions of `NumPy`.
34
+ By :user:`Meher Gajula <me-her>`, :issue:`672`
35
36
Improvements
37
~~~~~~~~~~~~
0 commit comments