Skip to content

Commit

Permalink
Update release notes and changelog for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
anugrahjo committed Oct 13, 2024
1 parent 19df924 commit a86d377
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.1 (October 13, 2024)

- Add support for Windows OS (cloud tested and wheels made available on PyPI)
- More precise timing with perf_counter()
- Fix swapped printing of average function and derivative evaluation times in final results
- Minor updates to documentation
- Add PySLSQP software paper to the repository

***********************************
## Version 0.1.0 (June 2, 2024)

Expand Down
10 changes: 9 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# PySLSQP 0.1.1 (October 13, 2024)

- Add support for Windows OS (cloud tested and wheels made available on PyPI)
- More precise timing with perf_counter()
- Fix swapped printing of average function and derivative evaluation times in final results
- Minor updates to documentation
- Add PySLSQP software paper to the repository

***********************************
# PySLSQP 0.1.0 (JUNE 2, 2024)
# PySLSQP 0.1.0 (June 2, 2024)
Initial Release of PySLSQP.

Summary of major changes from the previous release - None
Expand Down

0 comments on commit a86d377

Please sign in to comment.