Skip to content

v2.0.0

Compare
Choose a tag to compare
@jacob-rosenthal jacob-rosenthal released this 19 Dec 19:45
· 245 commits to master since this release
dfb3d11

What's new in v2.0.0:

  • Changed h5path format and refactored h5manager to improve performance (#231)
  • support XYZCT images for TileDataset (#233)
  • Cleaned up versioning tracker (#236)
  • fix bug when reading region from openslide backend at higher levels (#242)
  • Add support for multi-series images with BioformatsBackend (#251)
  • Pin python-bioformats version to avoid any possibility of log4j hacks (#256)
  • Added optional flag in SlideDataset.run() to write slides to h5path as they finish processing (#226)
  • Added GitHub Actions workflow to automatically build package and publish to PyPI when a new release is created (#235)

Because the file format is changed in this version, .h5path files saved in older versions will not be able to be loaded in this one, and vice versa (i.e. breaking backwards compatibility, hence the bumped major version).