v1.6.0
What's Changed
The minimum supported version of the other required LEGEND packages has been updated to:
legend-pydataobj >= 1.5
-> https://github.com/legend-exp/legend-pydataobj/releases/tag/v1.5.0legend-daq2lh5 >= 1.2
-> https://github.com/legend-exp/legend-daq2lh5/releases/tag/v1.2.0dspeed >= 1.3
-> https://github.com/legend-exp/dspeed/releases/tag/v1.3.0
Note
Carefully read the release notes linked above!
Detailed list of changes:
- Update setup.cfg for daq2lh5 version constraint by @dcschaper in #536
- Update developer's guide by @gipert in #539
- Support the latest legend-pydataobj and dspeed versions by @MoritzNeuberger in #522
- Update
build_hit()
to support the latestTable.eval()
by @gipert in #543 - Operations in
build_hit()
config can now be arbitrarily ordered by @gipert in #544 - Add pygama logo to documentation and README by @gipert in #547
- Another round of updates to support the latest legend-pydataobj by @gipert in #546
- Routine to create dplms dictionary for Ge processing by @valerioda in #533
- Modification of load data to account for lgdo changes by @valerioda in #549
- Fix pandas future deprecations by @patgo25 in #550
- First implementation of
build_evt()
andbuild_skm()
by @patgo25 in #519 - Fix for aggregators in
evt
to index output withevt_idx
instead ofch_idx
by @ggmarshall in #551 - pargen updates for new pydataobj version by @ggmarshall in #553
- bugfix for pargen load_data to eval all fields in hit dict, specify dtype when init lh5 objects in evt and support subtables in skm by @ggmarshall in #554
- bugfix for load_data put run timestamp in later by @ggmarshall in #555
- Allow
build_evt()
andbuild_skm()
to just return the output table by @gipert in #557 - Bug fix:
evt.modules.spm.cast_trigger
where Awkward arrays not replacingnan
s by @ggmarshall in #559 - Bump legend-pydataobj version and ignore Pandas/Pyarrow deprecation warning by @gipert in #560
- Add CITATION.cff by @gipert in #556
- Update citation-related documentation by @gipert in #561
New Contributors
- @dcschaper made their first contribution in #536
Full Changelog: v1.5.0...v1.6.0