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

Strip complex compat layer from npymath #2

Open
wants to merge 1,062 commits into
base: real-imag-remove
Choose a base branch
from

Conversation

lysnikolaou
Copy link
Owner

No description provided.

@lysnikolaou lysnikolaou force-pushed the real-imag-remove branch 7 times, most recently from c2fb01c to d2e8b41 Compare July 7, 2023 10:01
@lysnikolaou lysnikolaou force-pushed the real-imag-remove branch 2 times, most recently from 1479245 to c4e9b34 Compare July 11, 2023 10:56
@lysnikolaou lysnikolaou force-pushed the real-imag-remove branch 2 times, most recently from 45ae2c6 to 991c4b1 Compare July 27, 2023 15:31
seiko2plus and others added 19 commits October 27, 2023 17:23
…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.
MAINT: Add missing `noexcept` to shuffle helpers
DOC: "What is NumPy?" section of the documentation
BLD: make macOS version check for Accelerate NEWLAPACK more robust
charris and others added 29 commits November 16, 2023 16:54
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
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
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.