Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.12.0b1
/
numpy
tag
616ab8c3c35360ed883f7a8ce3b5966f54a4dbed
tagger
Charles Harris <
[email protected]
>
Wed Nov 16 23:40:31 2016
object
67551112fa684d1686ed173eb9724a4b8a7a86fa
NumPy v1.12.0b1
f8b3194
TST: Path test should resolve symlinks when comparing
by Wendell Smith
· 9 years ago
f39c92b
BUG: np.piecewise not working for scalars
by alvarosg
· 9 years ago
790c7f7
Merge pull request #8246 from charris/make-bad-strides-reasonable
by Charles Harris
· 9 years ago
5da51cb
BUG: Update operator `**` tests for new behavior.
by Charles Harris
· 9 years ago
1718ee8
Merge pull request #8240 from charris/prepare-for-1.12-branch
by Charles Harris
· 9 years ago
28e3905
REL: Updates for C-ABI and C-API.
by Charles Harris
· 9 years ago
8c49b92
Merge pull request #8227 from alimuldal/uniform_inf_check
by Charles Harris
· 9 years ago
2272c32
Merge pull request #8231 from charris/integer-to-neg-integer-power
by Charles Harris
· 9 years ago
62046aa
Merge pull request #8190 from charris/add-fpower-ufunc
by Charles Harris
· 9 years ago
740bca9
Merge pull request #8236 from charris/fix-documentation-prs
by Charles Harris
· 9 years ago
e885085
DOC: Correct documentation of hfft/ihfft.
by Charles Harris
· 9 years ago
4d300ff
Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhance
by Charles Harris
· 9 years ago
fc6ba15
DOC: Remove "deprecated" from eigvalsh UPLO.
by Charles Harris
· 9 years ago
6bb5a22
Merge pull request #8222 from nouiz/mean_float16
by Charles Harris
· 9 years ago
af818b0
DOC: Small fixup to the documentation.
by Charles Harris
· 9 years ago
18a9075
DOC: Clarified when a copy is made in numpy.asarray [skip ci]
by Michael Seifert
· 9 years ago
f7378ef
Keep the subclass and update the docstring per the comment.
by Frederic Bastien
· 9 years ago
9451faa
ENH: Add a float_power function with at least float64 precision.
by Charles Harris
· 9 years ago
f5bb42f
BUG: Better check for invalid bounds in np.random.uniform.
by Alistair Muldal
· 9 years ago
94b36b5
Merge pull request #8200 from skwbc/structure_format
by ahaldane
· 9 years ago
3ab2213
ENH: Refactor numpy ** operators for numpy scalar integer powers.
by Charles Harris
· 9 years ago
e1326c3
MAINT: Refactor numpy/core/arrayprint.py
by Shota Kawabuchi
· 9 years ago
f685f1a
ENH: Deprecation warnings for `/` integer division when running python -3
by saurabh
· 9 years ago
e1e76fe
Simplify and still reuse out with float16 inputs.
by Frederic Bastien
· 9 years ago
a6c2184
BUG: Fix array2string for structured array scalars
by Shota Kawabuchi
· 9 years ago
530d671
[ENH]Make numpy.mean() do more precise computation without changing the output dtype that stay in float16.
by Frederic Bastien
· 9 years ago
6ae8420
Merge pull request #7987 from f0k/advertise-open_memmap
by Charles Harris
· 9 years ago
e908bfa
Merge pull request #8218 from mattharrigan/ediff1d-performance
by Charles Harris
· 9 years ago
8fe985c
DOC: Clean up lomax and genpareto references.
by wrwrwr
· 9 years ago
9a90abf
BUG: return subclasses from ediff1d
by MattHarrigan
· 9 years ago
5059202
MAINT, DOC: Update some scipy.stats references.
by wrwrwr
· 9 years ago
baef1f2
DOC: Patch doc errors for atleast_nd and frombuffer
by gfyoung
· 9 years ago
b0e66ad
ENH: fast track default kwargs for ediff1d
by MattHarrigan
· 9 years ago
3bd79ab
Merge pull request #8183 from mattharrigan/ediff1d-performance
by Stephan Hoyer
· 9 years ago
0e4de36
Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdim
by Charles Harris
· 9 years ago
5b9e7ee
DEP: Deprecate the keepdims argument to accumulate
by Eric Wieser
· 9 years ago
6b358a7
Merge pull request #8109 from skwbc/issue#7546
by Charles Harris
· 9 years ago
7621eba
ENH: specialize name of dev package by interpreter
by mattip
· 9 years ago
a5db940
Merge pull request #8173 from aixtools/issue8118
by Charles Harris
· 9 years ago
9ef1565
STY: Fix indentation to follow PEP8
by Charles Harris
· 9 years ago
5d76174
MAINT: change path to env in distutils.system_info. Closes gh-8195.
by Ralf Gommers
· 9 years ago
2a4dd99
BUG: Fix subarray format changed in #8160
by Shota Kawabuchi
· 9 years ago
40676b8
Merge pull request #8197 from eric-wieser/document-outer
by Charles Harris
· 9 years ago
f1aaff1
DOC: Add missing arguments to np.ufunc.outer
by Eric Wieser
· 9 years ago
4848271
TST: Added cases for better coverage of ediff1d
by MattHarrigan
· 9 years ago
2c5e708
commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declarations
by Michael Felt
· 9 years ago
6790bf8
Merge pull request #8189 from ahaldane/nonwriteable_setfield
by Charles Harris
· 9 years ago
483b7a7
BUG: setfield should raise if arr is not writeable
by Allan Haldane
· 9 years ago
bb59409
Merge pull request #8180 from rainwoodman/fix-8179
by ahaldane
· 9 years ago
8a9b04c
Merge pull request #7922 from eric-wieser/np-ma-convolve
by ahaldane
· 9 years ago
88a66d8
Merge pull request #8127 from charris/integer-to-negative-power
by Charles Harris
· 9 years ago
f4f8a1c
ENH: Power ufunc raises error for integer to negative integer powers.
by Charles Harris
· 9 years ago
4282940
BUG: protect stolen ref by NewFromDescr in array_empty
by Yu Feng
· 9 years ago
e6122fd
Merge pull request #8178 from charris/fix-resource-warning
by Charles Harris
· 9 years ago
9cb5ac6
Merge pull request #8184 from person142/assert-allclose
by Charles Harris
· 9 years ago
094513c
DOC: 'highest' is exclusive for randint()
by Ben North
· 9 years ago
41aee80
MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12
by Josh Wilson
· 9 years ago
4c2ad8a
BUG: Fix (and test) np.ma.convolve for raw lists
by Eric Wieser
· 9 years ago
bf3fb26
DOC: correct ma.convolve docstrings, and add the feature to the release notes
by Eric Wieser
· 9 years ago
cb52fd6
API: Rename contagious to propagate_mask
by Eric Wieser
· 9 years ago
3ebbbb0
ENH: Add ma.convolve and ma.correlate for #6458
by Eric Wieser
· 9 years ago
8798f8d
MAINT: Fix ResourceWarning new in Python 3.6.
by Charles Harris
· 9 years ago
6da5f00
Merge pull request #8177 from seberg/issue8176
by Charles Harris
· 9 years ago
6b49167
MAINT: Add python 3.6 support to suppress_warnings
by Sebastian Berg
· 9 years ago
16a98c0
ENH: performance improvement to ediff1d
by MattHarrigan
· 9 years ago
4733b00
DOC: warn that dtype.descr is only for use in PEP3118
by Allan Haldane
· 9 years ago
9bafab4
Merge pull request #8168 from wrwrwr/genfromtxt-spelling
by Charles Harris
· 9 years ago
7c5163a
Merge pull request #8160 from skwbc/issue#5692
by Charles Harris
· 9 years ago
d720d62
DOC: Minor spelling fix in genfromtxt() docstring.
by wrwrwr
· 9 years ago
3d75c3f
BUG: fix _array2string for strustured array (issue #5692)
by Shota Kawabuchi
· 9 years ago
0a02bb6
ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054)
by Stephan Hoyer
· 9 years ago
a233689
BUG: Make assert_allclose(..., equal_nan=False) work.
by Antti Kaihola
· 9 years ago
8077d85
TST: Add tests for assert_allclose(..., equal_nan={True|False})
by Antti Kaihola
· 9 years ago
b8da06b
Merge pull request #8156 from mattharrigan/einsum-doc
by Charles Harris
· 9 years ago
8585744
DOC: added example with empty indices for a scalar
by MattHarrigan
· 9 years ago
fa31422
Merge pull request #8142 from ahaldane/ma_mean_scalar
by Charles Harris
· 9 years ago
ee41e9d
Merge pull request #8153 from ahaldane/scalar_base
by Charles Harris
· 9 years ago
1e85581
MAINT: Expose void-scalar "base" attribute in python
by Allan Haldane
· 9 years ago
d8d7c25
BUG: np.ma.mean and var should return scalar if no mask
by Allan Haldane
· 9 years ago
edf2130
Merge pull request #8141 from juliantaylor/build-fixes
by Charles Harris
· 9 years ago
5d0ce36
BUG: import full module path in npy_load_module
by Jonathan Helmus
· 9 years ago
b0a6e55
Merge pull request #8121 from wrwrwr/imp-hist2d-example
by Ralf Gommers
· 9 years ago
5b38e86
MAINT: make sure __builtin_cpu_supports is not optimized away
by Julian Taylor
· 9 years ago
b5471e0
MAINT: check that linker can handle AVX
by Julian Taylor
· 9 years ago
84b11f5
ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)
by Ben Rowland
· 9 years ago
dbb7094
Merge pull request #8103 from mattip/pypy-fixes
by Nathaniel J. Smith
· 9 years ago
2a86f35
DOC: Improve histogram2d() example.
by wrwrwr
· 9 years ago
f236760
BUG: integer 0 to a negative power should error.
by Eric Moore
· 9 years ago
b0159a9
Merge pull request #8125 from charris/deepcopy_object
by Charles Harris
· 9 years ago
6a72b6b
STY: Make some C style fixups to methods.c.
by Charles Harris
· 9 years ago
ec32766
BUG: Fixed deepcopy of F-order object arrays.
by pelson
· 9 years ago
fda7484
Merge pull request #8107 from wrwrwr/fix-precision-zero
by Charles Harris
· 9 years ago
65e1e0e
BUG: Fix array printing with precision=0.
by wrwrwr
· 9 years ago
ba11cf4
BUG: Fixed build break
by Oleksandr Pavlyk
· 9 years ago
8888a76
BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)
by Raghav RV
· 9 years ago
33d850d
Merge pull request #8110 from rgommers/rpath-comma
by Charles Harris
· 9 years ago
fd6ff26
BUG: core: add missing error check after PyLong_AsSsize_t
by Pauli Virtanen
· 9 years ago
11671b7
DOC: Fix "See also" links in linalg.
by wrwrwr
· 9 years ago
28efd6b
TST: add intp type check in test_big_indices
by Shota Kawabuchi
· 9 years ago
364382b
BUG: add array size overflow check in arr_ravel_multi_index
by Shota Kawabuchi
· 9 years ago
Next »