Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.4
/
numpy
tag
082563d500e0eddbc208ca6f00cfd0f7b5c7a248
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue May 28 18:37:09 2019
object
7ebbc2ed3b4a388dd3942e1d8ef2de18074a09b3
NumPy 1.16.4 release
6a2ef00
BUG: special case object arrays when printing rel-, abs-error
by mattip
· 6 years ago
d2c7337
BUG,DEP: Fix writeable flag setting for arrays without base
by Sebastian Berg
· 6 years ago
46f8459
BUG: distutils/system_info.py fix missing subprocess import (#13523)
by denniszollo
· 6 years ago
3556883
Merge pull request #13565 from charris/backport-10723
by Charles Harris
· 6 years ago
42098aa
Merge pull request #13564 from charris/backport-12831
by Charles Harris
· 6 years ago
a8ebc14
Merge pull request #13563 from charris/backport-13332
by Charles Harris
· 6 years ago
921578d
Merge pull request #13562 from charris/backport-13416
by Charles Harris
· 6 years ago
28e484d
Merge pull request #13561 from charris/backport-13433
by Charles Harris
· 6 years ago
04801db
Merge pull request #13560 from charris/backport-13435
by Charles Harris
· 6 years ago
87f6277
BUG: Fix incorrect reference counting of bytes
by Eric Wieser
· 6 years ago
9c05831
MAINT: more adjustments in PR 10723
by Tyler Reddy
· 6 years ago
0c77aa4
MAINT: reviewer adjustments in PR 10723
by Tyler Reddy
· 6 years ago
3d07480
BUG: longdouble(int) does not work
by Eric Wieser
· 6 years ago
a6f9c9f
also match the stderr in get_version()
by Jingbei Li
· 6 years ago
c3aff7e
BUG: Always return views from structured_to_unstructured when possible
by Eric Wieser
· 6 years ago
484e563
BUG: Proect generators from log(0.0)
by Kevin Sheppard
· 6 years ago
3651a8c
MAINT: remove uneeded code
by mattip
· 6 years ago
3ba178e
BUG: parse more subarrays in descr_to_dtype
by mattip
· 6 years ago
feb7733
BUG: handle subarrays in descr_to_dtype
by mattip
· 6 years ago
0202bd6
BUG: blindly add TypeError to accepted exceptions
by mattip
· 6 years ago
1bd5d34
BUG: Removes ValueError for empty kwargs in arraymultiter_new
by Hunter Damron
· 6 years ago
9d4feed
TST: Register markers in conftest.py.
by Charles Harris
· 6 years ago
405bf88
Merge remote-tracking branch 'upstream/maintenance/1.16.x' into field-work
by Eric Wieser
· 6 years ago
7aa4f92
BUG: Some PyPy versions lack PyStructSequence_InitType2.
by Charles Harris
· 6 years ago
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
b5895be
BUG: Fix structured_to_unstructured on single-field types
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
Next »