forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Strip complex compat layer from npymath #2
Open
lysnikolaou
wants to merge
1,062
commits into
real-imag-remove
Choose a base branch
from
strip-npymath
base: real-imag-remove
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
lysnikolaou
force-pushed
the
real-imag-remove
branch
7 times, most recently
from
July 7, 2023 10:01
c2fb01c
to
d2e8b41
Compare
lysnikolaou
force-pushed
the
real-imag-remove
branch
2 times, most recently
from
July 11, 2023 10:56
1479245
to
c4e9b34
Compare
lysnikolaou
force-pushed
the
real-imag-remove
branch
2 times, most recently
from
July 27, 2023 15:31
45ae2c6
to
991c4b1
Compare
…Half/Double VSX3 instructions by the assembler
This fix addresses two issues: * Corrects the use of unsupported instructions by the assembler in half-precision to double-precision conversion. * Resolves a code error related to variable naming during conversion.
is my email back because it is stored somewhere else or is it just a conflict bad manipulation ? you can forget me please
These shouldn't fail and should work without the GIL, but as cython points out (now), this doesn't work in practice, because without the `noexcept`, cython will grab the GIL to check for errors every time.
This is said to be fixed upstream, see anaconda/anaconda-client#654 Closes numpy#24062
MAINT: Add missing `noexcept` to shuffle helpers
DOC: "What is NumPy?" section of the documentation
Incorporates numpy/meson#6 Closes numpygh-25026 [skip azp] [skip circle]
BLD: make macOS version check for Accelerate NEWLAPACK more robust
Update .mailmap
API: Make `encoding=None` the default in loadtxt
MAINT: Cleanup mapiter struct a bit
API: Enforce ABI version and print info when compiled against 1.x
BUG: Fix moving compiled executable to root with f2py -c on Windows
DOC: Add legacy directive to mark outdated objects
[skip cirrus] [skip azp] [skip actions]
BUG: Disallow shadowed modulenames
MAINT: Fix sneaky typo [f2py]
BUG: Handle `common` blocks with `kind` specifications from modules
DOC: replace integer overflow example
MAINT: Replace deprecated ctypes.ARRAY(item_type, size) with item_type * size
lysnikolaou
force-pushed
the
strip-npymath
branch
from
November 20, 2023 14:25
0c6b7eb
to
bafe0fe
Compare
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.
No description provided.