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

Feature/pythran numpy 2 #2202

Merged
merged 10 commits into from
Apr 30, 2024
Merged

Feature/pythran numpy 2 #2202

merged 10 commits into from
Apr 30, 2024

Conversation

serge-sans-paille
Copy link
Owner

No description provided.

np.complex64 + float -> np.complex64

but

np.complex64 + np.float64 -> np.complex128

We can't make the distinction in pythran where float and np.float64 are
the same, so... don't test it?
- np.round_ got removed
- np.alltrue got removed
- np.bool got added back
- initializing dtype from overflowing values is no longer valid

Fix #2189
@serge-sans-paille serge-sans-paille force-pushed the feature/pythran-numpy-2 branch 2 times, most recently from 58fb876 to d072b6f Compare April 24, 2024 12:41
…on scalar type in consteval

This actually leads to inaccuracy during some operations, so don't try
to outsmart the developer there.
@serge-sans-paille serge-sans-paille merged commit a93eab9 into master Apr 30, 2024
18 checks passed
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.

None yet

1 participant