Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

88 lines (48 loc) · 1.39 KB

Changelog

0.4.7 (September 2024)

0.4.7a1 (September 2024)

Changed

  • Update numpy version. [#82]
  • Update makefile packaging. [#74]

Fixed

  • Update setup.py and sgm_wrapper files to fix windows compilation bugs.
  • Update github ci file. [#83]

0.4.6 (June 2024)

Changed

  • Fix numpy version.

0.4.6a1 (June 2024)

Changed

  • Update the setup.py file to install with the -e option. [#68]

0.4.5 (January 2024)

Changed

  • Update of the minimal version for python. [#78]
  • Update of the minimal version for python in github workflow. [#79]

Fixed

  • Deletion of the pip install codecov of githubAction CI.

Added

  • Pytest in Github Action pipeline [#75]

0.4.4 (January 2023)

Added

  • Align package versions with Pandora.
  • Add cmdclass parameter on setup.py for google colab install. [#67]

0.4.2 (January 2022)

Fixed

  • Correct entry point name. [#65]

0.4.1 (December 2021)

Changed

Update python packaging.

0.4.0 (June 2021)

Added

  • Version handling with setuptools_scm
  • Add API documentation for the libsgm_python code. [#59]
  • Add piecewise optimization. [#62]

Fixed

  • Fix memory allocation error with large images. [#47]

0.3.2 (January 2021)

Changed

  • Readme refactoring

0.3.1 (November 2020)

Added

Changed

Fixed

  • Temporarily disable parallel python sgm implementation while waiting for bugfix.