Doubt

Latest version: v6.0.0

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

Scan your dependencies

Page 1 of 4

6.0.0

Changed
- Updated `tables` dependency to v3.9.x, which fixes issues with installation of the
package. This requires Python 3.9 or above, however, so we require that here as well.

5.1.0

Added
- The `Boot` class now has `save` and `load` methods, which uses `joblib` under the
hood.

5.0.0

Changed
- The dataset-specific dependencies are now put in a separate `datasets` extra, to make
the core package more lean. You can install the package with all the dependencies
using `pip install doubt[datasets]`.

4.5.2

Changed
- Now also allows `pandas` 2.x.x versions.

4.5.1

Security
- Updated `urllib3` to 2.0.7 due to a security update.

4.5.0

Not secure
Added
- Now saves the models during training with a `Boot` and reuses those during inference,
speeding up inference. Thanks to andrepugni for this contribution!

Fixed
- Downgraded `tables` to 3.7.x to fix an installation bug.
- Downgraded `scikit-learn` to >=1.1,<1.3, as the decision tree API in v1.3 is
incompatible with the previous ones. This will be dealt with separately in the
future.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.