Releases: TileDB-Inc/TileDB-BioImaging
Releases · TileDB-Inc/TileDB-BioImaging
v0.2.4
What's Changed
- TIFF Random Access Fix by @ktsitsi in #93
- Floating point and QPTiff metadata support by @XanthosXanthopoulos in #90
- Xan/ome tiff exporter by @XanthosXanthopoulos in #94
Full Changelog: v0.2.3...v0.2.4
v0.2.3
TileDB-BioImaging 0.2.2
What's Changed
- Add link to napari plugin in README by @ihnorton in #85
- Excluding tests and docs from package by @ktsitsi in #84
- Support different compressors per level by @ktsitsi in #87
- New metadata format by @XanthosXanthopoulos in #88
- Multi-resolution Array Group Format Specification by @georgeSkoumas in #24
- Adding a from_bioimg wrapper for converters by @ktsitsi in #89
Full Changelog: v0.2.1...v0.2.2
TileDB-BioImaging 0.2.1
What's Changed
- Cast numpy scalar back to int to allow for JSON serialization by @XanthosXanthopoulos in #79
- Fix double registration by @ktsitsi in #81
- Dependency scikit-image in setup file for scaler by @ktsitsi in #82
- Add windows runner CI by @ktsitsi in #83
- Exposing
attrin open api by @ktsitsi in #80
Full Changelog: v0.2.0...v0.2.1
TileDB-BioImaging 0.2.0
What's Changed
- General 2D-5D axes support by @gsakkis in #38
- Refactor ImageConverter by @gsakkis in #40
- Allow adding missing image levels to an existing TileDB group by @gsakkis in #41
- TileDBOpenSlide context manager by @gsakkis in #43
- Replace Levenshtein dependency by @gsakkis in #44
- Fix TileDBOpenSlide.level_dimensions by @gsakkis in #47
- Remove workaround for malformed tiff files by @gsakkis in #49
- Replace pickle with json for OME-TIFF metadata by @gsakkis in #52
- Chunked ingestion with axes transpositions by @gsakkis in #50
- Register-Deregister API by @ktsitsi in #45
- Support multithreaded chunked ingestion by @gsakkis in #54
- Preserve more tags by @gsakkis in #53
- Fix OpenSlideReader.level_image for chunked conversion by @gsakkis in #55
- Inserting bioimg version in group metadata by @ktsitsi in #56
- Add TileDBOpenSlide.read_level by @gsakkis in #57
- Add TileDBOpenSlide.read_level_dask by @gsakkis in #58
- OpenSlideConverter: store RGBA instead of RGB data by @gsakkis in #59
- Adding group metadata mapping by @ktsitsi in #62
- Extend TileDBOpenSlide by @gsakkis in #63
- Allow custom compressor by @gsakkis in #64
- Xan/sc 23635/pyramid generation by downsampling input by @XanthosXanthopoulos in #61
- Drop downsample_factor from group metadata by @gsakkis in #67
- Replace uri with member name in group metadata + DRY-fy base.py by @gsakkis in #68
- Incremental group metadata updates by @ktsitsi in #70
- Replace flake8 & isort with ruff linter by @gsakkis in #71
- Read channel names from input images and write them to group metadata by @gsakkis in #69
- Add WebP support by @gsakkis in #65
- [Feature] Adding non-empty name to data attribute by @ktsitsi in #73
- Xan/sc 24385/visualization helpers by @XanthosXanthopoulos in #74
- Fix: save non-tiledb-cloud URIs as relative by @gsakkis in #76
- Allow passing ImageReader to
ImageConverter.to_tiledbby @gsakkis in #75 - Added support for Windows-style paths by @XanthosXanthopoulos in #78
- Update notebooks api changes expand by @ktsitsi in #77
New Contributors
- @XanthosXanthopoulos made their first contribution in #61
Full Changelog: v0.1.0...v0.2.0
Initial release
Initial TileDB-BioImaging release
Note: Pre-alpha stage - bugs and backwards incompatible changes are to be expected.