Releases: legend-exp/legend-pydataobj
Releases · legend-exp/legend-pydataobj
v1.11.3
v1.11.2
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #123
- Fixed bug when reading empty object buffer with empty idx list by @iguinn in #126
- add the option to specify additional modules for Table.eval by @tdixon97 in #127
New Contributors
Full Changelog: v1.11.1...v1.11.2
v1.11.1
v1.11.0
v1.10.2
v1.10.1
What's Changed
- Updates to LH5Iterator and LH5Store to read huge number of files by @iguinn in #110
- Improved optimization of buffer_len for smaller files
- Cache a limited number of files at once
- Added Histogram.fill
- Additional bug fixes
- Fix bug when reading array by @iguinn in #112
- chore: update pre-commit hooks by @pre-commit-ci in #108
Full Changelog: v1.10.0...v1.10.1
v1.10.0
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