Releases: mlondschien/changeforest
Releases · mlondschien/changeforest
1.1.4
changeforest 1.1.3
1.1.3 - (2024-01-06)
Other changes:
- Update the
extendr
architecture for the package build. Thanks @JosiahParry!
changeforest 1.1.2
1.1.2 - (2024-01-02)
Other changes:
- Upgraded
extendr-api
andndarray
dependencies in R package.
changeforest 1.1.1
1.1.1 - (2023-10-03)
Other changes:
- Upgraded
pyo3
dependency in Python package.
changeforest 1.1.0
1.1.0 - (2023-08-01)
New features:
- New argument
forbidden_segments
(list or vector of 2-tuple) orNone
toControl
. If notNone
,changeforest
will not split on split points contained in segments(a, b]
inforbidden_segments
(Rust and Python only). Thanks @enzbus!
changeforest 1.0.1
1.0.1 - (2023-06-01)
Bug fixes:
- Fix build of Python macos images.
changeforest 1.0.0
1.0.0 - (2023-05-31)
First major release. There have been no changes since the last release.
changeforest 0.7.2
0.7.2 - (2022-05-09)
Bug fixes:
- Fixed bugs when plotting results created with
method="change_in_mean"
orsegmentation="sbs"
or"wbs"
(Python).
changeforest 0.7.1
0.7.1 - (2022-05-02)
Bug fixes:
- Fixed a bug resulting in no tick-labels being shown on the x-axis when plotting a
BinarySegmentationResult
.
changeforest 0.7.0
0.7.0 - (2022-04-08)
New features:
- New plotting methods
BinarySegmentationResult.plot
andOptimizerResult.plot
(Python). - New plotting methods
plot.binary_segmentation_result
andplot.binary_segmentation_result
(R). - Expanded documentation (R).
- The
changeforest
function now has default valuesmethod="random_forest"
andsegmentation="bs"
(R).