Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 829 Bytes

release_notes.md

File metadata and controls

49 lines (28 loc) · 829 Bytes

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)

Initial Release of PySLSQP.

Summary of major changes from the previous release - None

Old Features Removed

  • None

New Features Added

  • None

Old Features Improved

  • None

New Deprecations

  • None

Upgrade Process

  • Details of how to upgrade from previous versions

Backwards Incompatible API Changes

  • None

Backwards Incompatible Non-API Changes

  • None

Bug Fixes

  • None

Miscellaneous

  • None