Skip to content

Releases: napari/napari-metadata

v0.3.0

20 Mar 02:47
8adbed8

Choose a tag to compare

What's Changed

This release comes with bidirectional code <-> widget communication using native layer events. Before, there was only viewer -> widget communication on building the widget, but not the ability to refresh.

Also exposes more Source attributes of the layer and fixes Unit management.

Fixes many widgets, size policies, and orientations. Widgets will now keep track of their state with orientation switches.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Mar 12:07
f92b88f

Choose a tag to compare

What's Changed

v0.2.0 comes after testing from users and the devs. Units and multiscale are now working! The entire library has been restructured and refactored and is now much easier to contribute to (we hope!). In addition, there is now good test coverage of the plugin, so going forward we hope things are and will remain stable. 🍻

  • ci(dependabot): bump the github-actions group with 2 updates by @dependabot[bot] in #78
  • Add docs for napari-metadata by @TimMonko in #82
  • Add conda availability to README by @TimMonko in #84
  • Fix file size for calculation for multiscale and directories by @TimMonko in #87
  • Obtain pint registry from application by @carlosmariorr in #81
  • Show/Hide inheritance comboboxes based on collapsible container state by @carlosmariorr in #90
  • Add github template files by @TimMonko in #91
  • Add prek to dev deps and run on all-files by @TimMonko in #92
  • ci(dependabot): bump the github-actions group with 3 updates by @dependabot[bot] in #93
  • Reorganize the library layout by @TimMonko in #94
  • Fix widget flashing on init by properly parenting by @TimMonko in #95
  • Large Refactor: Create base classes to reduce complexity of axes widgets by @TimMonko in #96
  • Refactor: Base classes for file widgets by @TimMonko in #97
  • Refactor and abstractions for main widget orientation and parts by @TimMonko in #98
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #102
  • Add tests for Inheritance widget and fix leaking callbacks by @TimMonko in #101

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.2.0a0

01 Mar 21:26
b1fc9d6

Choose a tag to compare

v0.2.0a0 Pre-release
Pre-release

What's Changed

  • ci(dependabot): bump the github-actions group with 2 updates by @dependabot[bot] in #78
  • Add docs for napari-metadata by @TimMonko in #82
  • Add conda availability to README by @TimMonko in #84
  • Fix file size for calculation for multiscale and directories by @TimMonko in #87
  • Obtain pint registry from application by @carlosmariorr in #81
  • Show/Hide inheritance comboboxes based on collapsible container state by @carlosmariorr in #90
  • Add github template files by @TimMonko in #91
  • Add prek to dev deps and run on all-files by @TimMonko in #92
  • ci(dependabot): bump the github-actions group with 3 updates by @dependabot[bot] in #93
  • Reorganize the library layout by @TimMonko in #94
  • Fix widget flashing on init by properly parenting by @TimMonko in #95
  • Large Refactor: Create base classes to reduce complexity of axes widgets by @TimMonko in #96
  • Refactor: Base classes for file widgets by @TimMonko in #97
  • Refactor and abstractions for main widget orientation and parts by @TimMonko in #98

Full Changelog: v0.1.1...v0.2.0a0

v0.1.1

28 Jan 16:18
728d0b5

Choose a tag to compare

What's Changed

  • Update the Readme to reflect current usage and status by @TimMonko in #75
  • Remove widget import from init by @TimMonko in #76

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Jan 16:38
c13be8d

Choose a tag to compare

What's Changed

First public release of napari-metadata. Exposes public metadata of layers and allows editing and transferring metadata with a GUI.

New Contributors

Full Changelog: https://github.com/napari/napari-metadata/commits/v0.1.0

v0.1.0a0

20 Jan 16:31
c13be8d

Choose a tag to compare

v0.1.0a0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/napari/napari-metadata/commits/v0.1.0a0