| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
DOC: How-to guide for I/O
|
| |
| |
| |
| | |
Adds "CC BY 4.0" credit to the Pauli Vertanen example.
|
| | |
|
| |
| |
| |
| |
| | |
And other suggestions by @eric-wieser.
Also standardizes quotes as '"'.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
DOC: Replace "About NumPy" with "Document conventions"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Eliminates the unhelpful "About NumPy" title. All contents
of the original appear more prominently elsewhere,
except for the information about document conventions,
which is now the title and subject.
|
| | | |
|
|/ / |
|
|/
|
| |
Single sentence grammatical correction.
|
| |
|
| |
|
|
|
|
| |
Migrated from numpy-tutorials
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BLD: enabled negation of library choices in NPY_*_ORDER
When users build for a particular order it may be beneficial
to disallow certain libraries.
In particular a user may not care about which accelerated
BLAS library is used, so long as the NetLIB or ATLAS library isn't used.
This is now possible with:
NPY_BLAS_ORDER='^blas,atlas'
or
NPY_BLAS_ORDER='!blas,atlas'
Since we may envision more BLAS/LAPACK libraries to the pool, this
will provide greater flexibility as they enter.
A new (local) method is added in system_info.py which removes duplicate
code and allows for easier usage across libraries.
|
|
|
|
|
|
|
| |
* Update doc/source/user/numpy-for-matlab-users.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Ben Nathanson <github@bigriver.xyz>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
|
|
|
|
|
|
|
|
| |
counterparts (#17222)
* DOC: redistribute docstring-only content from numpy/doc
* DOC: post-transition clean-up
* DOC, MAINT: reskip doctests, fix a few easy ones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* remove (R) from all MATLAB mentions except the first
* Update doc/source/user/numpy-for-matlab-users.rst
update the MATLAB case L53
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* change case of all M/matlab to MATLAB
* Update doc/source/user/numpy-for-matlab-users.rst
replace (R) in reference to Mathworks reference
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Added tutorial about the numpy.ma module.
|
|
|
| |
* DOC: updated gcc minimum recommend version to build from source
|
|\
| |
| | |
DOC,ENH: extend error message when Accelerate is detected
|
| |
| |
| | |
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
|
| |
| |
| | |
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* DOC: Fixes for 18 broken links
This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.
* DOC: Update to "Fixes for 18 broken links #16472"
* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958
* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928
* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484
Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824
* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472
Making reference [1] an internal link in function_base.py => numpy.vectorize.html
* DOC: Redirect 2 link fixes in PR #16472
* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to
per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070
|
|\ \
| |/
|/| |
DOC: Fix troubleshooting code snippet when env vars are empty
|
| |
| |
| |
| |
| | |
The previous snippet worked fine, but not when the environment
variables were completly empty.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* MAINT,DOC: add index for user docs.
Adds an index.rst for the user documentation (pre-NEP 44) to
serve as a start page for the latex version of the user
documentation.
Marked as an orphan, so should not interfere with building html
docs
|
| |
| |
| |
| |
| |
| |
| | |
Remove support for Apple Accelerate, since it is buggy. A build error should
occur on most or all setups if linked against Accelerate. Test or import failures
should occur on setups where Accelerate is picked up dynamically.
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
|
|/ |
|
|\
| |
| | |
DOC: Update the f2py section of the "Using Python as Glue" page.
|
| |
| |
| |
| |
| | |
* Fix whitespace in the inputs to Python in the f2py examples.
* Capitalize Python and Fortran consistently.
|
| |
| |
| |
| | |
* Update the output shown for the docstrings generated by f2py.
|
|\ \
| |/
|/| |
DOC: Fix typos and cosmetic issues
|
| | |
|
|/
|
|
| |
* Replace print statements with print function calls.
* Fix the filename in one of the commands: it is "add.f", not "add.f95".
|
|\
| |
| | |
DOC: Add Clang and MSVC to supported compilers list
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
| |
Adds the environment variable help link:
https://code.visualstudio.com/docs/python/environments
for VSCode.
Closes gh-16139 and gh-15183
|
|\
| |
| | |
DOC: Change import error "howto" to link to new troubleshooting page
|
| | |
|