Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-philippe committed May 15, 2024
1 parent a83fe1f commit 0eff0bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The documentation presents :

- API
- [dev](https://loco-philippe.github.io/ntv-numpy/ntv_numpy.html)
- [v0.2.1](https://loco-philippe.github.io/ntv-numpy/v0.2.1/ntv_numpy.html)
- [v0.2.0](https://loco-philippe.github.io/ntv-numpy/v0.2.0/ntv_numpy.html)
- [v0.1.2](https://loco-philippe.github.io/ntv-numpy/v0.1.2/ntv_numpy.html)
- Release
Expand Down
5 changes: 5 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version x.y.z
=============

0.2.1 RC 1 (2024-05-16)
------------------------
- bug #3 (python 3.10)
- enh #4 (Unification of parameters in to_xarray, to_scipp and to_dataframe)

0.2.0 RC 1 (2024-05-05)
------------------------
- add NTVtype extension (Ndtype class)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ntv_numpy",
version="0.2.0",
version="0.2.1",
description="NTV-NumPy : A multidimensional semantic, compact and reversible format for interoperability",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -27,6 +27,6 @@
keywords="numpy, JSON-NTV, semantic JSON, development, environmental data, multidimensional",
packages=find_packages(include=['ntv_numpy', 'ntv_numpy.*']),
package_data={'ntv_numpy': ['*.ini']},
python_requires=">=3.9, <4",
python_requires=">=3.10, <4",
install_requires=['json_ntv', 'numpy', 'shapely']
)

0 comments on commit 0eff0bb

Please sign in to comment.