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

Upgrade and use ruff==0.4.8 and support numpy>=2.0.0 #176

Merged
merged 9 commits into from
Jun 19, 2024

Conversation

domna
Copy link
Member

@domna domna commented Jun 18, 2024

Fixes #175

Changes

  • Uses ruff == 0.4.8 for linting and formatting instead of black and pylint
  • Ruff formats the code
  • Upgrades and changes for numpy>2.0.0
  • Removes support for python 3.7
  • Renames testing extra to dev
  • Adapts workflows to use uv
  • Updates all requirements

@domna domna requested a review from MarJMue June 18, 2024 16:09
@domna domna self-assigned this Jun 18, 2024
@domna
Copy link
Member Author

domna commented Jun 18, 2024

uv doesn't work with python 3.7. I just removed it. I think it's not officially supported anymore anyways, so I guess it's fine to request that people have at least python 3.8.

Copy link
Collaborator

@MarJMue MarJMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@domna domna changed the title Upgrade ruff and numpy Upgrade and use ruff==0.4.8 and support numpy>=2.0.0 Jun 19, 2024
@domna domna merged commit 2fa65c8 into master Jun 19, 2024
8 checks passed
@domna domna deleted the upgrade-ruff-and-numpy branch June 19, 2024 05:44
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.

Numpy 2.0.0 support
2 participants