Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 7.3.1 note on warnings to clarify potential broader impact #388

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sphinx/about/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ File format fixes and improvements:
Bio-Formats improvements:

* fixed warnings across all components for Java 9+
- Among other things, this includes changes to how double values are parsed from strings in many format readers.
These changes are expected to be more lenient in allowing datasets with certain missing or invalid metadata
values (e.g. objective magnifications, detector voltages) to be read without throwing an exception. This means
that some datasets which failed to read in 7.3.0 may now suddenly work (or fail at a later point) with 7.3.1,
without an intentional targetted fix for that format. For specific changes to format readers, please see
https://github.com/ome/bioformats/pull/4182 and https://github.com/ome/bioformats/pull/4177.
* fixed a number of String comparisons

Documentation improvements:
Expand Down