Skip to content

Releases: NKI-AI/dlup

v0.7.0

12 Aug 18:56
548fc87
Compare
Choose a tag to compare

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

01 Aug 14:34
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.6.0

26 Jul 12:37
Compare
Choose a tag to compare

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

15 Jul 08:36
Compare
Choose a tag to compare

What's Changed

  • Fix annotations not being cropped #241

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

v0.5.2

13 Jul 11:42
Compare
Choose a tag to compare

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

04 Jul 13:56
Compare
Choose a tag to compare

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

02 Jul 11:21
23ae55e
Compare
Choose a tag to compare

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

11 Jun 17:07
Compare
Choose a tag to compare

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

v0.3.38

16 May 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.37...v0.3.38

v0.3.37

26 Mar 12:57
c10ff33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.36...v0.3.37