Skip to content

Commit 61d5f98

Browse files
committed
Release 0.6.0
1 parent 2b93df5 commit 61d5f98

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ Release 0.5.2
128128
* Add support for Python 3.10, remove testing for Python 3.4 and NumPy 1.12
129129
* Switch from nose to pytest for running tests
130130

131+
Release 0.6.0
132+
=============
133+
134+
* Switch from setup.py to pyproject.toml
135+
* Add testing for Python 3.11, 3.12, remove testing for 3.5-3.7.
136+
* Tested with NumPy 2.0, minimum NumPy version tested is now 1.20.
137+
* Switch to GitHub Actions for continuous integration testing.
131138

132139
.. _`#3`: https://bitbucket.org/apdavison/lazyarray/issue/3/
133140
.. _`#4`: https://bitbucket.org/apdavison/lazyarray/issue/4/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lazyarray"
3-
version = "0.6.0.dev"
3+
version = "0.6.0"
44
description = "A Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays."
55
readme = "README.rst"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)