Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 1.13 KB

Changelog

Unreleased

1.1.0 (June 2021)

Added

  • Version handling with setuptools_scm
  • Confidence can be used as weights for cost volume.
  • Udpate dependency to Pandora 1.1.0 and libSGM 0.4.0

1.0.0 (March 2021)

BREAKING CHANGE

  • Penalties method : removes mc_cnn_penalty parameter, added mc_cnn_fast_penalty and mc_cnn_accurate_penalty parameters to be able to automatically load the penalties according to the type of measure.
  • Change compute_penalty to take images datasets as input.
  • Update depency to Pandora 1.0.0 version.[#59]

0.6.0 (January 2021)

Changed

  • Move /conf to /tests directory [#49]
  • Update depency to Pandora 0.5.0 version.

0.5.0 (December 2020)

Changed

  • Update dependency to libSGM 0.3.1 version (disable parallel python implementation of SGM)
  • Update depency to Pandora 0.4.0 version.

Fixed

  • Penalties registration : fix the import of penalties [#46]

0.4.0 (November 2020)

Added

Changed

  • Update dependency to Pandora 0.3.0 version.

Fixed

  • min_cost_paths calculation: fix creation of temporary disparity map to avoid dangerous DataArray manipulation. [#43]