Skip to content

Releases: legend-exp/legend-pydataobj

v1.11.3

14 Jan 09:21
487d3a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.2...v1.11.3

v1.11.2

03 Jan 06:34
f1a5297
Compare
Choose a tag to compare

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

08 Dec 14:45
96b68d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

25 Nov 21:05
94cb680
Compare
Choose a tag to compare

What's Changed

  • lh5concat: allow concatenating of group-like structs by @ManuelHu in #121
  • Nested field mask by @iguinn in #116
  • Fixed bug in reading nested vectors of vectors by @iguinn in #115

Full Changelog: v1.10.2...v1.11.0

v1.10.2

15 Nov 12:54
05e6061
Compare
Choose a tag to compare

What's Changed

  • Fix read_as() with file list of length 1 by @gipert in #120

Full Changelog: v1.10.1...v1.10.2

v1.10.1

01 Nov 17:13
4f3743c
Compare
Choose a tag to compare

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

18 Oct 15:27
fc6450f
Compare
Choose a tag to compare

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

v1.9.0

14 Aug 08:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.8.1

25 Jul 13:46
3c29260
Compare
Choose a tag to compare

What's Changed

  • Require pint v>0.24 by @iguinn in #99
  • Added test+fix for read multiple files with core.read by @iguinn in #101

Full Changelog: v1.8.0...v1.8.1

v1.8.0

08 Jul 09:20
5fbe2f2
Compare
Choose a tag to compare

What's Changed

  • Replace file/name with hdf5 group/dataset when decoding by @iguinn in #97

Full Changelog: v1.7.1...v1.8.0