Skip to content

Releases: DIAGNijmegen/rse-panimg

Version 0.13.2

23 Oct 13:47
6d45a8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

Version 0.13.1

19 Jul 09:02
Compare
Choose a tag to compare
  • Updated timepoints determination

Full Changelog: v0.13.0...v0.13.1

Version 0.13.0

17 Jul 14:31
0b25efb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

Version 0.12.0

02 Jun 09:13
Compare
Choose a tag to compare

What's Changed

  • Extract min/max sample values from tiff tags by @HarmvZ in #95
  • Implement support for DICOM WSI by @HarmvZ in #94
  • Fix issues with dependency resolution by @jmsmkn in #96
  • DICOM Builder picks up WSI DICOM and crashes panimg by @GeertLitjens in #98

New Contributors

Full Changelog: v0.11.0...v0.12.0

Version 0.11.0

02 Jun 09:10
3e3a485
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

Version 0.10.0

03 Mar 15:11
41dafec
Compare
Choose a tag to compare

What's Changed

  • Update supported Python versions by @jmsmkn in #91

Full Changelog: v0.9.1...v0.10.0

Version 0.9.1

12 Jul 08:49
9e46f1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

07 Jul 09:18
98d8a51
Compare
Choose a tag to compare

What's Changed

  • Correct how the number of timepoints in a 4D scan is determined by @nlessmann in #87
  • Add segments property for overlays by @MikeOverkamp-diag in #88

New Contributors

  • @MikeOverkamp-diag made their first contribution in #88

Full Changelog: v0.8.3...v0.9.0

Version 0.8.3

22 Jun 10:37
7efad9c
Compare
Choose a tag to compare

What's Changed

  • Fix delayed warning about missing OpenSlide installation on Windows by @nlessmann in #83
  • Catch exceptions that can occur while sorting DICOM files by @nlessmann in #84
  • Move DICOM file sorting into DicomDataset class by @nlessmann in #85
  • Release 0.8.3 by @jmsmkn in #86

Full Changelog: v0.8.2...v0.8.3

Version 0.8.2

15 Jun 11:16
c1b3ce7
Compare
Choose a tag to compare
  • Add post_process as a public method