| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
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
|
| | |
|
| |
| |
| | |
Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This makes the C-API failed to load import error link to a new
troubleshooting document in the user documentation. It links
to the devdocs directly, since it should be possible to update the
information at any time (e.g. when a new setup starts making issues).
As these are not NumPy issues, their occurance is not tied to the
NumPy release process.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a documentation change changing the following comment
"this allows to have a 2D columns vector"
to
"view `a` as a 2D column vector"
Rationale:
- "allows to" and "columns vector" don't read well
|
| |
| |
| | |
Add missing closing brackets, script to generate the list in the PR gh-16051.
|
|/
|
|
|
|
|
|
|
|
|
| |
* DOC: make random generator initialisation visible at the first point of use in the quickstart
The random generator in the quickstart is initialised in a hidden test setup
section at the start. This should be made visible at the first point of use
so that new users don't get tripped up trying to set it up. Note that rg is
also visibly initialised lower down in the Histogram section.
Also moved another inline comment in the same example to ensure they
are aligned as per the format used in the quickstart.
|
|
|
|
|
| |
Add note on the ordering of matlab's ``x(:)`` vs NumPy ``x.flatten()``
fix #15837
|
|
|
|
| |
* DOC: fix traceback message to pass refguide_check
* DOC, TST: add refguide_check to circleci
|