What's Changed
New Features
- Add training-only experiment strategy by @wowtor in #449
- Implement
LeaveOneCategoryOutsplitting strategy indata_strategiesby @wowtor in #451 - Add
plot_paramargument toaggregation.metrics_barsby @wowtor in #465 - Add
ConfigValueclass to wrap configuration sections with their context path by @wowtor in #430
Improvements
- Use more cores for PyMC on non-Windows platforms by @PimMeulensteen in #440
- Add MCMC parameter plot; move and update config parser by @LvdHam in #450
- Parameterize example unit tests for clearer output (no functional change) by @wowtor in #428
- Include test output directory in unit tests; remove from YAML override files by @wowtor in #441
Bug Fixes
- Add
try/exceptand regression test toconcatenate_fieldsby @PimMeulensteen in #439 - Fix subset aggregation by @wowtor in #456
- Fix output directory in subset aggregation by @wowtor in #461
- Apply filters in
DataSetup.splits()by @wowtor in #453
Documentation
- Update documentation to match recent API changes by @wowtor in #435
- Resolve warnings during documentation generation by @wowtor in #437
Full Changelog: v1.7.1...v1.8.0