| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Added checks to array.nonzero to ensure GIL is not released if
it is needed.
Closes gh-13753
|
|\
| |
| | |
BUILD: adapt "make version-check" to "make dist"
|
| | |
|
|\ \
| | |
| | | |
DOC: Improve quickstart documentation of new random Generator
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
DOC:Link between the two indexing documentation pages
|
| | | |
| | | |
| | | |
| | | | |
Prettify see also directive
|
| | | |
| | | |
| | | |
| | | | |
Fix linking error
|
| | | |
| | | |
| | | |
| | | | |
Fixed linking error
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made references to each other for the following two indexing docs
https://docs.scipy.org/doc/numpy-1.15.0/user/basics.indexing.html
https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.indexing.html
closes #12195
|
|\ \ \
| |/ /
|/| | |
DEP: Speed up WarnOnWrite deprecation in buffer interface
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When a buffer interface does not request a writeable buffer,
simply pass a read-only one when the warn on write flag is set.
This is to give an easier way forward with avoiding the deprecation
warnings: Simply do not ask for a writeable buffer.
It will break code that expects writeable buffers but does not
ask for them specifically a bit harder than would be nice.
But since such code probably should ask for it specifically, this
is likely fine (an RC release has to find out).
The main reason for this is, that this way it plays very will with
cython, which requests writeable buffers explicitly and if declared
`const` is happy about read-only (so that using `const` is the best
way to avoid the warning and makes code cleaner).
Closes gh-13929, gh-13974
|
|\ \
| | |
| | | |
TST, MAINT, BUG: expand OpenBLAS version checking
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add a function to tools/openblas_support.py
that may be used to test OpenBLAS version
available through NumPy in a manner agnostic
to any specific CI service
* expand OpenBLAS version checking to include
ppc64le and POWER8 CI runs; a separate PR will
be provided to bump these versions to 0.3.7.dev
* OpenBLAS install was broken on ppc64le
Travis CI after migration to tools/openblas_support.py;
fixed that
* Azure CI config no longer uses a single-line
280-character Python "program" assigned to an
environment variable to check OpenBLAS version;
instead, it now leverages tools/openblas_support.py
to perform the same operation using a conventional
Python function
|
| | | |
|
|\ \ \
| | | |
| | | | |
ENH: improve error message for ragged-array creation failure
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[DOC] Remove unused/deprecated functions
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
MAINT: Fix spelling error in npy_tempita kwarg
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit fixes the spelling of the ``delimeter`` kwarg to
``delimiter`` (note the second e -> i) in the npy_tempita module. This
npy_tempita vendorises Tempita a minimal templating language.
The spelling has been fixed in the official documentation [1] and source
code [2]. This commit fixes that fix by aligning npy_tempita with the
reference documentation.
Although the vendored version is used in NumPy the delimeter kwarg is
not. This raised the consideration of reverting to either the original
version or Cython's non-vendored version [3]. Both were decided against
because:
1. The original is not actively maintained and required some fixes.
2. Cython's Tempita is an internal Cython tool and Cython may not
guarantee that it will be present.
[1] https://pyrocore.readthedocs.io/en/latest/tempita.html
[2] https://bitbucket.org/ianb/tempita/src/default/tempita/__init__.py
[3] https://github.com/cython/cython/blob/master/Cython/Tempita/_tempita.py
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ENH: Chain exception for typed item assignment
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This was discussed in gh-14000, and slightly improves the situation
at least maybe to the extend of understanding why it happens when
looking more closely.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: Add a call for contribution paragraph to the readme
|
| | | | | | | |
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We would like to attract contributions from people that are currently
underrepresented in the developer team. In particularly with regards
to skills in high level documentation or website.
As an attempt to reach more users, add this to the very visible
README.
Briefly wrote this paragraph with Ralf, we can iterate on it.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: show workaround for backward compatibility
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: emphasize need for matching numpy, git versions
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: Document array_function at a higher level.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
MAINT: Warn if `_add_newdocs.py` is used to add docstrings to pure-python objects
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
objects
This caught the duplication of docstrings between multiarray.py and _add_newdocs
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
DOC: Add note to irfft-like functions about the default sizes
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
BUG: Missing warnings import in polyutils
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* update downcasting docs
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
DOC: Update the description of byteswap
|
| | |_|_|_|_|_|/
| |/| | | | | | |
|