Skip to content

Releases: NKI-AI/dlup

dlup 0.9.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 13:05
1ce1900

dlup artifacts for 0.9.2. Python wheels published to PyPI (also attached here), with the sdist as the source fallback.

What's Changed

Full Changelog: v0.8.0...0.9.2

v0.8.0

Choose a tag to compare

@jonasteuwen jonasteuwen released this 31 Jan 14:28

Import from internal monorepo, new versions will follow this paradigm.

v0.7.0

Choose a tag to compare

@jonasteuwen jonasteuwen released this 12 Aug 18:56
548fc87

In this release the build tools have been modified. If you have issues installing dlup, please create an issue

What's Changed

  • Allow annotation files with raster type (yet not supported) in #245
  • Add a C++ TIFF writer #249

v0.6.1

Choose a tag to compare

@jonasteuwen jonasteuwen released this 01 Aug 14:34

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@jonasteuwen jonasteuwen released this 26 Jul 12:37

This release has performance and testing improvements. Backward incompatibility issues are not to be expected.

What's Changed

  • Feature/speedup masking #242
  • Increased test coverage in #242

Full Changelog: v0.5.3...v0.6.0

v0.5.3

Choose a tag to compare

@jonasteuwen jonasteuwen released this 15 Jul 08:36

What's Changed

  • Fix annotations not being cropped #241

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@jonasteuwen jonasteuwen released this 13 Jul 11:42

What's Changed

  • Properly close open file handlers with PYVIPS image backend by @AjeyPaiK in #238

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@jonasteuwen jonasteuwen released this 04 Jul 13:56

What's Changed

Two small, but important bugs have been fixed

  • Bugfix/multiclass flag by @AjeyPaiK in #234
  • Implement proper serialization of the dlup.annotations.Polygon and dlup.annotations.Polygon objects to ensure correct pickling by @AjeyPaiK in #236

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@jonasteuwen jonasteuwen released this 02 Jul 11:21
23ae55e

What's Changed

  • Support multiclass in convert_annotations (#228)
  • Support colors and z_indices in Annotations (#228)
  • Several performance improvements and bugfixes

Full Changelog: v0.3.38...v0.5.0

v0.4.0

Choose a tag to compare

@jonasteuwen jonasteuwen released this 11 Jun 17:07

Update with breaking changes

Next to several bugfixes, a major change is that the SlideImage and the dataset classes now output a pyvips.Image. For a simple fix, you can do the following:

pil_image = PIL.Image.fromarray(np.asarray(sample["image"]))

Note that calling np.asarray() on the image returns the same data as was previously the case with PIL. This changes has led to several performance improvements

Bugfixes

  • TiffWriter did not work properly when using a pyramid. This has now been fixed.

Full Changelog: v0.3.38...v0.4.0