v1.2.0
What's Changed
- Remove Sphinx mock imports (fixes #344) by @gipert in #392
- Add links to badges in README by @slwatkins in #393
- Disable multithreaded sphinx build by @gipert in #398
- Fix
VectorOfVectors
read/write and add fancy indexing support by @jasondet in #387 - Update
IntroToDSP.ipynb
tutorial to work withpygama
1.1.0 by @slwatkins in #394 - Fixed a pretty big sign error by @iguinn in #400
- Add
fixed_time_pickoff
unit test by @slwatkins in #399 - add option to not use logger in orca_packet.py by @jasondet in #403
- Ignore Flake8 error about print statement by @gipert in #404
- Add missing
@abstractmethod
decorator toDataStreamer.close_stream()
by @gipert in #405 - Add function to run both the numba and pure python versions of some function by @slwatkins in #402
- Bug fixes and improvements to the waveform browser by @iguinn in #401
- fix bool array read bug by @jasondet in #409
- Fix for seaborn deprecation in matplotlib by @iguinn in #412
- Update for new ORCA FlashCam waveform record format by @jasondet in #419
- Fixed issue with cusp and zac filters, changed plots to output as a dict and cleaned them up by @ggmarshall in #416
- Update path for the main branch build status badge by @slwatkins in #424
- Add functionality for testing factory functions in DSP, Add discrete_wavelet_transform test by @slwatkins in #425
- chore: update pre-commit hooks by @pre-commit-ci in #420
- Add DPLMS DSP processor by @valerioda in #411
- Fix check for if the decoded values were built in ORFlashCamADCWaveformDecoder by @slwatkins in #426
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 by @dependabot in #429
- chore: update pre-commit hooks by @pre-commit-ci in #431
- Bound Pandas version to >=1.4.4 by @gipert in #432
- Add an
LGDO
supertype by @gipert in #430 - Fix decoding of data from the LEGEND muon-veto system by @jasondet in #435
- Switch to GPLv3 license by @gipert in #422
- Add Sphinx extension to handle Numba-decorated functions by @gipert in #436
- Bugfixes and other improvements in pargen for l200 by @ggmarshall in #437
- Implement multi-use decoders and auto-custom buffers by @jasondet in #438
- Bug fix in
DataStreamer.open_stream()
by @SamuelBorden in #439 processors.get_multi_local_extrema()
: new advanced search methods (+ unit tests) by @patgo25 in #433processors.histogram()
: check that bin edges array is +1 longer than weights array by @patgo25 in #434- Minor miscellaneous updates by @gipert in #440
- Added data trimming to build_raw stage by @SamuelBorden in #415
- Set lower bound to flake8-bugbear version by @gipert in #441
- Created a temporary table for
buffer_processor()
to write to file duringbuild_raw()
by @SamuelBorden in #443 - Add ORRunDecoderForRun to Orca decoders by @slwatkins in #421
New Contributors
- @slwatkins made their first contribution in #393
Full Changelog: v1.1.0...v1.2.0