Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvladimus committed Apr 14, 2021
1 parent 4c6e756 commit 3a7f73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## v.1.0.7
:exclamation: **API change**: a mandatory parameter for the number of time points is dropped (redundancy), and the function
name is shortened: `BdvWriter.write_xml(...)` instead of `BdvWriter.write_xml(ntimes=...)`.
name is shortened: `BdvWriter.write_xml(...)` instead of `BdvWriter.write_xml_file(ntimes=...)`.

:gem: Lazy downsampling and compression is added: `BdvWriter.create_pyramids()`.
This allows full-speed writing of raw data (during acquisition runtime) followed by slower
This allows high-speed writing of raw data during acquisition runtime, followed by slower
generation of downsampled and compressed image pyramids (when the time is less critical).

## v.1.0.6
Expand Down

0 comments on commit 3a7f73d

Please sign in to comment.