Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.4
/
numpy
tag
a3819044d64590f2c0757f9a90ddf3ba5bdc8616
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed Jun 06 16:48:26 2018
object
83419d6462461110035fa27e322efed557c739ac
NumPy 1.14.4 release
0ba249a
BUG: Fix check for singleton dimensions in einsum.
by Ryan Soklaski
· 7 years ago
1bd60c9
TST: Test einsum optimize broadcasting error
by Ryan Soklaski
· 7 years ago
306d79c
Merge pull request #11211 from charris/backport-11193
by Charles Harris
· 7 years ago
787baad
BUG: reference count exposed by better testing
by Marten van Kerkwijk
· 7 years ago
4073785
BUG: delimiter/comments in genfromtxt should be encoded
by Allan Haldane
· 7 years ago
32610b9
BUG: reduce using SSE only warns if inside SSE loop
by mattip
· 7 years ago
ab34a33
Merge pull request #11198 from charris/backport-11036
by Charles Harris
· 7 years ago
ab354d2
BUG: optimizing compilers can reorder call to npy_get_floatstatus
by Charles Harris
· 7 years ago
9eb8824
BUG: Python2 doubles don't print correctly in interactive shell
by Allan Haldane
· 7 years ago
64e4a07
Merge pull request #11104 from ahaldane/fixup_hack_double_double_1.14.4
by Charles Harris
· 7 years ago
35626a2
BUG: void dtype setup checked offset not actual pointer for alignment
by Sebastian Berg
· 7 years ago
5b3b867
Merge pull request #11174 from charris/backport-11169
by Charles Harris
· 7 years ago
9667d47
Merge pull request #11170 from charris/backport-11168
by Charles Harris
· 7 years ago
c2c7cae
MAINT: add sanity-checks to be run at import time
by Pauli Virtanen
· 7 years ago
6644185
TST: linalg: add regression test for gh-8577
by Pauli Virtanen
· 7 years ago
df429d7
BUG: str of DOUBLE_DOUBLE format is not implemented
by Allan Haldane
· 7 years ago
cc91ca2
MAINT: `multiarray_tests` was renamed in master.
by Charles Harris
· 7 years ago
30309b6
STY: Fix long line.
by Charles Harris
· 7 years ago
3baef5c
fix from review
by mattip
· 7 years ago
a2c6fd5
BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and document
by mattip
· 7 years ago
4b40612
Merge pull request #10947 from ahaldane/fix_style_arg_1.14
by Charles Harris
· 7 years ago
cfa022f
Merge pull request #10962 from ahaldane/backport_10860
by Allan Haldane
· 7 years ago
41f31a5
Merge pull request #10961 from ahaldane/backport_10869
by Allan Haldane
· 7 years ago
e027086
Merge pull request #10960 from ahaldane/backport_10916
by Allan Haldane
· 7 years ago
0bb7adc
BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key
by mattip
· 7 years ago
e044fef
BUG: core: fix NPY_TITLE_KEY macro on pypy
by Pauli Virtanen
· 7 years ago
31fd1d0
BUG: Fix encoding regression in ma/bench.py (Issue #10868)
by Jonathan March
· 7 years ago
0f01659
Add missing underscore to prototype in check_embedded_lapack
by Malcolm Smith
· 7 years ago
a280b7c
BUG: 'style' arg to array2string broken in legacy mode
by Allan Haldane
· 7 years ago
288667d
BUG: for 1.14 back-compat, accept list-of-lists in fromrecords
by Allan Haldane
· 7 years ago
b5784cf
BUG: floating types should override tp_print
by Allan Haldane
· 7 years ago
d1311b6
Merge pull request #10727 from charris/backport-10650
by Charles Harris
· 7 years ago
25fd516
Merge pull request #10726 from charris/backport-10657
by Charles Harris
· 7 years ago
c3f8016
BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
by Eric Wieser
· 7 years ago
0fbeba2
BUG: f2py: fix f2py generated code to work on Pypy
by Pauli Virtanen
· 7 years ago
f44d6fb
BUG: dragon4 fractional output mode adds too many trailing zeros
by Allan Haldane
· 7 years ago
a30eced
BUG: Further back-compat fix for subclassed array repr
by Allan Haldane
· 7 years ago
a696334
BUG: break cyclic refs in recursive closures
by Allan Haldane
· 8 years ago
a82363a
Revert "Merge pull request #10622 from ahaldane/fix_arrayprint_recursive_closure_backport"
by Allan Haldane
· 8 years ago
b48c804
BUG: Correctly identify comma seperated dtype strings
by Simon Gibbons
· 8 years ago
92c23cf
BUG: deallocate recursive closure in arrayprint.py
by Allan Haldane
· 8 years ago
eaac472
Merge pull request #10612 from charris/backport-10381
by Charles Harris
· 8 years ago
94eb8ea
Merge pull request #10610 from charris/backport-10477
by Charles Harris
· 8 years ago
a35a040
Merge pull request #10608 from charris/backport-10588
by Charles Harris
· 8 years ago
cf4151d
ENH: Always show dtype fields in the array repr, even for non-void
by Eric Wieser
· 8 years ago
3d82666
BUG: Fix crash on non-void structured array repr
by Eric Wieser
· 8 years ago
453bf65
BUG: Show the base of a compound dtype even when it doesn't subclass void
by Eric Wieser
· 8 years ago
2f3e04f
BUG: Align type definition with generated lapack (#10477)
by xoviat
· 8 years ago
c9d4e6e
BUG: Revert sort optimization in np.unique.
by Charles Harris
· 8 years ago
6a05fea
BUG: infinite recursion in str of 0d subclasses
by Allan Haldane
· 8 years ago
7311b96
Merge pull request #10607 from charris/backport-10596
by Charles Harris
· 8 years ago
62a1d60
BUG: Functions in ma should not add Notes to existing docstrings.
by Charles Harris
· 8 years ago
0e26bbc
Merge pull request #10550 from eric-wieser/malloc-error
by Allan Haldane
· 8 years ago
e651b50
BUG: Make dtype.descr error for out-of-order fields. (#10562)
by Charles Harris
· 8 years ago
55cc8fd
BUG: arrays not being flattened in `union1d` (#10563)
by Charles Harris
· 8 years ago
36c9ebf
Merge pull request #10560 from charris/backport-10479
by Charles Harris
· 8 years ago
3f82455
Merge pull request #10559 from charris/backport-10352
by Charles Harris
· 8 years ago
c88c4a8
Merge pull request #10561 from charris/backport-10433
by Charles Harris
· 8 years ago
1ff3742
BUG: Fix various Big-Endian test failures (ppc64)
by Allan Haldane
· 8 years ago
2a5eac2
BUG: Fix calling ufuncs with a positional output argument.
by Eric Wieser
· 8 years ago
ab3e91c
FIX: Deduplicate code
by Eric Larson
· 8 years ago
2afc7d5
Patches up broadcasting einsum issues for BLAS cases
by Daniel Smith
· 8 years ago
01e313e
ENH: Add broadcasting test
by Eric Larson
· 8 years ago
bd505de
FIX: Fix einsum optimize logic for singleton dimensions
by Eric Larson
· 8 years ago
6df6987
DEP: Issue FutureWarning when malformed records detected.
by Charles Harris
· 8 years ago
08469bb
BUG: 1.14 multifield-indexing adds padding bytes
by Allan Haldane
· 8 years ago
0cb9e62
Merge pull request #10542 from ahaldane/complex_repr_fix_backport
by Charles Harris
· 8 years ago
bc66fbc
Merge pull request #10540 from charris/backport-10482
by Charles Harris
· 8 years ago
1239026
BUG: repr of negative zeros sometimes has an extra space
by Allan Haldane
· 8 years ago
7242d60
BUG: correctly add initial space in legacy printing
by Allan Haldane
· 8 years ago
ee55fce
BUG: complex repr has extra spaces, missing +
by Allan Haldane
· 8 years ago
2aabbb0
BUG: Add missing DECREF in Py2 int() cast
by Sebastian Berg
· 8 years ago
9bd132f
minor fix for python3 compatibility
by Dennis Weyland
· 8 years ago
659a0a7
python 2.7.5 bugfix
by Dennis Weyland
· 8 years ago
f59a423
Merge pull request #10536 from eric-wieser/fix-10394
by Charles Harris
· 8 years ago
54abb9a
Merge pull request #10534 from eric-wieser/fix-pep3118-error
by Charles Harris
· 8 years ago
8bc2f9e
BUG: Set missing exception after malloc
by Eric Wieser
· 8 years ago
a2592e0
BUG: Provide a better error message for out-of-order fields
by Eric Wieser
· 8 years ago
656c191
Merge pull request #10435 from eric-wieser/duplicate-field-name-error
by Charles Harris
· 8 years ago
47c4f32
MAINT: Use ValueError for duplicate field names in lookup
by Eric Wieser
· 8 years ago
3359852
Merge pull request #10424 from eric-wieser/record.__repr__
by Charles Harris
· 8 years ago
669e87a
MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for field names
by Eric Wieser
· 8 years ago
4d9a195
TST: enable and fix shadowed test that never ran due to duplicate names
by Eric Wieser
· 8 years ago
7f9a49b
ENH: Fix repr of np.record objects to match np.void types
by Eric Wieser
· 8 years ago
0a87861
BUG: Resize bytes_ columns in genfromtxt
by Eric Wieser
· 8 years ago
b3fc900
BUG: Make the einsum optimize default to `False`.
by Charles Harris
· 8 years ago
27ec6eb
Merge pull request #10397 from charris/backport-10354
by Charles Harris
· 8 years ago
34d2e7e
BUG: fix error message not formatted in einsum
by Kenichi Maehashi
· 8 years ago
f5efb93
BUG: fix einsum issue with unicode input and py2
by Simon Conseil
· 8 years ago
1adca6e
Merge pull request #10368 from eric-wieser/fix-10364
by Marten van Kerkwijk
· 8 years ago
04896b0
BUG: Avoid unintentional promotion to `float`, and do ops in place for speed
by Eric Wieser
· 8 years ago
ed898e3
Merge pull request #10375 from eric-wieser/fix-10366
by Charles Harris
· 8 years ago
087619a
BUG: add missing paren and remove quotes from repr of fieldless struct
by Eric Wieser
· 8 years ago
8cfc788
ENH: Preserve norm dtype for order 0
by Eric Wieser
· 8 years ago
93a5f6c
BUG: restrict the __config__ modifications to win32
by xoviat
· 8 years ago
b0bfc1c
Merge pull request #10313 from charris/backport-10232
by Charles Harris
· 8 years ago
3b6aebe
Merge pull request #10311 from charris/backport-10259
by Charles Harris
· 8 years ago
f1b334b
BUG: Don't reimplement isclose in np.ma
by Eric Wieser
· 8 years ago
215a13e
MAINT: Produce a different error message when length is NaN
by Eric Wieser
· 8 years ago
73852b7
BUG: Fix exception without NULL return
by Eric Wieser
· 8 years ago
Next »