-
Notifications
You must be signed in to change notification settings - Fork 210
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
Release 2.8.7 #453
Merged
Merged
Release 2.8.7 #453
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avalentino
approved these changes
Sep 25, 2023
Thanks @avalentino for the approval. I've just added a new advert asking for new maintainers as the first section in the README. I'll wait until tomorrow for some other feedback, and I plan to do the release shortly after that. |
Thanks for the bug fix release! |
gdementen
reviewed
Sep 26, 2023
After 5 years as a solo maintainer (and performing a most excellent work), Robert McLeod | ||
is asking for a well deserved break. So the NumExpr project is looking for a new | ||
maintainer for a package that is used in pandas, PyTables and many other packages. | ||
If have benefited of NumExpr capabilities in the past, and willing to contribute back to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is a proposal for releasing 2.8.7 with support for Python 3.12 wheels (Python 3.7 and 3.8 wheels are not being generated anymore; IMO supporting 4 versions is enough, and the standard for other projects like NumPy). Also, and following NumPy 1.25 decision, this PR generates wheels for musllinux too, but only for x86_64, as building them for arm64 takes way too long (this is the same decision as NumPy folks took as well).