Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.3
/
numpy
/
lib
tag
73642e693c2e3f145bb962bdf31fe32a886067ab
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Oct 17 14:30:37 2019
object
ff3df08438d570b0ccdda3f8a008278d8a4ad394
NumPy 1.17.3 release.
5678c0b
BUG: Replace _linear_ramp with linspace
by Lars Grueter
· 6 years ago
4c87dd7
MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes
by Allan Haldane
· 6 years ago
8e310ec
Merge remote-tracking branch 'upstream/maintenance/1.17.x' into fix-if-fields
by Eric Wieser
· 6 years ago
483f565
MAINT: Fix remaining misuses of bool(dt.names)
by Eric Wieser
· 6 years ago
8187c9e
BUG: Don't construct masked arrays with the wrong mask type in genfromtxt
by Eric Wieser
· 6 years ago
b11468e
BUG: Don't allow extra fields to be added in genfromtxt
by Eric Wieser
· 6 years ago
18eb652
MAINT: Remove incorrect comment about flattening
by Eric Wieser
· 6 years ago
b7a9378
BUG: recfunctions: Don't return None in place of empty sequences
by Eric Wieser
· 6 years ago
7311273
BUG: Fix crash on genfromtxt with nested empty structured array
by Eric Wieser
· 6 years ago
3a83a9e
Add blank line above doctest for intersect1d
by Jackie Leng
· 6 years ago
91fbe4d
Merge pull request #14082 from charris/backport-14063
by Charles Harris
· 6 years ago
d515bf2
TST Test file-like object detection in save/load
by Luis Pedro Coelho
· 6 years ago
478e292
BUG: Fix file-like object check when saving arrays
by Luis Pedro Coelho
· 6 years ago
4173d36
fixed unstructured_to_structured in recfunctions
by Colin Snyder
· 6 years ago
eeabbf9
Removed unnecessary decorators and dispatcher functions
by Colin Snyder
· 6 years ago
e02394f
exported correct functions and made private the rest
by Colin Snyder
· 6 years ago
1f21b32
add new recfunctions to __all__
by Colin Snyder
· 6 years ago
562405c
Merge pull request #13993 from seberg/issue-13929-2
by Matti Picus
· 6 years ago
c24e43c
DEP: Speed up WarnOnWrite deprecation in buffer interface
by Sebastian Berg
· 6 years ago
30ad399
BUG: i0 Bessel function regression on array-likes supporting ufuncs
by Sebastian Berg
· 6 years ago
59ebfbb
ENH: Deprecate writeable broadcast_array (#12609)
by Matti Picus
· 6 years ago
df096f8
Merge branch 'master' into force-zip64
by Charles Harris
· 6 years ago
22d5415
BUG: further fixup to histogram2d dispatcher.
by Marten van Kerkwijk
· 6 years ago
855a712
Update nanfunctions.py
by He Jia
· 6 years ago
35a6936
Update function_base.py
by He Jia
· 6 years ago
6630444
Merge pull request #13757 from shoyer/hist-dispatcher
by Marten van Kerkwijk
· 6 years ago
98b68bd
BUG: ensure i0 does not change the shape.
by Marten van Kerkwijk
· 6 years ago
d8b3091
MAINT: check bins length in histogram2d_dispatcher
by Stephan Hoyer
· 6 years ago
ebb0c5d
MAINT: spelling
by Stephan Hoyer
· 6 years ago
080bf00
MAINT: fix histogram*d dispatchers
by Stephan Hoyer
· 6 years ago
6472813
Merge pull request #13222 from kritisingh1/patch1
by Matti Picus
· 6 years ago
13561bd
fix tests
by kritisingh1
· 6 years ago
06a32ea
BUG: Ensure that the url request is closed if the file cannot be opened
by Eric Wieser
· 6 years ago
8826e0f
MAINT: Use a with statement instead of try / finally
by Eric Wieser
· 6 years ago
52ddda6
MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697)
by Marten van Kerkwijk
· 6 years ago
0c70787
MAINT: Misc. typo fixes (#13664)
by luzpaz
· 6 years ago
9216a1d
MAINT: Fixes tests with __array_function__ disabled
by Stephan Hoyer
· 6 years ago
113560b
ENH: always use zip64, upgrade pickle protocol to 3
by mattip
· 6 years ago
62301b0
Fixed minor doc error in take_along_axis
by Javier Dehesa
· 6 years ago
f9c1502
BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)
by Stephan Hoyer
· 6 years ago
ecb4024
Merge branch 'master' into npy-2.1
by Matti Picus
· 6 years ago
8a421d9
Merge pull request #13571 from Bharat123rox/view
by Matti Picus
· 6 years ago
5aa6c71
Make wording changes according to @mattip
by Bharat123rox
· 6 years ago
b82869e
Merge pull request #13544 from eric-wieser/empty-broadcast
by Matti Picus
· 6 years ago
11109b8
DOC: Mention that expand_dims returns a view
by Bharat123rox
· 6 years ago
a3a19da
ENH: Allow broadcast to be called with zero arguments
by Eric Wieser
· 6 years ago
6879dcd
Complete the example
by Bharat123rox
· 6 years ago
5f432a1
Add suggested example
by Bharat123rox
· 6 years ago
aa04be9
Merge upstream branch 'master' of https://github.com/numpy/numpy into fix-genfromtxt
by Bharat123rox
· 6 years ago
d2d5897
Merge pull request #10308 from eric-wieser/mask-attr-is-view
by Matti Picus
· 6 years ago
e6227a0
Merge pull request #13433 from mattip/issue13431
by Sebastian Berg
· 6 years ago
9dad348
Merge pull request #12962 from mattip/unpackbits
by Charles Harris
· 6 years ago
bd73a15
MAINT: remove uneeded code
by mattip
· 6 years ago
b415ffa
ENH: changes from review
by mattip
· 6 years ago
599dbad
API: Make MaskedArray.mask return a view, rather than the underlying mask
by Eric Wieser
· 6 years ago
242a4d7
Merge pull request #13402 from eric-wieser/genfromtxt-defaults
by Sebastian Berg
· 6 years ago
d38d450
Merge pull request #13482 from mattip/durations
by Sebastian Berg
· 6 years ago
16afbcd
DOC: Show the default value of deletechars in the signature of genfromtxt
by Eric Wieser
· 6 years ago
fa70960
BUG: parametrize tests, fix for interaction of count, order
by mattip
· 6 years ago
3337865
Merge pull request #13332 from eric-wieser/fix-subarray-unstructured
by Charles Harris
· 6 years ago
c2de04d
ENH: add 'order' keyword to packbits, unpackbits
by mattip
· 6 years ago
92d74d0
TEST: tweak two slow tests to speed them up
by mattip
· 6 years ago
db595a0
BUG/ENH: Create npy format 3.0
by Eric Wieser
· 6 years ago
340cf98
MAINT: Simplify computation of npy format headers
by Eric Wieser
· 6 years ago
51a1f46
DOC: have notes in histogram_bin_edges match parameter style
by Ryan Levy
· 6 years ago
b90addd
BUG: parse more subarrays in descr_to_dtype
by mattip
· 6 years ago
f64ec0c
Merge pull request #13298 from navneet-nmk/diff-error
by Eric Wieser
· 6 years ago
f16c558
BUG: fix unravel_index when dimension is greater than 'intp'
by psschand
· 6 years ago
e6a7e05
BUG: Always return views from structured_to_unstructured when possible
by Eric Wieser
· 6 years ago
666d92a
BUG: handle subarrays in descr_to_dtype
by mattip
· 6 years ago
c23bd98
Merge pull request #8641 from eric-wieser/ix_-preserve-type
by Matti Picus
· 6 years ago
6e249b9
Merge pull request #13250 from grlee77/pad_no_apply_along_axis
by Charles Harris
· 6 years ago
029fb94
MAINT: improve efficiency of pad by avoiding use of apply_along_axis
by Gregory Lee
· 6 years ago
bf1e9b7
Merge pull request #13409 from seberg/fix-unicode-fmt-savetxt
by Matti Picus
· 6 years ago
59a521e
BUG: (py2 only) fix unicode support for savetxt fmt string
by Sebastian Berg
· 6 years ago
d7de4ad
ENH: add clearer error message for diff(0-d)
by ayir
· 6 years ago
c37befb
Merge pull request #13390 from eric-wieser/quantile-fraction
by Matti Picus
· 6 years ago
4ebd08d
Clarify deletechars in docs
by Bharat123rox
· 6 years ago
1725a5a
Resolve confusion regarding hashtag in header line of csv
by Bharat123rox
· 6 years ago
9a23f16
ENH: Add support for Fraction to percentile and quantile
by Eric Wieser
· 6 years ago
2047259
Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructured
by Eric Wieser
· 6 years ago
2b59dcb
Merge pull request #12594 from mattip/pypy3-testing
by Tyler Reddy
· 6 years ago
fc93cb3
DOC: Specify range for numpy.angle
by kritisingh1
· 6 years ago
842970f
Merge pull request #11684 from mattip/unravel_index-empty
by Matti Picus
· 6 years ago
8f31f95
Merge pull request #12889 from ivanov/no-pickles-for-you
by Charles Harris
· 6 years ago
a4df7e5
BUG: load fails when using pickle without allow_pickle=True
by Paul Ivanov
· 6 years ago
e67f8c7
TEST: update for PyPy
by mattip
· 6 years ago
9af2340
Merge branch 'master' into poly1d-fixes-fixes-fixes-fixes
by Eric Wieser
· 6 years ago
b5895be
BUG: Fix structured_to_unstructured on single-field types
by Eric Wieser
· 6 years ago
cc94f36
Merge pull request #13331 from rgommers/fix-docs
by Matti Picus
· 6 years ago
741c8b4
Merge pull request #13312 from eric-wieser/genfromtxt-close
by Tyler Reddy
· 6 years ago
26a8b41
DOC: fix doc build warnings in a cleaner way.
by Ralf Gommers
· 6 years ago
418e3bf
DOC: fix 4 remaining doc build warnings.
by Ralf Gommers
· 6 years ago
5343bc8
DOC: fix some more See Also issues
by Ralf Gommers
· 6 years ago
e44713c
DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal
by Ander Ustarroz
· 6 years ago
e88d019
TST: unit test for gh-13200
by Tyler Reddy
· 6 years ago
87c126d
BUG: Close files if an error occurs in genfromtxt
by Eric Wieser
· 6 years ago
54294f1
TST: fix up test_structured_padded
by Tyler Reddy
· 6 years ago
efdd3f5
BUG: Fix crash when calling savetxt on a padded array
by Eric Wieser
· 6 years ago
67b53e1
Fix tests
by kritisingh1
· 6 years ago
Next »