Skip to content

Latest commit

 

History

History
122 lines (71 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

122 lines (71 loc) · 2.4 KB

Changelog

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

  • Added a demo for 3D surfaces with cylindrical symmetries. (examples/example1.py)

Fixes

  • Fixes incorrectly plotted curves when no imshow has been called.
  • Fixes ugly coefficient calculation code.

1.5.1 (2021-01-22)

Added

  • return_transformation keyword on elliptic_fourier_descriptors method. Merged #11. Fixes #5.

Fixes

  • Documentation correction. Merged #12.

Removed

  • Deleted broken example script scikit_image.py.

1.4.1 (2020-09-28)

Added

  • Added CHANGELOG.md

Changed

  • Change CI from Azure Devops to Github Actions

1.4.0 (2019-07-27)

Changed

  • Merged PR #4: Vectorized contour reconstruction function

1.3.0 (2019-06-18)

Changed

  • Merged PR #2: Numpy vectorized efd
  • Moved from Travis CI to Azure Pipelines
  • Replaced rst with markdown

1.2.0 (2018-06-14)

Changed

  • Updated setup.py
  • Updated numpy requirement

Added

  • Added Pipfile
  • Ran Black on code
  • Testing on 3.6

1.1.0 (2018-06-13)

Added

  • New example for OpenCV
  • Updated documentation

1.0.0 (2016-04-19)

Changed

  • Deemed stable enough for version 1.0 release

Added

  • Created documentation.

0.1.2 (2016-02-29)

Changed

  • Testing with pytest instead of nosetests.

Added

  • Added Coveralls use.

0.1.1 (2016-02-17)

Fixed

  • Fixed MANIFEST

Added

  • Added LICENSE file that was missing.

0.1.0 (2016-02-09)

Added

  • Initial release