- Increased minimum Julia requirement to v1.0.5
- Added functions for WBS and MOSUM algorithms
- Replaced support for plotting with Gadfly with support for Plots package
- Fixed major bug in @changepoint_sampler macro
- Provided more comprehensive description of package functionality in README.md
- Bug fix to CROPS function
- Increased minimum Julia requirement to v0.7
- In specification of changepoint models in
@PELT
,@BS
,@segment_cost
macros, changing parameters should now be indicated with:?
rather than?
CROPS
interface changed toCROPS(seg_cost, n, pen1, pen2)
instead ofCROPS(seg_cost, n, (pen1, pen2))
- Updated documentation, including new documentation for
@changepoint_sampler
- Increased Julia requirement to v0.4
- Added support for Gadfly
- Fixed bugs in Binary Segmentation and changepoint sampler