Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: the big dependency bump #432

Closed
wants to merge 2 commits into from
Closed

Conversation

nnansters
Copy link
Contributor

This is the one: the big dependency bump!

As Python 3.8 is end-of-life, this release drops the support for it. This allows us to bump a lot of our core dependencies:

numpy = "^2.0"

scipy = "^1.13"

pandas = "^2.2"

scikit-learn = "^1.6"

pyarrow = "^18.1"

This should be a lot less restrictive for people with up-to-date installations.
Working with these versions means we now support Python 3.12 as well!

josecaloca and others added 2 commits September 25, 2024 08:25
…r docstring

Updated the UnivariateDriftCalculator docstring by removing ConstantThreshold(upper=0.1) as it incorrectly reflects the default behavior. The correct default is StandardDeviationThreshold(std_lower_multiplier=None).
fix: remove incorrect ConstantThreshold from UnivariateDriftCalculator
@nnansters nnansters closed this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants