Improve dependencies management and update versions #354
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to dependencies, configuration files, and code improvements. The most important changes include updating versions in
.pre-commit-config.yaml
, modifying installation instructions inCONTRIBUTING.md
, and refactoring code for better readability and functionality.Dependency updates:
.pre-commit-config.yaml
: Updated versions forpre-commit-hooks
,ruff-pre-commit
, andmirrors-mypy
repositories. [1] [2] [3]pyproject.toml
: Added new development dependencies sections and updated existing dependencies.tox.ini
: Updated minimum version of tox and added a workaround to install dependencies frompyproject.toml
(single source of truth for the dependencies). [1] [2] [3] [4] [5]Documentation updates:
CONTRIBUTING.md
: Updated installation instructions for first-time contributors and corrected URLs for reporting bugs. [1] [2]Code improvements:
frouros/datasets/base.py
: Refactored__init__
method to improve readability and handle temporary file creation more cleanly.frouros/detectors/data_drift/batch/statistical_test/bws.py
: Simplified themethod
parameter handling in_statistical_test
method.frouros/detectors/data_drift/batch/statistical_test/chisquare.py
: Improved import statements and type annotations for better readability. [1] [2]frouros/utils/stats.py
: Removed unnecessary type ignore comment.📚 Documentation preview 📚: https://frouros--354.org.readthedocs.build/en/354/