What's Changed
- Main kaggle comp by @RasmusOrsoe in #390
- Better selection in DatasetConfig by @asogaard in #391
- Dataset paths by @asogaard in #395
- added ability to overwrite distribution strategy by @RasmusOrsoe in #398
- Fix Docker image by @asogaard in #399
- Various minor fixes by @JostMigenda in #396
- Fix conversion of Upgrade I3-files by @asogaard in #407
- Move collate_fn to global scope by @asogaard in #408
- Model class fix by @RasmusOrsoe in #406
- bug fix by @RasmusOrsoe in #410
- removed typo by @RasmusOrsoe in #411
- predict fix for notebooks by @RasmusOrsoe in #414
- Bash script for training on multiple models by @MortenHolmRep in #426
- I3 Module Refactoring by @RasmusOrsoe in #416
- docstring update by @RasmusOrsoe in #427
- Updating documentation webpage by @asogaard in #409
- small fixes by @RasmusOrsoe in #429
- HLC/SLC and FADW & ATWD pulseflags by @RasmusOrsoe in #435
- EnsembleDataset by @RasmusOrsoe in #430
- Working base by @Aske-Rosted in #389
- Remove standard dataset cards by @asogaard in #437
- added model.inference() call by @RasmusOrsoe in #443
- Update logging by @asogaard in #436
- added max_table_count to merger by @RasmusOrsoe in #444
- Add discard_empty_events flag to the pulse cleaner module by @kayla-leonard in #449
- added fix by @RasmusOrsoe in #455
- add padding_value for pulseflag extraction by @RasmusOrsoe in #458
- added I3NTMuonLabelExtractor by @RasmusOrsoe in #459
- Fix error with batch_size=1 by @asogaard in #461
- Allow for accessing source code for lambda functions loaded from config by @asogaard in #463
- Add unit tests for graphnet.utilities.argparse module by @asogaard in #468
- added I3QUESOExtractor by @RasmusOrsoe in #469
- Remove len(data) assertion for SQLiteDataconverter save method by @RasmusOrsoe in #465
- Update READMEs in PISA examples folder by @asogaard in #471
- Restrict pytorch-lightning and pandas to < 2.0 until breaking changes are resolved by @asogaard in #476
- Remove sqlite_selection.py by @asogaard in #486
- Add a more thorough check for whether icetray is installed by @asogaard in #482
- Replace ConcatDataset with EnsembleDataset by @asogaard in #481
- Simplify examples by @RasmusOrsoe in #456
- Add files via upload by @RasmusOrsoe in #488
- fix typos in GETTING_STARTED.md by @JostMigenda in #489
- Add key property to Label add simplify Dataset.add_label by @asogaard in #485
- Update figure with missing connection line by @asogaard in #491
- Changed df.append to pd.concat to be compatible with pandas 2.0 by @AMHermansen in #490
- Load multiple parquet files by @The-Ludwig in #499
- Issue fix #496 by @axel-ponten in #498
- Multi-class classification example script by @MortenHolmRep in #494
- add more labels for extraction by @RasmusOrsoe in #501
- elasticity =/= inelasticity by @MoustHolmes in #502
- Update citations and README for v1.0 by @asogaard in #503
New Contributors
- @JostMigenda made their first contribution in #396
- @kayla-leonard made their first contribution in #449
- @AMHermansen made their first contribution in #490
- @The-Ludwig made their first contribution in #499
- @axel-ponten made their first contribution in #498
- @MoustHolmes made their first contribution in #502
Full Changelog: v0.2.4...v1.0.0