v1.3.0
What's Changed
- Pargen changes based on l200 data by @ggmarshall in #446
- Remove hardcoded value from test for
ORRunDecoderForRun
by @slwatkins in #447 - Fix for scipy bug/change by @ggmarshall in #449
- Fix pre-commit.ci failure by @gipert in #450
- Implemented CoMPASS DAQ data decoder by @SamuelBorden in #357
- DataLoader: handling of non-scalar data by @gracesong312 in #448
- Fix
build_dsp()
bug occurring when only one input JSON config is given by @MoritzNeuberger in #452 - Fixed bug in the
overwrite
option inwrite_object
by @SamuelBorden in #453 - flush buffers before exiting on bad packet read by @jasondet in #454
- Enhancement: ability to append columns to existing tables in lh5 files using
store.write_object
by @SamuelBorden in #455 - Adding daq to raw validation code by @slwatkins in #427
- update tcm documentation by @jasondet in #456
- Allow using list of input table patterns for TCM setup by @jasondet in #457
- Fix hardcoded dtype for output buffer by @erin717 in #458
- New Orca/FlashCam keying convention, fix timestamp issue, draft status decoding by @jasondet in #459
- Remove deprecated
flow.DataGroup
by @gipert in #460 - improve raw buffer setup for multi-key-list decoders by @jasondet in #461
- Option to pass filter coefficients to DPLMS processor by @valerioda in #462
- Changes ready for p03 by @ggmarshall in #463
- Fix
timestamp
in raw files by @jasondet in #466 - Small fix for cal allowing larger range on euc_max by @ggmarshall in #464
- Fix for ecal stability plots to check for nan values by @ggmarshall in #467
- plotting fixes for when no pulser found by @ggmarshall in #468
- Speed up
FileDB.scan_tables_columns()
by @jasondet in #471 - Remove outdated tutorials directory. by @erin717 in #469
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4 by @dependabot in #473
- chore: update pre-commit hooks by @pre-commit-ci in #474
- DataLoader - attribute and error handling by @gracesong312 in #472
- Expand
build_raw()
manual by @gipert in #476 - Allow for running
FileDB.scan_files()
on a list of subfolders by @gipert in #477 - Added linear slope diff processor for quality cuts and cleaned up some logging levels by @ggmarshall in #478
- Reverted from
scipy.fftconvolve
tonumpy.convolve
as causing issues at LNGS by @ggmarshall in #480 - Support chunked loading with
DataLoader.next()
by @gipert in #475 - Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in #483
- Support chaining FileDB files and other improvements by @gipert in #481
- Preparations for waveform and HDF5 built-in compression by @gipert in #442
- Support nesting of
DataLoader
config in a JSON file by @gipert in #485 - Add WaveformBrowser compatibility to DataLoader by @iguinn in #484
- Properly substitute variables in
FileDB
andDataLoader
configuration by @gipert in #486 - Bug fix in
FileDB.from_disk()
by @gipert in #487
New Contributors
- @MoritzNeuberger made their first contribution in #452
- @erin717 made their first contribution in #458
Full Changelog: v1.2.0...v1.3.0