| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
BUG: Infer return types for Fortran functions in `f2py`
|
| |\ |
|
| | | |
|
| |/
|/|
| | |
Partially addresses #16261.
|
|/
|
|
|
|
|
|
|
| |
The generation of a Python module based on a Fortran procedure
requires a `Python.h` file.[1] A brief note how to provide
this dependency if missing.
[1] https://github.com/numpy/numpy/issues/23592
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
|
| |
|
|
|
|
| |
Typo fixed; remove unfollowed conjunction "However."
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enables building with NumPy on Linux and macOS. Windows support
should be complete to, but is untested as of now and may need a few
tweaks. This contains:
- A set of `meson.build` files and related code generation script
tweaks, header templates, etc.
- One CI job on Linux
- Basic docs on using Meson to build NumPy (not yet integrated in the
html docs, it's too early for that - this is for early adopters right
now).
The build should be complete, with the major exception of SIMD support.
The full test suite passes. See gh-22546 for the tracking issue with
detailed notes on the plan for switching NumPy to Meson as its build
system.
Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
|
| |
|
|
|
| |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: Rohit Goswami <r95g10@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ~ not ^
* = skipped for -
* swap - and = underline in files they are swapped
* * to = in header underline
* - to = and * to - for consitency
* A few more change * -> ~
* use ~ instead of +
* DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement
There is still a fourth level here, which remains using "
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TST: added test for issue #18684
ENH: f2py opens files with correct encoding, fixes #635
TST: added test for issue #6308
TST: added test for issue #4519
TST: added test for issue #3425
ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook.
ENH: Add support for detecting utf-16 and utf-32 encodings.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DOC: Windows and F2PY
* DOC: Intel F2PY
* DOC: F2PY Windows Reviewer Comments I
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC: Clean F2PY Win and add to index
* DOC: F2PY windows narrative rewrite
* DOC: Clean up Windows environment suggestions
* DOC: Add Windows Terminal Details
* DOC: Update windows index
* MAINT: Clean doc
* DOC: Add partials for Windows
* DOC: Update as per review
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC,BLD: Add to toctree to appease build
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
|\
| |
| | |
DOC: Update set of allowed f2cmap types
|
| | |
|
|\ \
| |/
|/| |
ENH: F2PY build output determinism
|
| |
| |
| |
| |
| |
| | |
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Also remove FutureWarning and update documentation
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
From https://github.com/HaoZeke/f2py_skel/commit/39a0849b16206e0201e89e12233e5a871a3a71a1
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This updates the CMake example with several improvements.
* The modern CLI usage (3.14+) is used for configurting and building (plain CMake and scikit-build examples)
* Removed CXX variable setting (not a CXX project)
* Ensured Python 3.7+ is discoverd, and also avoid requiring Development.Embed (component not present in some places like manylinux)
* Nicer include directory listing
* Drop unused varaible
* Use FindPython's integrated module support
* Avoid directory-level settings, use only target level settings instead (as noted in the orignal comment - also this was originally directory scope, not project scope)
|
|
|
|
|
|
| |
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
Co-authored-by: Christoph Buchner <bilderbuchi@phononoia.at>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: Nick Wogan <wogan@uw.edu>
|
| |
|
| |
|