Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.3
/
numpy
tag
f1536bae1e3efde60769c8c97bb69b1e88699203
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Apr 22 00:54:28 2019
object
08b17aee272fb3f64bb0e5e96e0376c0f9fd9424
NumPy 1.16.3 release.
e925155
BLD: address mingw-w64 issue. Follow-up to gh-9977
by Ralf Gommers
· 6 years ago
4ba782f
Merge pull request #13360 from charris/backport-12560
by Charles Harris
· 6 years ago
446d321
DOC: fix some doctest failures
by mattip
· 6 years ago
89b6887
Merge pull request #13359 from charris/backport-12889
by Charles Harris
· 6 years ago
8cea82a
BUG: load fails when using pickle without allow_pickle=True
by Paul Ivanov
· 6 years ago
3a2f7b3
Merge pull request #13351 from eric-wieser/tidy-typeinfo
by Charles Harris
· 6 years ago
bccdefe
Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixes
by Eric Wieser
· 6 years ago
fb00e94
BUG/MAINT: Tidy typeinfo.h and .c
by Eric Wieser
· 6 years ago
9b86735
Merge pull request #13342 from charris/backport-13335
by Charles Harris
· 6 years ago
33b8947
Merge pull request #13339 from charris/backport-13060
by Charles Harris
· 6 years ago
b6380a2
Merge pull request #13340 from charris/backport-13301
by Charles Harris
· 6 years ago
0ff0393
DOC: Add as_ctypes_type to the documentation
by Eric Wieser
· 6 years ago
54563cd
BUG: ufunc.at iteration variable size fix
by Sebastian Berg
· 6 years ago
6aea739
TST: fix up test_structured_padded
by Tyler Reddy
· 6 years ago
8c77b24
BUG: Fix crash when calling savetxt on a padded array
by Eric Wieser
· 6 years ago
a174866
BUG: Use C call to sysctlbyname for AVX detection on MacOS.
by Bran
· 6 years ago
5443fd4
BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelper
by Jakub Wilk
· 6 years ago
893f62e
Merge pull request #13276 from charris/backport-12547
by Charles Harris
· 6 years ago
72f102e
Merge pull request #13275 from charris/backport-13176
by Charles Harris
· 6 years ago
aca42d3
ENH: Cast covariance to double in random mvnormal
by Kevin Sheppard
· 6 years ago
459d6e4
BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)
by adeak
· 6 years ago
95bc2f0
MAINT: f2py: Add a cast to avoid a compiler warning.
by Warren Weckesser
· 6 years ago
afd8841
Merge pull request #13145 from charris/backport-13036
by Charles Harris
· 6 years ago
e6a7a80
BUG: __array_interface__ offset was always ignored
by mattip
· 6 years ago
c0d2ca5
Merge pull request #13143 from charris/backport-13092
by Charles Harris
· 6 years ago
9be1410
Merge pull request #13142 from charris/backport-13093
by Charles Harris
· 6 years ago
af9ef68
BUG: ensure linspace works on object input.
by Marten van Kerkwijk
· 6 years ago
e5507db
Added issue number in comment
by Bharat123Rox
· 6 years ago
50e3300
Added more tests as suggested by @eric-wieser
by Bharat123Rox
· 6 years ago
a4c128f
Fix #13087 by raising a ValueError and adding a unit test for it
by Bharat123Rox
· 6 years ago
244abdf
BUG: ppc and riscv don't use REAL(10)
by Andreas Schwab
· 6 years ago
8b0494b
BUG: ppc is using IBM double double
by Andreas Schwab
· 6 years ago
2788e09
BUG: Remove our patched version of `distutils.split_quoted`
by Eric Wieser
· 7 years ago
9b89e08
BUG: Add missing error checking in conversion from integers to datetime types
by Eric Wieser
· 7 years ago
977105b
Merge pull request #13084 from charris/backport-13039
by Charles Harris
· 7 years ago
d49a1ef
Merge pull request #13083 from charris/backport-13075
by Charles Harris
· 7 years ago
219f530
BUG: fixes from review
by mattip
· 7 years ago
b7ac775
BUG: fixes from review
by mattip
· 7 years ago
938fb69
BUG: fixes from review
by mattip
· 7 years ago
a4ed6bb
BUG: remove error-prone borrowed reference handling
by mattip
· 7 years ago
faa414a
Update environment.py
by Yu Feng
· 7 years ago
07bcfa5
Update numpy/distutils/fcompiler/environment.py
by Eric Wieser
· 7 years ago
9b8f973
Changes suggested by eric-wieser
by Yu Feng
· 7 years ago
e76ac4f
Convert fortran flags from environment variable
by Yu Feng
· 7 years ago
9e74751
BUG: Fix errors in string formatting while producing an error
by Eric Wieser
· 7 years ago
8551c71
BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)
by Eric Wieser
· 7 years ago
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
Next »