Releases: napari/npe2
Releases · napari/npe2
v0.7.7rc0
What's Changed
- On disable, dont try to pop a key that doesn't exist by @psobolewskiPhD in #356
Full Changelog: v0.7.6...v0.7.7rc0
v0.7.7
What's Changed
- On disable, dont try to pop a key that doesn't exist by @psobolewskiPhD in #356
Full Changelog: v0.7.6...v0.7.7
v0.7.6
What's Changed
- Adopt quotes around type names to make Reader ex. copy/paste-ready by @vreuter in #340
- DOC Add note on string type annotations in widget contributions by @lucyleeow in #345
- DOC Add cross references to widget contributions by @lucyleeow in #331
- Bump codecov to v4 by @Czaki in #350
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in #334
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #328
- ci(dependabot): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #351
- ci(dependabot): bump aganders3/headless-gui from 1 to 2 by @dependabot in #332
- Group dependabot updates by @Czaki in #349
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in #353
- Add dictionary mapping
command_id
to its associatedMenuCommand
s for each plugin by @DragaDoncila in #348
New Contributors
Full Changelog: v0.7.5...v0.7.6
v0.7.5rc0
Full Changelog: v0.7.3rc0...v0.7.5rc0
v0.7.5
Full Changelog: v0.7.5rc0...v0.7.5
v0.7.3rc0
What's Changed
- Add
font_size
field toThemeContribution
class by @dalthviz in #300 - Fix converting of editable package by @Czaki in #288
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #295
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #306
- Fix invalid JSON Schema by @aganders3 in #309
- DOC Update and clarify supported widget contributions by @lucyleeow in #310
- update url for fetching plugin listing from napari hub by @nclack in #313
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #311
- Fix tests by disble broken one by @Czaki in #319
- DOC Add doc in
CommandRegistry
about when it is updated by @lucyleeow in #316 - Use concurency for canceling workflows by @Czaki in #318
- Add pydantic 2 compatibility layer by @Czaki in #321
- Move coverage upload to separate step by @Czaki in #323
- Add constraint for brainreg-segment in test by @Czaki in #327
- Fix rendering of manifest reference table. by @melissawm in #326
- Catch errors and log in
_dispose
inPluginContext
by @lucyleeow in #325 - ci(dependabot): bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #329
- replace module separator with path separator by @Czaki in #336
- Add permisions to deploy steep by @Czaki in #338
- TST Fix
test_conversion_missing
by @lucyleeow in #341 - allow v2.3 in metadataversion, fallback to any string by @tlambert03 in #344
New Contributors
Full Changelog: v0.7.2...v0.7.3rc0
v0.7.2
What's Changed
- Add check for passed reader contribution by @DragaDoncila in #301
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #287
- Bugfix: use .lower() to make paths & pattern fnmatch case insensitive by @psobolewskiPhD in #275
- Change ArrayLike type to use read only properties by @andy-sweet in #289
- feat: support python3.11 by @tlambert03 in #293
- remove tomlpp by @tlambert03 in #294
- Use hatchling as build backend by @tlambert03 in #282
- fix: use constraints in napari tests by @Czaki in #298
- Use full
plugin_name
when finding chosenreader
rather thanstartswith
by @DragaDoncila in #297 - Fix typo in
DynamicPlugin
by @lucyleeow in #304 - DOCS: Widget guide should consistently use parent=None kwarg in examples by @GenevieveBuckley in #302
- add graph layer by @JoOkuma in #292
New Contributors
- @lucyleeow made their first contribution in #304
- @GenevieveBuckley made their first contribution in #302
- @JoOkuma made their first contribution in #292
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Switch from GabrielBB/xvfb-action to aganders3/headless-gui by @Czaki in #269
- Fix link to magicgui objects.inv in intersphinx by @melissawm in #270
- ci: update pre-commit, use ruff and fix mypy by @tlambert03 in #273
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #274
- Fix tests: use npe1 version (0.1.2) of napari-ndtiffs by @psobolewskiPhD in #277
- Add specific error when reader plugin was chosen but failed by @DragaDoncila in #276
- Pin pydantic bellow 2.0 by @Czaki in #279
- refactor: use src layout and pyproject.toml by @tlambert03 in #281
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #278
- fix: use logger instead of warning for TestPluginManager.discover by @tlambert03 in #283
- ci(dependabot): bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #284
- fix: pass command registry to rdr.exec in io_utils._read by @tlambert03 in #285
- chore: changelog v0.7.0 by @tlambert03 in #286
New Contributors
- @psobolewskiPhD made their first contribution in #277
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- add visibility field by @tlambert03 in #234
- feat: add icon to manifest by @tlambert03 in #235
- fix: alternate fix for dotted plugin_name by @tlambert03 in #238
- feat: add more fetch sources by @tlambert03 in #240
- bug: ignore extra fields on manifest by @tlambert03 in #237
- fix: relax display name validation by @tlambert03 in #242
- feat: add category by @tlambert03 in #239
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #243
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #247
- Add count of discovered plugins by @Czaki in #248
- ci(dependabot): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 by @dependabot in #246
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #253
- ci(dependabot): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 by @dependabot in #252
- Fix a few broken links by @melissawm in #258
- fix flaky fetch tests by @nclack in #255
- Expose
syntax_style
by @brisvag in #261 - Fix PackageMetadata validation error with extra provided field by @aganders3 in #256
- Add setuptools plugin to compile manifest at build by @tlambert03 in #194
- Move to sphinx-design tabs by @melissawm in #259
- enable keybinding contribution by @kne42 in #254
- ci: add version info in automatic changelog pr title by @kne42 in #267
- changelog v0.6.2 by @github-actions in #268
New Contributors
- @brisvag made their first contribution in #261
- @aganders3 made their first contribution in #256
- @kne42 made their first contribution in #254
Full Changelog: v0.6.1...v0.6.2