Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Sep 5, 2024
1 parent 2b93df5 commit 61d5f98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ Release 0.5.2
* Add support for Python 3.10, remove testing for Python 3.4 and NumPy 1.12
* Switch from nose to pytest for running tests

Release 0.6.0
=============

* Switch from setup.py to pyproject.toml
* Add testing for Python 3.11, 3.12, remove testing for 3.5-3.7.
* Tested with NumPy 2.0, minimum NumPy version tested is now 1.20.
* Switch to GitHub Actions for continuous integration testing.

.. _`#3`: https://bitbucket.org/apdavison/lazyarray/issue/3/
.. _`#4`: https://bitbucket.org/apdavison/lazyarray/issue/4/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lazyarray"
version = "0.6.0.dev"
version = "0.6.0"
description = "A Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays."
readme = "README.rst"
requires-python = ">=3.8"
Expand Down

0 comments on commit 61d5f98

Please sign in to comment.