Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
7dcee7a
REL: NumPy 1.14.1 release.
by Charles Harris
· 8 years ago
v1.14.1
7849751
Merge pull request #10630 from charris/prepare-1.14.1
by Charles Harris
· 8 years ago
7b49658
REL: Prepare for 1.14.1 release.
by Charles Harris
· 8 years ago
c2a54ac
Merge pull request #10629 from ahaldane/recursive_closure_backport2
by Charles Harris
· 8 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
23e3fb5
Merge pull request #10624 from charris/backport-10623
by Charles Harris
· 8 years ago
b48c804
BUG: Correctly identify comma seperated dtype strings
by Simon Gibbons
· 8 years ago
d0ba54f
Merge pull request #10622 from ahaldane/fix_arrayprint_recursive_closure_backport
by Charles Harris
· 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
c5bdcd5
Merge pull request #10609 from charris/backport-10544
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
0fb3a89
DOC: Update sphinxext submodule hash.
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
a0f117d
Merge pull request #10557 from charris/backport-10546
by Charles Harris
· 8 years ago
c88c4a8
Merge pull request #10561 from charris/backport-10433
by Charles Harris
· 8 years ago
775e54d
Merge pull request #10558 from charris/warn-malformed-data
by Allan Haldane
· 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
5d831f8
White spaces
by Mathieu Lamarre
· 8 years ago
b220aed
Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS
by Mathieu Lamarre
· 8 years ago
db831c0
Swig tool: Clear CARRAY flag when setting FARRAY
by Mathieu Lamarre
· 8 years ago
7e980b5
Merge pull request #10537 from ahaldane/revert_multifield_view_1.14
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
843e391
Merge pull request #10541 from charris/add-circleci
by Charles Harris
· 8 years ago
bc66fbc
Merge pull request #10540 from charris/backport-10482
by Charles Harris
· 8 years ago
ff068a9
Merge pull request #10539 from charris/backport-10524
by Charles Harris
· 8 years ago
98dc6ef
TST: Add circleci document testing to maintenance/1.14.x
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
da42ade
Merge pull request #10431 from eric-wieser/1.14.1-notes
by Allan Haldane
· 8 years ago
c1cf40d
REL: Add 1.14.1 release notes template
by Eric Wieser
· 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
77a81ea
Merge pull request #10425 from charris/update-ubuntu-version
by Charles Harris
· 8 years ago
2145e1b
MAINT: Update zesty to artful for i386 testing
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
635e61c
Merge pull request #10403 from charris/change-optimize-default
by Charles Harris
· 8 years ago
b3fc900
BUG: Make the einsum optimize default to `False`.
by Charles Harris
· 8 years ago
65f4d17
Merge pull request #10398 from charris/backport-10316
by Charles Harris
· 8 years ago
27ec6eb
Merge pull request #10397 from charris/backport-10354
by Charles Harris
· 8 years ago
0147728
Merge pull request #10396 from charris/backport-90371
by Charles Harris
· 8 years ago
c58f5ff
Merge pull request #10395 from charris/fix-download-url
by Charles Harris
· 8 years ago
e207bec
DOC: add documentation about how to handle new array printing
by Jarrod Millman
· 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
8970ff2
MAINT: Update download URL in setup.py.
by Charles Harris
· 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
0dc1e70
Merge pull request #10339 from xoviat/restrict-config-changes
by Charles Harris
· 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
db93697
Merge pull request #10315 from charris/release-updates
by Charles Harris
· 8 years ago
af5a056
DOC: NumPy 1.14.0 release prep.
by Charles Harris
· 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
2826b70
Merge pull request #10312 from charris/backport-10205
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
8eb5955
BUG: Fix corner cases when value is NaN.
by Han Shen
· 8 years ago
24bcce5
Issue #10258 - Change default value of `optimize` arg
by Anna Chiara
· 8 years ago
dd76b50
Merge pull request #10276 from charris/update-travis-test
by Charles Harris
· 8 years ago
a69b694
MAINT: Workaround for new travis sdist failures.
by Charles Harris
· 8 years ago
5660e03
Merge pull request #10275 from mattip/fix-PR9639-2
by Charles Harris
· 8 years ago
3a2e1bd
Merge pull request #10272 from xoviat/backport-pr-10226
by Charles Harris
· 8 years ago
Next »