What's Changed
- Move jobs-argument from YAML to CLI argument by @PimMeulensteen in #178
- Clean up types / typos / spelling / small errors by @PimMeulensteen in #180
- rename csv parsers to something more descriptive by @wowtor in #187
- Refactor Bounders to use LLRData / Add plot_invariance_delta_functions to registry.yaml by @PimMeulensteen in #168
- experiments setup yaml: experiments section is now a list (instead of dict) by @wowtor in #186
- fix: LLRData objects cannot be concatenated if they have different LLR bounds by @wowtor in #189
- fix: two level lr system does not pass parameters to pairing method by @wowtor in #185
- ECE Plot: add option to remove 'after PAV'-line / adjust y-range by @PimMeulensteen in #169
- Use LLRData object in Optuna experiment by @JoBraNFI in #191
- Improve typing in many places / improve KDE testing by @PimMeulensteen in #183
- Add
plot_nameas parameter for plots by @PimMeulensteen in #198 - Enable format / checks with ruff on tests folder. by @PimMeulensteen in #197
- Fix llr_overstimation test by @PimMeulensteen in #199
- Score based common source yaml 2026 by @wowtor in #181
- experiment output should be written to a folder with a descriptive name (instead of a sequence number) by @wowtor in #201
- Speed up tests by lowering bootstrap amount to 50. by @PimMeulensteen in #203
- replaced AbsDiffTransformer by ElementWiseDifference and ManhattanDistance by @wowtor in #194
- Move requests to default dependencies from dev by @PimMeulensteen in #219
- Remove pandas as a dependency by @PimMeulensteen in #221
- update
LRSysteminterface: removenameattribute and generalize toInstanceDataby @wowtor in #212 - Replace 'abs_diff' with 'element_wise_difference' by @JoBraNFI in #223
- Textual improvements of index.md and lrsystem_yaml.md by @deflaaf in #222
- Include test to ensure correct handling of example YAML files by @JoBraNFI in #190
- LLRData: check if LLRs are within their own uncertainty intervals by @wowtor in #204
- remove plot function
calibrator_fit()by @wowtor in #227 - fix: tests fail by @wowtor in #226
- check for illegal parameters in lr system configuration by @wowtor in #237
- run checks on specific folders only by @wowtor in #234
- Include reference to Selection Helper in README by @JoBraNFI in #231
- debugging output csv produces more sensible column names by @wowtor in #235
- Logit calibrator uses FeatureData by @wowtor in #228
- Update packages to their latest versions by @wowtor in #230
- align classes Transformer and LRSystem by @wowtor in #241
- fix docstr by @wowtor in #240
- last textual changes for demo by @deflaaf in #244
- refactor KDE to work with FeatureData/LLRData objects by @wowtor in #242
- experiments write lr system configurations to the output folder by @wowtor in #218
- FeatureData indexation produces an error by @PimMeulensteen in #248
- implement Nbounder and corresponding test by @PimMeulensteen in #247
- Improve docstings for
lir/algorithmsby following rtd/sphinx format by @PimMeulensteen in #249 - Use Sphinx to generate documentation including API references by @JoBraNFI in #238
- Implement 'intermediate_output' in lrsystem prasers by @PimMeulensteen in #232
- Implement folder hyperparameter / update to 3.12 by @PimMeulensteen in #252
- documentation: add registry reference page by @wowtor in #255
- documentation: add toc level "guides" by @wowtor in #259
- Enforce docstring style through linting by @JoBraNFI in #257
- add missing docstrings by @wowtor in #267
- pyproject.toml: include docs in code checks by @wowtor in #262
- Add docstrings to conf.py by @PimMeulensteen in #271
- Add LogitCalibrator to modules in registry.yaml by @PimMeulensteen in #269
- Add warning for missing ignore columns in FeatureDataCsvParser by @PimMeulensteen in #279
- Fix: llr_bounds are sometimes None, even if elub is used. by @PimMeulensteen in #281
- added
extra_fieldsoption to CSV parser by @wowtor in #266 - Add check_is_empty call to metrics_csv function by @PimMeulensteen in #280
- Create Data parameterization by @PimMeulensteen in #258
New Contributors
Full Changelog: v1.3.1...v1.3.2