| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Revert mingwpy modifications to distutils. They are causing problems
for non-windows builds and it is better to wait until mingypy is
further along.
This reverts commit cda64938eb150b1af6677db4754da3be5fd7e483, reversing
changes made to 8cb3ec6ab804f594daf553e53e7cf7478656bebd.
|
|\ \ \ \
| |/ / /
|/| | | |
DOC: typo in arrays.interface.rst #6516
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
DOC: fixed #6525
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
DOC: Fixed a typo at line 289 at c-api.array.rst
|
| |/ /
| | |
| | |
| | | |
Fixes #6521
|
|\ \ \
| |/ /
|/| | |
DOC: fixed typo in arrays.classes.rst
|
| | | |
|
|\ \ \
| | | |
| | | | |
REL: add "make upload" command for built docs, update "make dist".
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes to "make dist" for building docs:
- remove .chm related line, we don't distribute those on docs.scipy.org
- only include needed pdf files in dist.tar.gz
[ci skip]
|
|\ \ \ \
| | | | |
| | | | | |
MAINT: Speedup field access by removing unneeded safety checks
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Skip safety-checks in views as long as neither old or new dtypes of view
may have objects.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bypass unneeded "view" safety checks in voidtype_ subscript/assignment
methods, by falling back to ndarray methods which skip the checks.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bypass unneeded "view" safety-checks in `array_subscript` and
`array_assign_subscript`, by avoiding use of `PyArray_View`.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
DOC: Mention that default casting for inplace operations has changed.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mention in the compatibility section that default casting has changed
from 'unsafe' to 'same_kind' for inplace operations.
Closes #6498.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
BUG: recarrays viewed as subarrays don't convert to np.record type
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Record array views were updated in #5943 to return np.record dtype
where possible, but forgot about the case of sub-arrays.
That's fixed here, so accessing subarray fields by attribute or index
works sensibly, as well as viewing a record array as a subarray dtype,
and printing subarrays.
This also happens to fix #6459, since it affects the same lines.
Fixes #6497 #6459
|
|\ \ \ \
| |/ / /
|/| | | |
ENH: Hide testing helper tracebacks when using them with pytest
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Cleanup 6306: BUG: allow extension of common blocks in numpy.f2py
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Lack of this feature resulted in the generation of incorrect *.pyf
files.
For example, the pyf file created by:
subroutine sub3 (some arguments)
real a, b, c, d
common /coeff/ a, b
common /coeff/ c, d
<do stuff>
return
end
Should contain both common statements the declaration of all four
variables a, b, c, and d.
Closes #5876.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Cleanup of 6307: BUG: Allow nested use of parameters for array dimensions in f2py.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Nested use of parameters in specifying dimensions caused problems.
For example
parameter (i=7)
common buf(nvar*(nvar+1) * (n + 1))
This fix was suggested by Pearu on github.
Closes #5877.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
LIBPATH with spaces is now supported Python 2.7+ and Win32
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixed a typo in np.inner doc
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Fix Intel compiler flags for OS X build
|
|/ / / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
REL: update Paver script for sdist completeness and auto-switch test warnings
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This approach is less error prone than switching from "develop" to "release"
in maintenance branches by hand. See gh-6461 for details.
|
| | | | |
| | | | |
| | | | |
| | | | | |
We're using numpy-vendor/fabfile.py instead.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Python 3.5 has been released, so update 3.5 testing version.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Replacing the os.environ.clear by less invasive procedure
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
BUG: ma.put expands nomask
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously when put was used on a MaskedArray with nomask the mask would be
incorrectly set to the mask of the values argument.
closes #6425
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
DOC: Create 1.10.1 release notes.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
DEP: Remove warning for `full` when dtype is set.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
See @rkern's comment in #6382.
|