-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
ensure compatibility with numpy 2.0 #444
Comments
It's probably straightforward to run Ruff's rule once on the pingouin code to conform to Numpy 2.0. But @raphaelvallat are you cool with simultanously replacing both Black and Flake8 with Ruff? It should be configurable within pyproject.toml to match the current rules of both. They also offer a drop-in GitHub Action workflow that could replace pingouin's current Black Action. I've implemented this before on a recent project and found it a convenient one-stop solution for these things. |
Yeah, I keep hearing good things about ruff so let's change |
Adding a checklist for this Issue that combines goals of numpy 2.0 compatibility with ruff replacement.
|
@raphaelvallat this got addressed when #446 was merged, so you can close it as completed 👍 ✅ |
See the NumPy 2.0 migration guide
The text was updated successfully, but these errors were encountered: