Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
971e2e8
REL: NumPy 1.16.0 release.
by Charles Harris
· 7 years ago
v1.16.0
7303292
Merge pull request #12705 from charris/backport-12687
by Charles Harris
· 7 years ago
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
b4cfb48
Merge pull request #12708 from charris/backport-12671
by Charles Harris
· 7 years ago
8dac8be
Merge pull request #12710 from charris/backport-12704
by Charles Harris
· 7 years ago
fd41f87
TST: pin Azure brew version for stability.
by Tyler Reddy
· 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
a8a6573
ENH: Better links in documentation
by Eric Larson
· 7 years ago
7ee5200
REL: prepare 1.16.x for further development
by Charles Harris
· 7 years ago
0cf81b0
REL: NumPy 1.16.0rc2 release.
by Charles Harris
· 7 years ago
v1.16.0rc2
4488396
Merge pull request #12657 from charris/backport-12641
by Charles Harris
· 7 years ago
2c02d5a
Merge pull request #12656 from charris/backport-12639
by Charles Harris
· 7 years ago
25f1c64
Merge pull request #12655 from charris/backport-12626
by Charles Harris
· 7 years ago
f30635b
DOC: update 2018 -> 2019
by mattip
· 7 years ago
71fb264
BENCH: don't fail at import time with old Numpy
by Pauli Virtanen
· 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
815f38f
Merge pull request #12621 from charris/backport-12611
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
b1d51bc
DEV: activate assert code in 32bit linux via -UNDEBUG
by mattip
· 7 years ago
e6a0403
Merge pull request #12603 from jakirkham/fix_np116_rel_notes
by Charles Harris
· 7 years ago
b4770a2
Convert some ' to ` [ci skip]
by John Kirkham
· 7 years ago
0b001d0
REL: prepare 1.16.x for further development
by Charles Harris
· 7 years ago
c942410
REL: NumPy 1.16.0rc1 release.
by Charles Harris
· 7 years ago
v1.16.0rc1
cd1fc7e
Merge pull request #12590 from charris/prepare-1.16.0
by Charles Harris
· 7 years ago
9643d0a
DOC, MAINT: Prepare for 1.16.0rc1 release.
by Charles Harris
· 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
c49876c
Merge pull request #12580 from charris/backport-12566
by Charles Harris
· 7 years ago
d22bd8d
BUG: fix f2py pep338 execution method
by Julian Taylor
· 7 years ago
de11224
Merge pull request #12581 from charris/backport-12578
by Charles Harris
· 7 years ago
e840659
BUG: Make `arr.ctypes.data` hold a reference to the underlying array.
by Charles Harris
· 7 years ago
63cfd33
TST: activate shippable maintenance branches
by Tyler Reddy
· 7 years ago
36043bf
BUG: fix segfault in ctypeslib with obj being collected
by Anthony Sottile
· 7 years ago
2b0bb38
Merge pull request #12573 from charris/backport-12544
by Charles Harris
· 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
d5e919f
Merge pull request #12567 from charris/backport-12526
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
ea1c6f5
Merge pull request #12565 from charris/backport-12527
by Charles Harris
· 7 years ago
4b44ad5
Merge pull request #12564 from charris/backport-12528
by Charles Harris
· 7 years ago
8d93325
Merge pull request #12562 from charris/fix-doc-makefile
by Charles Harris
· 7 years ago
0dfb8a7
Fix lgtm.com C/C++ build
by Jonas Jensen
· 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
45900fe
DOC, MAINT: Make `PYVER = 3` in doc/Makefile.
by Charles Harris
· 7 years ago
5e80584
Merge pull request #12556 from juliantaylor/fix-avx
by Charles Harris
· 7 years ago
81fe95c
BUG: only override vector size for avx code
by Julian Taylor
· 7 years ago
f07a38d
Merge pull request #12501 from schnaitterm/master
by Charles Harris
· 7 years ago
5000356
Merge pull request #12494 from mattip/disallow-dgemm
by Charles Harris
· 7 years ago
b890daa
MAINT: removed word/typo from comment in site.cfg.example
by Michael James Jamie Schnaitter
· 7 years ago
7e04869
STY, TST: fix formatting and add tests for other dtypes, unaligned data
by Charles Harris
· 7 years ago
22d6157
Merge pull request #12498 from tylerjereddy/bump_azure_win_openblas
by Charles Harris
· 7 years ago
ae7c953
TST: sync Azure Win openblas
by Tyler Reddy
· 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
8ffa227
Merge pull request #12493 from cgohlke/patch-2
by Charles Harris
· 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
9d41635
Merge pull request #12486 from ankokumoyashi/patch-1
by Ralf Gommers
· 7 years ago
58ebb6a
ENH: Allow {lin,log,geom}space start and stop to be arrays.
by Marten van Kerkwijk
· 7 years ago
b304539
fix typo
by ankokumoyashi
· 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
2562e52
Merge pull request #12474 from tylerjereddy/cov_array_func
by Charles Harris
· 7 years ago
b35892a
Merge pull request #12353 from mattip/check-threshold
by Charles Harris
· 7 years ago
55bbfaf
Merge pull request #12477 from edgarlepe/pytesttester-doc
by Matti Picus
· 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
Next »