- Update numpy version. [#82]
- Update makefile packaging. [#74]
- Update setup.py and sgm_wrapper files to fix windows compilation bugs.
- Update github ci file. [#83]
- Fix numpy version.
- Update the setup.py file to install with the -e option. [#68]
- Update of the minimal version for python. [#78]
- Update of the minimal version for python in github workflow. [#79]
- Deletion of the pip install codecov of githubAction CI.
- Pytest in Github Action pipeline [#75]
- Align package versions with Pandora.
- Add cmdclass parameter on setup.py for google colab install. [#67]
- Correct entry point name. [#65]
Update python packaging.
- Version handling with setuptools_scm
- Add API documentation for the libsgm_python code. [#59]
- Add piecewise optimization. [#62]
- Fix memory allocation error with large images. [#47]
- Readme refactoring
- Temporarily disable parallel python sgm implementation while waiting for bugfix.