Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
/
numpy
/
lib
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
a696334
BUG: break cyclic refs in recursive closures
by Allan Haldane
· 8 years ago
c9d4e6e
BUG: Revert sort optimization in np.unique.
by Charles Harris
· 8 years ago
55cc8fd
BUG: arrays not being flattened in `union1d` (#10563)
by Charles Harris
· 8 years ago
08469bb
BUG: 1.14 multifield-indexing adds padding bytes
by Allan Haldane
· 8 years ago
9bd132f
minor fix for python3 compatibility
by Dennis Weyland
· 8 years ago
659a0a7
python 2.7.5 bugfix
by Dennis Weyland
· 8 years ago
0a87861
BUG: Resize bytes_ columns in genfromtxt
by Eric Wieser
· 8 years ago
c08d264
DOC: Add missing np. prefix to expand_dims docs (#10109)
by Hidehiro NAGAOKA
· 8 years ago
ce140e8
Merge pull request #9946 from eric-wieser/improve-take-docs
by Allan Haldane
· 8 years ago
8c441fa
Merge pull request #10054 from charris/gh-4208
by Charles Harris
· 8 years ago
1d97b3a
MAINT: Various minor code cleanups.
by Charles Harris
· 8 years ago
21ef138
DOC: describe the expansion of take and apply_along_axis in detail
by Eric Wieser
· 8 years ago
e1811e1
DOC: v/h/dstack docstr shouldn't imply deprecation
by Allan Haldane
· 8 years ago
d9ca111
MAINT: Refactor some code in npyio.py.
by Charles Harris
· 8 years ago
55273d2
DOC: Add some docstrings and edit others.
by Charles Harris
· 8 years ago
d8edc62
ENH: Add encoding option to numpy text IO.
by Julian Taylor
· 8 years ago
365fc9d
Merge pull request #10021 from eric-wieser/no-dtype-bool-repr
by Allan Haldane
· 8 years ago
2d140f1
ENH: Make `np.in1d()` work for unorderable object arrays (#9999)
by Jörg Döpfert
· 8 years ago
ac6b1a9
ENH: don't show boolean dtype, as it is implied
by Eric Wieser
· 8 years ago
a4e47e0
ENH: Add `order=` keyword to `np.eye()` (#9996)
by Danny Hermes
· 8 years ago
8d3c5e1
ENH: add Decimal support to numpy.lib.financial (#9952)
by Garry Polley
· 8 years ago
21de6c1
Clarify docstring for numpy.array_split
by David Linke
· 8 years ago
c745515
Merge pull request #9916 from dfreese/fix/genfromtxt_names_doc
by Charles Harris
· 8 years ago
24f1b3b
Merge pull request #9900 from eric-wieser/simplify-piecewise
by Charles Harris
· 8 years ago
0efac01
DOC: Clarify behavior of genfromtxt names field
by David Freese
· 8 years ago
c875b13
BUG: Throw an error if too many functions are given to piecewise
by Eric Wieser
· 8 years ago
0b7fe8a
Make warnings for nanmin and nanmax consistent
by Erik Quaeghebeur
· 8 years ago
303941c
TST: Add test for 0d conditions in np.piecewise
by Eric Wieser
· 8 years ago
4729550
DOC: piecewise callables take 1d arrays
by Eric Wieser
· 8 years ago
4712875
MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a single boolean is ok
by Eric Wieser
· 8 years ago
d22a71b
MAINT: Remove unused isscalar import
by Eric Wieser
· 8 years ago
97d29b0
DOC: Unindent enumeration in savetxt docstring
by Andras Deak
· 8 years ago
5b7b87e
MAINT: rename mn and mx to first_edge and last_edge
by Eric Wieser
· 8 years ago
57d225c
MAINT: Tidy np.histogram, and improve error messages
by Eric Wieser
· 8 years ago
0984465
Merge pull request #9065 from eric-wieser/deprecate-bincount
by Charles Harris
· 8 years ago
39a7681
BUG: Allow `unravel_index(0, ())` to return ()
by Eric Wieser
· 8 years ago
f9b9971
MAINT: improve wording of error messages
by Eric Wieser
· 8 years ago
30aff21
Merge pull request #9868 from CatEars/update-docs
by Charles Harris
· 8 years ago
ce1a3b7
DOC: Update arraypad to use np.pad in examples
by Henke Adolfsson
· 8 years ago
52c1ef6
ENH: Save to ZIP files without using temporary files.
by Serhiy Storchaka
· 8 years ago
bac743b
Merge pull request #9294 from b-carter/fix_histogram_monotonicity_check
by Eric Wieser
· 8 years ago
fb8d809
MAINT: Use zip, not enumerate
by Eric Wieser
· 8 years ago
92d08db
Merge pull request #9408 from eric-wieser/gradient-fix
by Charles Harris
· 8 years ago
2f4a965
ENH Better error message for savetxt when X.ndim > 2
by Nelle Varoquaux
· 8 years ago
fa54e44
DOX: Fix mistaken word in nanprod docstring (#9703)
by Robert T. McGibbon
· 8 years ago
03f3789
ENH: Align data in np.save() at 64 bytes (#9025)
by John Zwinck
· 8 years ago
5cfbd8f
DOC: Correct the signature in pad doc for callable mode.
by Michael Seifert
· 8 years ago
68a58e0
Merge pull request #6053 from ahaldane/multifield_structassign
by Charles Harris
· 8 years ago
f217318
Merge pull request #9649 from MSeifert04/doc_apply_along_axis_doctest
by Eric Wieser
· 8 years ago
50f4d0d
TST: Fix/Remove old unit tests for structure assignment
by Allan Haldane
· 8 years ago
60d1d6d
DOC: Fixed doctest of apply along axis with 3D return
by Michael Seifert
· 8 years ago
b6bbd74
BUG: fix padding an empty array in reflect mode.
by Iryna Shcherbina
· 8 years ago
d8bf05c
Updates order of parameters in save docstring to match function parameter order
by James Bourbeau
· 8 years ago
67f27be
Merge pull request #9601 from MSeifert04/doc_rot90_added_directive
by Charles Harris
· 8 years ago
9fdf660
DOC: rot90 wrongly positioned versionadded directive. [skip ci]
by Michael Seifert
· 8 years ago
6f9ea0a
BUG: fix infinite loop when creating np.pad on an empty array
by Iryna Shcherbina
· 8 years ago
1a1db29
allow non-strictly increasing bins
by Brandon Carter
· 8 years ago
965890d
Merge pull request #9524 from charris/add_init_to_test_directories
by Charles Harris
· 8 years ago
029863e
MAINT: Use moveaxis instead of rollaxis internally (#9475)
by Nico Schlömer
· 8 years ago
62a12d2
TST, MAINT: Add `__init__.py` files to tests directories.
by Charles Harris
· 8 years ago
91b06c0
Merge pull request #9522 from eric-wieser/stop-using-obj2sctype
by Charles Harris
· 8 years ago
917700c
BUG: Don't allow an array to be passed as the dtype argument
by Eric Wieser
· 8 years ago
f307cec
Merge pull request #9505 from eric-wieser/fix-issubdtype
by Charles Harris
· 8 years ago
fb004f8
MAINT: Stop using the undocumented coercion-then-downcast feature of subdtype
by Eric Wieser
· 8 years ago
6a2bc5e
MAINT: Remove `level=` keyword from test arguments.
by Charles Harris
· 8 years ago
2b781f8
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
by Eric Wieser
· 8 years ago
01fd010
MAINT: Changed diff to use iterative instead of recursive approach
by Joseph Fox-Rabinovitz
· 8 years ago
5c213e9
MAINT: Make `setxor1d' a bit clearer and speed it up
by wufangjie
· 8 years ago
cba15d5
make `setxor1d' a bit clear and speed up
by wufangjie
· 8 years ago
f842741
Merge pull request #9434 from charris/remove-unittest-dependencies
by Charles Harris
· 8 years ago
8eee1b0
TST: Remove unittest dependencies in numpy/lib/tests.
by Charles Harris
· 8 years ago
e7c83f0
MAINT: Use dtypes, not typecodes, and remove special casing for timedelta
by Eric Wieser
· 8 years ago
575a48e
BUG: float16 is promoted to float64 by gradient
by Eric Wieser
· 8 years ago
1f4ba5b
MAINT: Use clearer variable
by Eric Wieser
· 8 years ago
24508c1
BUG: Use np.ndim not asarray, to allow duck-types
by Eric Wieser
· 8 years ago
2bfec2c
BUG: Only allow 1d distance arrays
by Eric Wieser
· 8 years ago
d86e3fe
BUG: Allow 0d arrays instead of scalars in gradient
by Eric Wieser
· 8 years ago
698ddea
Merge pull request #9362 from charris/rearrange-testing-module
by Charles Harris
· 8 years ago
ae84af3
MAINT: Rearrange files in numpy/testing module.
by Charles Harris
· 8 years ago
7e81231
DOC: Add examples for complex dtypes
by Eric Wieser
· 8 years ago
14cd918
Merge pull request #9343 from eric-wieser/recfunction-join-dtype
by Allan Haldane
· 8 years ago
ae14f15
MAINT: Avoid one more use of descr
by Eric Wieser
· 8 years ago
908cd98
MAINT: remove tuple<->list conversion dance
by Eric Wieser
· 8 years ago
34855a5
TST: join_by now works for dtypes with padding too
by Eric Wieser
· 8 years ago
1a45aef
DOC: Improve documentation of common_type (#9344)
by Gunjan
· 8 years ago
1c76fed
MAINT: Shortcut for flat dtypes wasn't used for scalar dtypes
by Eric Wieser
· 8 years ago
87c1b1f
BUG: flatten_descr returns string not dtype for scalar dtype
by Eric Wieser
· 8 years ago
b3d9ec7
MAINT: Stop using .descr in recfunctions
by Eric Wieser
· 8 years ago
e6e0de2
TST: Add failing test for mismatch of key type
by Eric Wieser
· 8 years ago
5722548
BUG: stack_arrays fails for subdtypes
by Eric Wieser
· 8 years ago
bdbac02
BUG: recfunctions.join_by fails when key is a subdtype
by Eric Wieser
· 8 years ago
cd761d8
BUG: recfunctions.join_by fails for colliding values with different dtypes
by Eric Wieser
· 8 years ago
49e1073
MAINT: use set operators for brevity
by Eric Wieser
· 8 years ago
64b0e54
TST: Verify that join_by doesn't choke on subdtypes
by Eric Wieser
· 8 years ago
c6533b6
MAINT: Fix alerts from http://lgtm.com (#9292)
by Jean Helie
· 8 years ago
e12f16d
minor change to the logic
by Brandon Carter
· 8 years ago
ea7fac9
BUG: fixes unsigned bins monotonicity check, see #9222
by Brandon Carter
· 8 years ago
23c1db8
TST: add test for unsigned bins monotonicity check, see #9222
by Brandon Carter
· 8 years ago
518e074
Merge pull request #9220 from eric-wieser/simplify-nanfuncs
by Charles Harris
· 8 years ago
bbe994f
MAINT: Factor out code duplicated by nanmedian and nanpercentile
by Eric Wieser
· 8 years ago
Next »