Skip to content

Latest commit

 

History

History
162 lines (101 loc) · 9.67 KB

CHANGELOG.md

File metadata and controls

162 lines (101 loc) · 9.67 KB

Changelog

v0.2.1 (2022-03-11)

Full Changelog

Fixed bugs:

  • Fix auto-discovery of plugins for napari <= 0.4.15 #120 (tlambert03)

v0.2.0 (2022-03-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • add back deprecated _samples on contributions index #116 (tlambert03)
  • Make conversion robust to entry_point string entries #94 (nclack)

Tests & CI:

Refactors:

  • Simplify Reader/writer internal logic. #107 (Carreau)

Documentation:

v0.1.2 (2022-01-28)

Full Changelog

Fixed bugs:

  • add include_package_data to setup.cfg in npe2 convert #89 (tlambert03)
  • Handle list of paths in iter_compatible_reader #87 (ppwadhwa)

Tests & CI:

Documentation:

v0.1.1 (2022-01-07)

Full Changelog

Implemented enhancements:

  • Add option to validate python_name imports #76 (tlambert03)
  • Extract out ImportExport logic from PluginManifest, don't sort yaml fields alphabetically #72 (tlambert03)

Tests & CI:

Refactors:

Documentation:

v0.1.0 (2021-12-15)

Full Changelog

Implemented enhancements:

Tests & CI:

Refactors:

v0.1.0rc1 (2021-12-03)

Full Changelog

Implemented enhancements:

Tests & CI:

Refactors:

v0.0.1rc1 (2021-11-17)

Full Changelog

Implemented enhancements:

Tests & CI:

Refactors:

  • General refactor, Exectuable mixin, io_utils APIs, remove some globals #18 (tlambert03)
  • Rename command command field to id. #10 (Carreau)
  • Rename contributes to contributions ? #8 (Carreau)

* This Changelog was automatically generated by github_changelog_generator