-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump Cython Old #18
Merged
Merged
Bump Cython Old #18
Commits on Aug 15, 2024
-
since support for usage of DEF/IF is expected to be removed, IF are remove from code as well.
Configuration menu - View commit details
-
Copy full SHA for 545bfdc - Browse repository at this point
Copy the full SHA 545bfdcView commit details -
cyarray/msstdint.h was added in 24c49cc since stdint.h has not been there pre MSVC2015. It should be fine to remove this now.
Configuration menu - View commit details
-
Copy full SHA for 9bd799e - Browse repository at this point
Copy the full SHA 9bd799eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dabba80 - Browse repository at this point
Copy the full SHA dabba80View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18b937 - Browse repository at this point
Copy the full SHA f18b937View commit details
Commits on Aug 17, 2024
-
fix(carray.pyx.mako): resetting ndarray.data
cython>3.0 disallows setting `ndarray.data=<char *>some_data`. This commit introduces a dirty workaround for this.
Configuration menu - View commit details
-
Copy full SHA for f4e4f4f - Browse repository at this point
Copy the full SHA f4e4f4fView commit details -
fix(perf warnings): by adding noexcept
- all nogil prefixed with noexcept
Configuration menu - View commit details
-
Copy full SHA for c06f859 - Browse repository at this point
Copy the full SHA c06f859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58dd4ad - Browse repository at this point
Copy the full SHA 58dd4adView commit details
Commits on Aug 18, 2024
-
fix: numpy version inconsistency
pyproject.toml specified oldest supported numpy. This is changed. The .pyx file is also updated to avoid avoid errors.
Configuration menu - View commit details
-
Copy full SHA for c7c2068 - Browse repository at this point
Copy the full SHA c7c2068View commit details
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.