Skip to content

Commit

Permalink
Add version history for Bio-Formats 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Feb 7, 2024
1 parent e32d534 commit afe7500
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions sphinx/about/whats-new.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
Version history
===============

7.2.0 (2024 February)
---------------------

File format fixes and improvements:

* Aperio SVS
- improved detection of label and macro images
- thumbnails are now removed by default
- added a new reader option `svs.remove_thumbnail` to control the thumbnail behaviour. By default
the option is true and thumbnails are removed. Setting the option to false will restore the previous
behavior and include thumbnails

* Imaris HDF
- channel names are now correctly populated

* Olympus OIR
- fixed an issue with channel ordering
- prevent certain pixel blocks from being incorrectly skipped

* TIFF
- dimension order is now marked as certain if metadata is read from ImageJ tag

* Zeiss CZI
- improved well column indexing by using alternate sources for well identifiers when available
- improved image naming, particularly for attachments
- fixed a bug so that opening CZI compressed with ZSTD now allows access to pyramid levels (thanks to Stephan Wagner-Conrad)
- fixed an integer arithmetic problem when calculating pyramid scales (thanks to Stephan Wagner-Conrad)

Bio-Formats improvements:

* JPEG handling no longer fails for non 4:4:4 JPEG (thanks to Can Gokhan Dogan)
* fixed a bug in the Bio-Formats Plugins configuration window when toggling the Nikon ND2 chunkmap option
* updated testing to add an additional check for image names when resolutions are not flattened

Documentation improvements:

* fixed a number of broken external links

7.1.0 (2023 December)
---------------------

Expand Down

0 comments on commit afe7500

Please sign in to comment.