Skip to content

Releases: anugrahjo/PySLSQP

PySLSQP 0.1.3

05 Dec 23:59
v0.1.3
25114ec
Compare
Choose a tag to compare

First release with compiler optimization

  • Improve performance (multifold) with compiler optimization
  • Withdraw support for prebuilt macos-12 wheels
  • Update citation and include the published paper

@anugrahjo

PySLSQP 0.1.2

25 Nov 09:04
v0.1.2
6f67fc6
Compare
Choose a tag to compare

Add support for NumPy 2.x

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

@anugrahjo

PySLSQP 0.1.1

25 Nov 09:00
v0.1.1
b3c3629
Compare
Choose a tag to compare

Release with full support for Windows

  • Add support for Windows OS (cloud tested and wheels made available on PyPI)
  • Withdraw support for prebuilt macos-11 wheels
  • 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

@anugrahjo

PySLSQP 0.1.0

25 Nov 08:58
v0.1.0
141255a
Compare
Choose a tag to compare

First stable release

Initial production release of PySLSQP.

@anugrahjo