Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
/
numpy
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
2f945eb
Merge pull request #12706 from charris/backport-12677
by Charles Harris
· 7 years ago
087be4f
Merge pull request #12707 from charris/backport-12672
by Charles Harris
· 7 years ago
ddcaef0
TST: Fix endianness in unstuctured_to_structured test
by Allan Haldane
· 7 years ago
236aba0
BUG: Add 'sparc' to platforms implementing 16 byte reals.
by Charles Harris
· 7 years ago
e05b419
MAINT: Further fixups to uint alignment checks
by Allan Haldane
· 7 years ago
785d7f6
BUG: fix uint alignment asserts in lowlevel loops
by Allan Haldane
· 7 years ago
27f6909
Merge pull request #12623 from charris/backport-12618
by Charles Harris
· 7 years ago
0f88d6f
Merge pull request #12622 from charris/backport-12617
by Charles Harris
· 7 years ago
d62ffe0
MAINT: add test for 12-byte alignment
by Allan Haldane
· 7 years ago
359c1b1
BUG: Add missing free in ufunc dealloc
by Sebastian Berg
· 7 years ago
b43a1aa
MAINT: improve comments
by mattip
· 7 years ago
016072e
BUG: non-uint-aligned arrays were counted as uint-aligned
by Allan Haldane
· 7 years ago
5e5fc96
BUG: add case for longdouble alignment size
by mattip
· 7 years ago
4cc0665
Merge pull request #12588 from charris/backport-12546
by Charles Harris
· 7 years ago
fe383fe
Merge pull request #12587 from charris/backport-12572
by Charles Harris
· 7 years ago
7b44a91
BUG: check for errors after PyArray_DESCR_REPLACE
by mattip
· 7 years ago
ecb8539
Merge pull request #12582 from charris/backport-12577
by Charles Harris
· 7 years ago
d22bd8d
BUG: fix f2py pep338 execution method
by Julian Taylor
· 7 years ago
e840659
BUG: Make `arr.ctypes.data` hold a reference to the underlying array.
by Charles Harris
· 7 years ago
36043bf
BUG: fix segfault in ctypeslib with obj being collected
by Anthony Sottile
· 7 years ago
af95ea1
BUG: be sure to set returned value to NULL
by mattip
· 7 years ago
910f7c3
MAINT: return Py_None not NULL
by mattip
· 7 years ago
11beaaf
BUG: fix from review
by mattip
· 7 years ago
0190896
BUG: fix refcount issue caused by #12524
by mattip
· 7 years ago
306efa0
Merge pull request #12568 from charris/backport-12524
by Charles Harris
· 7 years ago
3632375
Merge pull request #12569 from charris/backport-12522
by Charles Harris
· 7 years ago
60bac25
Merge pull request #12570 from charris/backport-12511
by Charles Harris
· 7 years ago
5b4cfeb
MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES)
by Allan Haldane
· 7 years ago
a8dfc5a
BUG: ensure new-lines in compiler error messages are actually printed to the console
by Eric Wieser
· 7 years ago
1566071
MAINT: unify error messages
by mattip
· 7 years ago
2c381e6
STY: add space after "if"
by mattip
· 7 years ago
e982b08
DOC: rearrange comment sequence from review
by mattip
· 7 years ago
09ccd7f
STY: bracket if blocks with braces
by mattip
· 7 years ago
09a7c94
MAINT: comment, fix from review
by mattip
· 7 years ago
985f550
BUG: call PyType_Ready before using type
by mattip
· 7 years ago
6bfb84e
MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs
by mattip
· 7 years ago
44b708d
STY: add comment for future maintainers
by mattip
· 7 years ago
d456d94
WIP, BUG: reorder operations for VS2015
by mattip
· 7 years ago
6ff5154
Merge pull request #12563 from charris/backport-12554
by Charles Harris
· 7 years ago
c2cd71c
MAINT: fix an unsafe PyTuple_GET_ITEM call
by Allan Haldane
· 7 years ago
c097b1f
DOC: more doc updates for structured arrays
by Allan Haldane
· 7 years ago
81fe95c
BUG: only override vector size for avx code
by Julian Taylor
· 7 years ago
5000356
Merge pull request #12494 from mattip/disallow-dgemm
by Charles Harris
· 7 years ago
7e04869
STY, TST: fix formatting and add tests for other dtypes, unaligned data
by Charles Harris
· 7 years ago
2970e41
Merge pull request #12388 from mhvk/linspace-allow-array
by Charles Harris
· 7 years ago
45cef38
MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)
by Roman Yurchak
· 7 years ago
abf6262
DOC: Note the version in which we start supporting array_like start, stop
by Marten van Kerkwijk
· 7 years ago
5d3ff23
BUG: Fix `/` that should be `//`.
by Charles Harris
· 7 years ago
f7a9fac
BUG: test, fix matmul, dot for vector array with stride[i]=0
by mattip
· 7 years ago
612cd65
BUG: fix records.fromfile fails to read data >4 GB
by cgohlke
· 7 years ago
d338490
ENH: allow user choice of sample axis in {lin,log,geom}space.
by Marten van Kerkwijk
· 7 years ago
8a11573
ENH: implement matmul on NDArrayOperatorsMixin (#12488)
by Stephan Hoyer
· 7 years ago
58ebb6a
ENH: Allow {lin,log,geom}space start and stop to be arrays.
by Marten van Kerkwijk
· 7 years ago
bd1d6a5
TST,BUG: fix two tests that were setup incorrectly.
by Marten van Kerkwijk
· 7 years ago
82428bb
Merge pull request #12219 from mattip/matmul-as-ufunc2
by Eric Wieser
· 7 years ago
b35892a
Merge pull request #12353 from mattip/check-threshold
by Charles Harris
· 7 years ago
18476f5
DOC: add a comment detailing the output ufunc flag choices
by mattip
· 7 years ago
b1ffafb
DOC: fix example for __call__. See #12451
by Edgar Giovanni Lepe
· 7 years ago
04c2f33
Merge pull request #12328 from mhvk/ndarray_array_function_allow_subclasses
by Stephan Hoyer
· 7 years ago
f7a8224
MAINT: Allow subclasses in ndarray.__array_function__.
by Marten van Kerkwijk
· 7 years ago
0f59087
BUG: test, fix for threshold='nan'
by mattip
· 7 years ago
72f2abf
ENH: corrections and fixes from review
by mattip
· 7 years ago
dc608ba
Merge pull request #12470 from shoyer/less-multiarray-indirection
by Charles Harris
· 7 years ago
8b70a86
STY: Restyle some multiline comments. [ci skip]
by Charles Harris
· 7 years ago
a66025a
MAINT: reformat comment in C
by Stephan Hoyer
· 7 years ago
12922e2
Merge pull request #12471 from shoyer/linspace-overrides
by Stephan Hoyer
· 7 years ago
e5b43d2
DOC: add docs_from_dispatcher to docstring
by Stephan Hoyer
· 7 years ago
8356edf
ENH: override support for np.linspace and friends
by Stephan Hoyer
· 7 years ago
bc143e0
MAINT: remove wrapper functions from numpy.core.multiarray
by Stephan Hoyer
· 7 years ago
b637e65
Merge pull request #12447 from ahaldane/unrevert_multifield_view
by Charles Harris
· 7 years ago
e0122a4
Merge pull request #12443 from rth/set-litteral
by Eric Wieser
· 7 years ago
0ee245b
MAINT: Use list and dict comprehension when possible (#12445)
by Roman Yurchak
· 7 years ago
1842ea9
BUG: IndexError for empty list on structured MaskedArray.
by Marten van Kerkwijk
· 7 years ago
b3a4353
Merge pull request #12446 from ahaldane/recfunctions_fixups
by Charles Harris
· 7 years ago
1e2cb50
Merge pull request #11197 from wummo/correct_covariance_scaling
by Marten van Kerkwijk
· 7 years ago
845def0
ENH: add back the multifield copy->view change
by Allan Haldane
· 7 years ago
191d5c7
MAINT: Fixups to new functions in np.lib.recfunctions
by Allan Haldane
· 7 years ago
a2202b9
BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes))
by mattip
· 7 years ago
11a316e
Merge pull request #12408 from ahaldane/multifield_ma
by Charles Harris
· 7 years ago
8c9450a
ENH: make matmul into a ufunc
by mattip
· 7 years ago
d7e411b
Merge pull request #12437 from mattip/refactor-datetime-metadata
by Eric Wieser
· 7 years ago
2552e57
MAINT: refactor datetime.c_metadata creation
by mattip
· 7 years ago
b47ed76
Merge pull request #12419 from timfel/fix-fill-funcs
by Charles Harris
· 7 years ago
e4c14fb
Address review comments
by Roman Yurchak
· 7 years ago
0999248
Use set litterals
by Roman Yurchak
· 7 years ago
983bbb5
Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo
by Charles Harris
· 7 years ago
5287788
Merge pull request #12439 from mattip/visible-to-invisible
by Charles Harris
· 7 years ago
61371de
MAINT: Add new recfunctions to numpy function API
by Allan Haldane
· 7 years ago
c6adda6
BUG: don't override casting errors with matmul or inner
by Stephan Hoyer
· 7 years ago
ed5f841
BUG: don't override original errors when casting inside np.dot() fails
by Stephan Hoyer
· 7 years ago
c892733
ENH: Fixups to multi-field assignment helpers
by Allan Haldane
· 7 years ago
51e9a02
BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT
by mattip
· 7 years ago
1d38e41
Merge pull request #8923 from guoci/histo_ise
by Charles Harris
· 7 years ago
73322a0
BUG/ENH: Fix use of ndpointer in return values
by Eric Wieser
· 7 years ago
1837df7
Removed non-standard scaling of the covariance matrix and added option to disable scaling completely.
by Andreas Nussbaumer
· 7 years ago
b0b07ca
resolve issues from review
by guoci
· 7 years ago
c3c6cd5
DOC: mention LOOCV in description of "stone" rule.
by Stephan Hoyer
· 7 years ago
219a52c
ENH: Add 'ise' estimator to np.histogram
by guoci
· 7 years ago
7027014
Merge pull request #12424 from eric-wieser/rework-11536
by Charles Harris
· 7 years ago
8b366e0
BUG: Fix inconsistent cache keying in ndpointer
by Eric Wieser
· 7 years ago
Next »