Skip to content

Commit

Permalink
Release version 0.1.2 with NumPy 2.x support.
Browse files Browse the repository at this point in the history
  • Loading branch information
anugrahjo committed Nov 25, 2024
1 parent c427ede commit 6f67fc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ A more detailed description of major changes between releases can be found
in [`RELEASE_NOTES.md`](https://github.com/anugrahjo/PySLSQP/blob/main/release_notes.md)
in the project root directory.

***********************************
# Version 0.1.2 (November 24, 2024)

- Add support for NumPy 2.x.x
- Update PySLSQP software paper

***********************************
## Version 0.1.1 (October 13, 2024)

Expand Down
2 changes: 1 addition & 1 deletion pyslsqp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.1'
__version__ = '0.1.2'

from pyslsqp.main import optimize, get_default_options
7 changes: 7 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
***********************************
# PySLSQP 0.1.2 (November 24, 2024)

- Add support for NumPy 2.x.x
- Update PySLSQP software paper

***********************************
# PySLSQP 0.1.1 (October 13, 2024)

- Add support for Windows OS (cloud tested and wheels made available on PyPI)
Expand Down

0 comments on commit 6f67fc6

Please sign in to comment.