v1.1.0
What's Changed
- Initial versions and updates of pargen scripts by @ggmarshall in #341
- First implementation of
build_hit
by @gipert in #340 - Update extract_tau.py by @mmatteo in #346
- More advanced
build_hit
interface by @gipert in #345 - Pargen updates for new build_hit by @ggmarshall in #351
- Bare-bones class for setting global Numba options by @gipert in #350
- Changes for better pulser handling by @ggmarshall in #352
- Set Numba
cache=False
by default by @gipert in #353 - Bugfix to keep snakemake happy by @ggmarshall in #354
- Changes to pulser to handle more peaks by @ggmarshall in #356
- pulser fixes by @ggmarshall in #358
- LGDO's
__repr__()
and__str__()
review by @gipert in #359 - Adding
numpy.constants
parsing todsp.processing_chain
by @patgo25 in #365 lgdo.Table.eval()
change to use NumExpr2 by @patgo25 in #363- Fix
build_hit()
lh5_tables_config
initialization bug by @patgo25 in #367 - Fix
build_hit()
file overwriting bug by @patgo25 in #368 - Fixes to ProcessingChain by @iguinn in #364
- Data Cleaning Processors by @ggmarshall in #369
- fix flake8 errors on ABC usage. by @jasondet in #373
- Added discrete wavelet transform processor by @esleon97 in #349
- New DSP processors for SiPM waveforms by @patgo25 in #355
- Add possibility to parse a list to the parameter entry of the DSP JSON by @patgo25 in #371
- lh5_tables argument in build_dsp now accepts a single string by @iguinn in #375
- Bump legend-testdata version and get it from PyPI by @gipert in #376
- TCM docstring cosmetics by @gipert in #378
- Improved handling of Numba default options, add
PYGAMA_*
shell variables by @iguinn in #374 - Added interpolation option to
fixed_time_pickoff()
processor by @iguinn in #360 - Updates to pargen scripts by @ggmarshall in #379
- Tau bugfix by @ggmarshall in #381
- Fixed time pickoff cache fix by @ggmarshall in #382
- Enable wheels building in GitHub actions and set up PyPI uploads by @gipert in #380
- Energy cal bugfix by @ggmarshall in #385
- fix flake8 errors on ABC usage by @jasondet in #386
- Add
lh5_store.show()
and new notebooks for the online docs by @gipert in #383 - chore: update pre-commit hooks by @pre-commit-ci in #384
- Implemented Struck SIS3316 DAQ (via ORCA) decoder by @jbrowni2 in #339
- Install all extra dependencies in RTD build by @gipert in #390
- Raise
RuntimeError
inLH5Iterator
if no files could be found by @iguinn in #391 - Data loading utilities, first implementation by @gracesong312 in #337
New Contributors
- @esleon97 made their first contribution in #349
- @pre-commit-ci made their first contribution in #384
- @jbrowni2 made their first contribution in #339
Full Changelog: v1.0.1...v1.1.0