Skip to content

Releases: hbldh/lspopt

v1.4.0

07 Jan 16:24
Compare
Choose a tag to compare

What's Changed

  • replace pkg_resources with importlib.resources by @remrama in #8
  • Modernize Python compatibilities and bump lspopt version by @remrama in #10

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

24 Jan 11:47
4303dac
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

08 Jun 08:27
Compare
Choose a tag to compare

Added

  • New plot file

Fixed

  • Source distribution was broken on PyPI. Modified MANIFEST.in to correct that (#5 and #6)
  • Url to missing plot file
  • Fixed some incorrect int declarations using 1e3 notation

Removed

  • Removed Pipfile

Version 1.1.1

28 Sep 09:00
Compare
Choose a tag to compare

No actual changes, except moving CI fron Azure Devops to Github Actions. This release serves mostly to update README on PyPI to be updated with new CI badge.
Added CHANGELOG.md for good measures.