Skip to content

v1.10.0

Compare
Choose a tag to compare
@gipert gipert released this 18 Oct 15:27
· 62 commits to main since this release
fc6450f

What's Changed

  • docs: fix hist link, hide some useless private members by @ManuelHu in #104
  • I/O performance improvements by @iguinn in #100
    • Change to low-level HDF5 interface for reading data
    • Fixed bug in handling of entry lists introduced in v1.8.0
    • Enabled paged aggregation HDF5 feature when writing files. Enabling this should improve performance for files with many small datasets. By default this will not be used
    • Added option to enable/disable file locking when reading files. This will default to disable (which is a change from before)
  • histogram: restrict more error messages to when they are necessary by @ManuelHu in #106

Full Changelog: v1.9.0...v1.10.0