- Manually set compilation `target` in `Makevars` of the R-package based on the environment variable `TARGET` to simplify cross-compilation.
1.1.3
**Other changes:**
- Update the `extendr` architecture for the package build. Thanks JosiahParry!
1.1.2
**Other changes:**
- Upgraded `extendr-api` and `ndarray` dependencies in R package.
1.1.1
**Other changes:**
- Upgraded `pyo3` dependency in Python package.
1.1.0
---------------------
**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!