Skip to content

Releases: mlondschien/changeforest

1.1.4

08 Jan 19:04
80a0d18
Compare
Choose a tag to compare

1.1.4 - (2024-01-08)

Other changes:

  • Manually set compilation target in Makevars of the R-package based on the environment variable TARGET to simplify cross-compilation.

changeforest 1.1.3

06 Jan 16:09
6e8700d
Compare
Choose a tag to compare

1.1.3 - (2024-01-06)

Other changes:

  • Update the extendr architecture for the package build. Thanks @JosiahParry!

changeforest 1.1.2

02 Jan 13:41
cf96028
Compare
Choose a tag to compare

1.1.2 - (2024-01-02)

Other changes:

  • Upgraded extendr-api and ndarray dependencies in R package.

changeforest 1.1.1

03 Oct 07:11
220fe2a
Compare
Choose a tag to compare

1.1.1 - (2023-10-03)

Other changes:

  • Upgraded pyo3 dependency in Python package.

changeforest 1.1.0

01 Aug 15:49
a53e571
Compare
Choose a tag to compare

1.1.0 - (2023-08-01)

New features:

  • New argument forbidden_segments (list or vector of 2-tuple) or None to Control. If not None, changeforest will not split on split points contained in segments (a, b] in forbidden_segments (Rust and Python only). Thanks @enzbus!

changeforest 1.0.1

01 Jun 09:02
c330965
Compare
Choose a tag to compare

1.0.1 - (2023-06-01)

Bug fixes:

  • Fix build of Python macos images.

changeforest 1.0.0

31 May 14:45
98cdbcd
Compare
Choose a tag to compare

1.0.0 - (2023-05-31)

First major release. There have been no changes since the last release.

changeforest 0.7.2

09 May 17:31
b5ea904
Compare
Choose a tag to compare

0.7.2 - (2022-05-09)

Bug fixes:

  • Fixed bugs when plotting results created with method="change_in_mean" or segmentation="sbs" or "wbs" (Python).

changeforest 0.7.1

02 May 16:17
2fb1f03
Compare
Choose a tag to compare

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

08 Apr 13:29
b43141d
Compare
Choose a tag to compare

0.7.0 - (2022-04-08)

New features:

  • New plotting methods BinarySegmentationResult.plot and OptimizerResult.plot (Python).
  • New plotting methods plot.binary_segmentation_result and plot.binary_segmentation_result (R).
  • Expanded documentation (R).
  • The changeforest function now has default values method="random_forest" and segmentation="bs" (R).