v0.12.0
What's Changed
- Lift fitting of costs: From within algorithm implementation, to ChangeDetector by @johannvk in #60
- Make support for 'fixed parameter' evaluation optional for costs. by @johannvk in #62
- Add extension template for costs by @Tveten in #61
- Add L1 and Laplace distribution log-likelihood cost by @johannvk in #63
- Add PoissonCost: Log likelihood of the Poisson distribution, evaluated at the MLE rate by @johannvk in #64
- Add linear regression cost: Sum of squared residuals after regressing onto a response column by @johannvk in #65
- Use relative imports by @Tveten in #67
- [ENH] Narrowest over threshold selection by @Tveten in #72
- Add linear trend cost by @johannvk in #70
- [ENH] Add support for direct implementation of penalised scores in all relevant detectors by @Tveten in #74
- [DOC] Set up structure of a user guide by @Tveten in #68
Full Changelog: v0.11.0...v0.12.0