Sam

Latest version: v5.0.0

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

Scan your dependencies

Page 5 of 13

2.10.2

Changes
- Updated `CONTRIBUTING.md` for open source / github contribution guidelines
- Added `black` to requirements and linting pipeline
- All code reformatted with `black` and project configuration

2.10.1

Changes
- Revert version changes in `scikit-learn` and `tensorflow` due to compatibility issues

2.10.0

Changes
- `decompose_datetime()` now also accepts a timezone argument. This enables the user to use time features in another timezone. For example: If your input data is in UTC, but you're expecting that human behaviour is also important and the model is applied on the Netherlands, you can add `Europe/Amsterdam` to `decompose_datetime` and it will convert the time from UTC to the correct time, also taking into account daylight savings. This only has an effect on the feature engineering, preprocessing and postprecessing should always happen on UTC dates.
- Fixed mypy errors in decompose_datetime.py
- Updated docstring examples in decompose_datetime.py (they work now)

2.9.1

Changes
- MIT License added
- Additional information in `setup.py` and `setup.cfg` for license

2.9.0

Changes
- Updates package dependencies to no longer use a fixed version, but instead a minimum version
- Changed logging submodule to logging_functions to prevent overwriting logging package
- Fixed some mypy errors
- Added fix for SHAP DeepExplainer: https://github.com/slundberg/shap/issues/2189
- Fixed some deprecation warnings

2.8.5

Changes
- `pyproject.toml` provides settings for building package (required for PyPI)
- Additional information in `setup.py` for open source release

Page 5 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.