Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.2
/
numpy
tag
4ad1345b9340ac0b200e6a20729f781f256705c9
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 26 19:01:58 2019
object
0eeb158ead494e130a25239ac8473a06451b1072
NumPy 1.16.2 release
9e9b3c2
MAINT: emit single Warning for multiple DLLs
by Tyler Reddy
· 7 years ago
f08fccb
MAINT: use os.path for Python 2.x compat
by Tyler Reddy
· 7 years ago
569f1d6
MAINT: probe multiple DLL handling on Win
by Tyler Reddy
· 7 years ago
1ba0569
BLD: Windows absolute path DLL loading
by Tyler Reddy
· 7 years ago
63644d9
Merge pull request #13038 from eric-wieser/distutils-shlex-split
by Charles Harris
· 7 years ago
57b8ee6
BUG: Fix regression in parsing of F90 and F77 environment variables
by Eric Wieser
· 7 years ago
075aa34
Merge pull request #13026 from eric-wieser/distutils-windows-split
by Charles Harris
· 7 years ago
00ccdfc
BUG: parse shell escaping in extra_compile_args and extra_link_args
by Eric Wieser
· 7 years ago
77aee9c
MAINT: Add functions to parse shell-strings in the platform-native way
by Eric Wieser
· 7 years ago
ab9a5ad
BUG: fix signed zero behavior in npy_divmod
by tlatorre
· 7 years ago
12c7e0a
MAINT: remove complicated test of multiarray import failure mode
by mattip
· 7 years ago
b0ad668
Merge pull request #12899 from eric-wieser/distutils-extra-quotes-again
by Charles Harris
· 7 years ago
7338e77
Merge pull request #12898 from eric-wieser/distutils-debug
by Charles Harris
· 7 years ago
490b854
BUG: Do not insert extra double quote into preprocessor macros
by Eric Wieser
· 7 years ago
37ba40b
BUG: Do not double-quote arguments passed on to the linker
by Eric Wieser
· 7 years ago
ebe2f5c
BUG: fail if old multiarray module detected
by mattip
· 7 years ago
0004637
ENH: add _dtype_ctype to namespace for freeze analysis
by mattip
· 7 years ago
c6f67b2
Merge pull request #12870 from charris/backport-12854
by Charles Harris
· 7 years ago
01f61d0
BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lower
by mattip
· 7 years ago
2e7a77e
BUG: do not Py_DECREF NULL pointer
by cgohlke
· 7 years ago
531c6be
Merge pull request #12845 from charris/backport-12722
by Charles Harris
· 7 years ago
4786998
Merge pull request #12844 from charris/backport-12748
by Charles Harris
· 7 years ago
fc65dbf
BUG: Fix rounding of denormals in double and float to half casts … (#12722)
by Sebastian Berg
· 7 years ago
20722df
BUG: Fix SystemError when pickling datetime64 array with pickle5 (#12748)
by Antoine Pitrou
· 7 years ago
b317499
BUG: fix to check before apply `shlex.split`
by OBATA Akio
· 7 years ago
35580e6
ENH: add mm->qm divmod
by Tyler Reddy
· 7 years ago
d220ecc
BUG: timedelta64 % 0 behavior
by Tyler Reddy
· 7 years ago
4e597aa
Merge pull request #12754 from effigies/patch-1
by Charles Harris
· 7 years ago
c74f2f6
BUG: resolve writeback in arr_insert failure paths
by mattip
· 7 years ago
51443ae
Merge pull request #12813 from charris/backport-12807
by Charles Harris
· 7 years ago
a8e60db
BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs
by mattip
· 7 years ago
263829c
Merge pull request #12812 from charris/backport-12805
by Charles Harris
· 7 years ago
457bfad
Merge pull request #12811 from charris/backport-12631
by Charles Harris
· 7 years ago
064b79f
Merge pull request #12810 from charris/backport-12604
by Charles Harris
· 7 years ago
4b11e3c
BUG: double decref of dtype in failure codepath. Test and fix
by mattip
· 7 years ago
8c12178
BUG: fix f2py problem to build wrappers using PGI's Fortran
by Arcesio Castaneda Medina
· 7 years ago
04c3bb9
BUG: Check that dtype or formats arguments are not None.
by danielhrisca
· 7 years ago
f2bd875
BUG: loosen kwargs requirements in ediff1d
by mattip
· 7 years ago
e5237a7
FIX: Compare (unicode, bytes) at later stage
by Christopher J. Markiewicz
· 7 years ago
264c94b
FIX: Compare (unicode, bytes) over basestring
by Christopher J. Markiewicz
· 7 years ago
2309c40
TEST: Verify os_fspath accepts all strings
by Christopher J. Markiewicz
· 7 years ago
88ce47a
BUG: Check paths are basestrings or path-like
by Chris Markiewicz
· 7 years ago
c860661
Merge pull request #12788 from charris/backport-12762
by Charles Harris
· 7 years ago
8493661
ENH: Changed the order of checking for local file.
by EelcoPeacs
· 7 years ago
e9fa679
Merge pull request #12784 from charris/backport-12696
by Charles Harris
· 7 years ago
39d90f0
Merge pull request #12782 from eric-wieser/fix-PyArray_RegisterCanCast-malloc
by Charles Harris
· 7 years ago
031d835
BUG: Followup fixes of leaks detected with valgrind
by Sebastian Berg
· 7 years ago
a1dcdc7
BUG: Free buffer shape information on error during creation
by Sebastian Berg
· 7 years ago
7d8db34
BUG: Fix leak of void scalar buffer info
by Sebastian Berg
· 7 years ago
2930642
BUG: Fix reference counting for subarrays containing objects (#12650)
by Sebastian Berg
· 7 years ago
43a2779
Merge pull request #12776 from charris/backport-12592
by Charles Harris
· 7 years ago
f1c4c75
DOC, TST: clean up matplotlib imports
by Tyler Reddy
· 7 years ago
26d64e9
DOC, TST: remove agg setting from docs
by Tyler Reddy
· 7 years ago
af27318
BUG,TST: Remove the misguided `run_command` that wraps subprocess
by Eric Wieser
· 7 years ago
709f5e0
Merge pull request #12774 from charris/backport-12624
by Charles Harris
· 7 years ago
283cc6d
Merge pull request #12773 from charris/backport-12591
by Charles Harris
· 7 years ago
b73d91b
Merge pull request #12772 from charris/backport-12551
by Charles Harris
· 7 years ago
cf9add7
Merge pull request #12771 from charris/backport-12545
by Charles Harris
· 7 years ago
01414b0
Merge pull request #12769 from charris/backport-12456
by Charles Harris
· 7 years ago
a6e0d0b
Merge pull request #12768 from charris/backport-12317
by Charles Harris
· 7 years ago
68affbd
BUG: Fix incorrect/missing reference cleanups found using valgrind (#12624)
by Sebastian Berg
· 7 years ago
c13b3a9
ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)
by Stephan Hoyer
· 7 years ago
42fad13
TST: suppress test warnings for appending flag behavior better.
by Ralf Gommers
· 7 years ago
a60b477
MAINT: add warning to numpy.distutils for LDFLAGS append behavior.
by Ralf Gommers
· 7 years ago
2f5ce87
BUG: Ensure probabilities are not NaN in choice
by Kevin Sheppard
· 7 years ago
47403ab
ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`
by Eric Wieser
· 7 years ago
62cab8c
ENH: port __array_function__ overrides to C
by Stephan Hoyer
· 7 years ago
a4de69b
ENH: refactor __array_function__ pure Python implementation
by Stephan Hoyer
· 7 years ago
e56d0e3
ENH: add mm->q floordiv
by Tyler Reddy
· 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
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
5ba0e29
BUG: Ensure failing memory allocations are reported
by Eric Wieser
· 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
Next »