Rpforest

Latest version: v1.6

Safety actively analyzes 620828 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.620200207

Changed

- converted old CircleCI 1.0 job to 2.0
- added tox to be able to run locally and CircleCI
- updated README with working images
- refactored setup.py so that numpy is not required to be installed when running `setup.py` commands
- fixed some flake8 issues
- black-ified coode
- fixed tests code to support py35+
- updated cpp library with the latest cython 0.29.14 (previously 0.23.4)

1.520200128

Changed

- removed pytest from `install_requires`

1.420191216

Changed

- pinned libraries to python2 friendly versions.
- removed stdint include to allow compiling with MSVC

1.320160122

Changed

- all interior nodes of a tree at a given depth now share their hyperplane. This drastically reduces the memory footprint
of the tree without affecting the guarantees of the data structure (which relies on the hyperplanes being independently drawn
_between_ the trees in the forest
- this changes the structure of the model pickles, but pickles of older versions should continue to deserialize correctly

1.220160106

Changed

- `fit` can be safely called multiple times on the same model instance.
- `shrink_to_fit` removed, reducing dependency on C++11 stdlib.
- not calling `float` on the Cython version any more.

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.