Releases: napari/npe2
Releases · napari/npe2
v0.2.1
What's Changed
- Fix auto-discovery of plugins for napari <= 0.4.15 by @tlambert03 in #120
- Changelog for v0.2.1 by @tlambert03 in #121
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Make conversion robust to entry_point string entries by @nclack in #94
- set display_name to plugin name when empty by @nclack in #92
- add min_ver to PackageMetadata by @tlambert03 in #96
- make package meta hashable by @tlambert03 in #97
- Fix some typos and dead links by @andy-sweet in #99
- Add enable disable by @tlambert03 in #101
- Suggest to run npe2 validate when errors present. by @Carreau in #104
- DOC: typo missing backtick by @Carreau in #102
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #110
- Simplify Reader/writer internal logic. by @Carreau in #107
- Update reader plugin contribution doc to mention
[(None,)]
sentinel by @tlambert03 in #113 - Separate dev test from integration test. by @Carreau in #114
- add py.typed by @tlambert03 in #115
- add back deprecated _samples on contributions index by @tlambert03 in #116
- Test napari during CI by @tlambert03 in #117
- Fix test warning by @tlambert03 in #118
- add v0.2.0 changelog by @tlambert03 in #119
New Contributors
- @andy-sweet made their first contribution in #99
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Move some _docs files by @tlambert03 in #78
- Better way to find templates folder when building docs by @tlambert03 in #84
- use latest release schema for docs by @tlambert03 in #85
- add include_package_data to setup.cfg in npe2 convert by @tlambert03 in #89
- update gh release action to include schema by @tlambert03 in #90
- Handle list of paths in iter_compatible_reader by @ppwadhwa in #87
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- change engine to schema_version by @tlambert03 in #69
- Replace entry_point with activate/deactive function by @tlambert03 in #68
- remove SPDX licenses by @tlambert03 in #71
- Extract out ImportExport logic from PluginManifest, don't sort yaml fields alphabetically by @tlambert03 in #72
- Bring test coverage to 100%, reorganize tests by @tlambert03 in #70
- split contributions/io into readers and writers by @tlambert03 in #73
- change sample plugin name from
my_plugin
tomy-plugin
by @tlambert03 in #74 - Add option to validate python_name imports by @tlambert03 in #76
- Autogen docs by @tlambert03 in #77
- add changelog for v0.1.1 by @tlambert03 in #79
Full Changelog: v0.1.0...v0.1.1