Skip to content

Releases: BiAPoL/napari-crop

v0.1.12

22 Jan 09:54
70b55c7

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

09 Dec 09:28
758c9d2

Choose a tag to compare

What's Changed

Minor bug fix:

  • Fix insertion of extra coordinates in shape data by @zoccoler in #57

Full Changelog: v0.1.10...v0.1.11

0.1.10

05 Dec 13:11
5e31241

Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...v0.1.10

0.1.9

28 Jun 13:55
2dd0691

Choose a tag to compare

What's Changed

  • fix github tests
  • update badges and other links in repository readme file
  • drop support for python 3.7

Full Changelog: 0.1.8...0.1.9

0.1.8

27 Jun 15:14
8c83d79

Choose a tag to compare

What's Changed

  • added cut_with_plane function and CutWithPlane class/widget by @zoccoler in #37
  • fixed bbox to metadata for nD images and updated associated tests by @zoccoler in #37
  • fixed bug in crop_region function when rgb images were cropped with irregular shapes
  • translate cropped layer to be displayed on top of shape/cutting plane
  • added ._utils module containing auxiliary functions
  • added tests for cut_with_plane function and a test for the widget
  • added notebooks folder with a jupyter notebook example on using cut_with_plane function
  • added napari-workflows to dependencies (fixes previous bug)
  • updated repository documentation with an example .gif image showing CutWithPlane widget usage

Full Changelog: 0.1.7...0.1.8

0.1.7

17 Feb 09:57
c29bd0a

Choose a tag to compare

0.1.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

25 Jul 13:10
391113e

Choose a tag to compare

0.1.6 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.5...0.1.6

0.1.5

05 Jan 18:27

Choose a tag to compare

0.1.5 Pre-release
Pre-release

New features

Note: The repository location changed. It's now https://github.com/BiAPoL/napari-crop

0.1.4

27 Dec 21:28

Choose a tag to compare

0.1.4 Pre-release
Pre-release

New features

  • Supports more image shapes and RGB data
  • Supports cropping polygons

Big thanks to Tim Morello @tdmorello and Marcelo Leomil Zoccoler @zoccoler for working on this!

0.1.3

26 Oct 07:02

Choose a tag to compare

0.1.3 Pre-release
Pre-release

Bug fixes

  • Size of the cropped region varied because of rounding-issues