Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
/
numpy
/
lib
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
ddcaef0
TST: Fix endianness in unstuctured_to_structured test
by Allan Haldane
· 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
8a11573
ENH: implement matmul on NDArrayOperatorsMixin (#12488)
by Stephan Hoyer
· 7 years ago
bd1d6a5
TST,BUG: fix two tests that were setup incorrectly.
by Marten van Kerkwijk
· 7 years ago
b637e65
Merge pull request #12447 from ahaldane/unrevert_multifield_view
by Charles Harris
· 7 years ago
e0122a4
Merge pull request #12443 from rth/set-litteral
by Eric Wieser
· 7 years ago
0ee245b
MAINT: Use list and dict comprehension when possible (#12445)
by Roman Yurchak
· 7 years ago
b3a4353
Merge pull request #12446 from ahaldane/recfunctions_fixups
by Charles Harris
· 7 years ago
1e2cb50
Merge pull request #11197 from wummo/correct_covariance_scaling
by Marten van Kerkwijk
· 7 years ago
845def0
ENH: add back the multifield copy->view change
by Allan Haldane
· 7 years ago
191d5c7
MAINT: Fixups to new functions in np.lib.recfunctions
by Allan Haldane
· 7 years ago
0999248
Use set litterals
by Roman Yurchak
· 7 years ago
983bbb5
Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo
by Charles Harris
· 7 years ago
61371de
MAINT: Add new recfunctions to numpy function API
by Allan Haldane
· 7 years ago
c892733
ENH: Fixups to multi-field assignment helpers
by Allan Haldane
· 7 years ago
1837df7
Removed non-standard scaling of the covariance matrix and added option to disable scaling completely.
by Andreas Nussbaumer
· 7 years ago
b0b07ca
resolve issues from review
by guoci
· 7 years ago
c3c6cd5
DOC: mention LOOCV in description of "stone" rule.
by Stephan Hoyer
· 7 years ago
219a52c
ENH: Add 'ise' estimator to np.histogram
by guoci
· 7 years ago
c4bce96
MNT: Reword error message about loading pickled data.
by Elliott Sales de Andrade
· 7 years ago
a4b96ad
MAINT: Rewrite shape normalization in pad function (#11966)
by Lars Grüter
· 7 years ago
7ada0c1
Merge pull request #12399 from hershen/fix-polyint-typo
by Charles Harris
· 7 years ago
a631f5b
Merge pull request #12391 from mattip/deprecate-unique
by Charles Harris
· 7 years ago
dde6a64
DOC: Fix typo in polyint.
by Alon Hershenhorn
· 7 years ago
e85233f
DEP: remove deprecated numpy.lib.function_base.unique
by mattip
· 7 years ago
ff8b0b2
Merge pull request #12381 from tylerjereddy/datasource_del_handling
by Charles Harris
· 7 years ago
b697a9a
DEV remove shim added in 1.4
by mattip
· 7 years ago
d1e0a43
Merge pull request #12382 from shoyer/finish-set-module
by Charles Harris
· 7 years ago
a222755
MAINT: fix from review
by mattip
· 7 years ago
4d24bbd
ENH: set correct __module__ for objects in numpy's public API
by Stephan Hoyer
· 7 years ago
470d53f
BUG: improve DataSource __del__
by Tyler Reddy
· 7 years ago
62e47c3
BUG: fix for titles, cleanup, fixes from review
by mattip
· 7 years ago
1956ada
BUG: test, fix loading structured dtypes with padding
by mattip
· 7 years ago
cd39348
Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branch
by Charles Harris
· 7 years ago
b44284e
MAINT: more fixes for disabling overrides
by Stephan Hoyer
· 7 years ago
3d49d86
MAINT: disable __array_function__ dispatch unless environment variable set
by Stephan Hoyer
· 7 years ago
cc761fe
ENH: Improve support for pathlib.Path objects in load functions (#11348)
by Paul Müller
· 7 years ago
95998ca
Merge pull request #12157 from eric-wieser/fspath
by Matti Picus
· 7 years ago
f1fba70
ENH: add multi-field assignment helpers in np.lib.recfunctions
by Allan Haldane
· 7 years ago
bfe0921
DEP: deprecate passing a generator to stack functions
by Stephan Hoyer
· 7 years ago
437534b
BUG: Revert linspace import for concatenation funcs (#12265)
by James Bourbeau
· 7 years ago
872372b
Merge pull request #12251 from shoyer/array-function-error-msg
by Allan Haldane
· 7 years ago
8bab96f
MAINT: set preferred __module__ for numpy functions
by Stephan Hoyer
· 7 years ago
2705bd5
Merge pull request #12245 from tylerjereddy/test_sort_complex
by Matti Picus
· 7 years ago
7315145
ENH: __array_function__ support for np.lib, part 2/2 (#12119)
by Stephan Hoyer
· 7 years ago
80d3a7a
TST: tests for sort_complex()
by Tyler Reddy
· 7 years ago
9dff602
TST: arg handling tests in histogramdd
by Tyler Reddy
· 7 years ago
cb3a67b
TST: unit tests for column_stack.
by Tyler Reddy
· 7 years ago
eaffa08
Merge pull request #12216 from tylerjereddy/hist_range_test_sanity
by Eric Wieser
· 7 years ago
9f3ebd4
TST: test histogram bins dims
by Tyler Reddy
· 7 years ago
e712a4e
TST: test invalid histogram range
by Tyler Reddy
· 7 years ago
25a37a9
Merge pull request #12153 from tylerjereddy/setdiff1d_test_cov
by Charles Harris
· 7 years ago
04ce41a
Merge branch 'master' into nd_grid_len_test
by Charles Harris
· 7 years ago
2ddba2a
DOC, TST: test setdiff1d assume_unique
by Tyler Reddy
· 7 years ago
11b9f6c
DEP: Updated unravel_index() kwargs to support `shape`
by Tyler Reddy
· 7 years ago
aafb0a8
MAINT: remove unused nd_grid __len__
by Tyler Reddy
· 7 years ago
946781f
TST: test byte_bounds contiguity handling
by Tyler Reddy
· 7 years ago
0033161
TST: add test for weighted histogram mismatch
by Tyler Reddy
· 7 years ago
489362c
ENH: Add support for third-party path-like objects by backporting os.fspath
by Eric Wieser
· 7 years ago
2ae0014
Merge pull request #12116 from shoyer/array-function-numpy-lib
by Charles Harris
· 7 years ago
76779d3
Merge pull request #12137 from tylerjereddy/fill_diag_err_test
by Eric Wieser
· 7 years ago
a3bb6fc
TST: error tests for diag_indices_from()
by Tyler Reddy
· 7 years ago
a2cdbfa
TST: error tests for fill_diagonal()
by Tyler Reddy
· 7 years ago
41d2428
Merge pull request #12108 from AetherUnbound/bugfix/12107
by Matti Picus
· 7 years ago
9942b71
Merge pull request #12133 from pierreglaser/centralize-pickle-import
by Charles Harris
· 7 years ago
e4e897f
BUG: Allow boolean subtract in histogram
by Matthew Bowden
· 7 years ago
263369c
MAINT: Update deprecation message.
by Charles Harris
· 7 years ago
7372f8d
MAINT, TST import pickle from numpy.core.numeric
by Pierre Glaser
· 7 years ago
1c2abd3
DEP: deprecate asscalar
by mattip
· 7 years ago
4141e24
ENH: __array_function__ for np.lib, part 1
by Stephan Hoyer
· 7 years ago
18a0fab
TST: improve coverage of nd_grid
by Tyler Reddy
· 7 years ago
cd4fb52
Merge pull request #12061 from ceh-forks/remove-reduntant-imports
by Charles Harris
· 7 years ago
b88a678
MAINT: remove redundant imports
by Emil Hessman
· 7 years ago
e07b0fc
MAINT: remove unused stdlib imports
by Emil Hessman
· 7 years ago
87c1fcd
Merge pull request #11962 from mfkasim91/limitrowloadtxt
by Charles Harris
· 7 years ago
4577a69
MAINT: Omit None in max_rows for np.loadtxt docstring
by mfkasim91
· 7 years ago
f988dfb
MAINT: No tick for None in `max_rows` docstring for `np.loadtxt`
by mfkasim91
· 7 years ago
9e86f63
ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxt
by mfkasim91
· 7 years ago
c8a75ed
MAINT: remove unused imports
by Emil Hessman
· 7 years ago
8ec391a
ENH add prepend and append kwargs to diff
by Matt Harrigan
· 7 years ago
195881e
BUG: Don't leave files open and dangling if np.load has a bad encoding argument, or the file is an invalid zip
by Eric Wieser
· 7 years ago
f531cfd
TST: prefer pytest.skip() over SkipTest
by Tyler Reddy
· 7 years ago
a19d9de
Merge pull request #11961 from eric-wieser/pad-tests
by Charles Harris
· 7 years ago
85ef9f2
Merge pull request #11958 from hmaarrfk/test_pad_object
by Matti Picus
· 7 years ago
d26ad30
TST: Add a (failing) test for using np.pad with Fractions, which currently rounds to `float`
by Eric Wieser
· 7 years ago
324e304
TST: Add a regression test for gh-11216
by Lars G
· 7 years ago
73d7871
MAINT: refactor design of recursive closures (#11910)
by Matti Picus
· 7 years ago
8713115
TST: Add a test for pad-wrapping by length 0
by Lars G
· 7 years ago
8db79e0
style
by Mark Harfouche
· 7 years ago
cf9861b
Pad start and end with different values
by Mark Harfouche
· 7 years ago
ba06830
Don't use None to valid the array as it is the "Default" for empty
by Mark Harfouche
· 7 years ago
09ea273
MAINT: Add a test for np.pad where constant_values is an object
by Mark Harfouche
· 7 years ago
88cbd3d
TST: Replace calls to unittest.TestCase.fail (#11933)
by Roman Yurchak
· 7 years ago
16fa4d1
TST: Fix duplicated test name.
by Elliott Sales de Andrade
· 7 years ago
f17f229
Merge pull request #11805 from tylerjereddy/issue_11490
by Charles Harris
· 7 years ago
f36d2d4
Merge pull request #10915 from mattip/implement-nep-0015
by Charles Harris
· 7 years ago
6171296
BUG: add type cast check to ediff1d
by Tyler Reddy
· 7 years ago
63a57c3
BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11813)
by Nikita Titov
· 7 years ago
31df302
MAINT: merge umath, multiarray into _multiarray, add python wrappers
by mattip
· 7 years ago
Next »