D47crunch v2.2.0
Released on 2023-07-20
Command-line interface (CLI)
- Rejoice, you no longer need to know Python: it is now possible to process a multi-session Δ47 dataset with custom anchors and custom UID/sample exclusion list by simply calling
D47crunch -a anchors.csv -e exclude.csv -o outdir rawdata.csv
.
New features
- Add
yspan
option toD4xdata.plot_residuals()
- Added
shuffle
option tovirtual_data()
. - Added
filetype
option toD4xdata.plot_sessions()
. - Added
dpi
option toD4xdata.plot_sessions()
,D4xdata.plot_residuals()
.
Bugfix
- Fix error in
D4xdata.plot_residuals()
whenhist = False
andkde = False
.