All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.6.0 (2021-12-09)
- Added a demo for 3D surfaces with cylindrical symmetries. (
examples/example1.py
)
- Fixes incorrectly plotted curves when no
imshow
has been called. - Fixes ugly coefficient calculation code.
1.5.1 (2021-01-22)
return_transformation
keyword onelliptic_fourier_descriptors
method. Merged #11. Fixes #5.
- Documentation correction. Merged #12.
- Deleted broken example script
scikit_image.py
.
1.4.1 (2020-09-28)
- Added
CHANGELOG.md
- Change CI from Azure Devops to Github Actions
1.4.0 (2019-07-27)
- Merged PR #4: Vectorized contour reconstruction function
1.3.0 (2019-06-18)
- Merged PR #2: Numpy vectorized efd
- Moved from Travis CI to Azure Pipelines
- Replaced rst with markdown
1.2.0 (2018-06-14)
- Updated setup.py
- Updated numpy requirement
- Added Pipfile
- Ran Black on code
- Testing on 3.6
1.1.0 (2018-06-13)
- New example for OpenCV
- Updated documentation
1.0.0 (2016-04-19)
- Deemed stable enough for version 1.0 release
- Created documentation.
0.1.2 (2016-02-29)
- Testing with pytest instead of nosetests.
- Added Coveralls use.
0.1.1 (2016-02-17)
- Fixed MANIFEST
- Added LICENSE file that was missing.
- Initial release