Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.10.4
/
numpy
/
lib
tag
7bdde7cd77c89272cd611841a560bb4e55b9d286
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Jan 07 02:28:47 2016
object
e46c2d78a27f25e66624a818276be57ef9458e60
Numpy 1.10.4 release
c99f4d4
DOC,BUG: Fix some latex generation problems.
by Charles Harris
· 10 years ago
5aa1b9a
MAINT: Include from __future__ boilerplate in some files missing it.
by Charles Harris
· 10 years ago
99ddcfd
BUG: Quick and dirty fix for interp.
by Charles Harris
· 10 years ago
398b08c
Revert "Merge pull request #6376 from charris/backport-gh-6361"
by Charles Harris
· 10 years ago
e3ec36b
TST: Remove tests of view safety checks (see next commit)
by Allan Haldane
· 10 years ago
d560a21
BUG: error in broadcast_arrays with as_strided array
by Stephan Hoyer
· 10 years ago
04b16fd
BUG: Make median work for empty arrays (issue #6462)
by Ethan Kruse
· 10 years ago
c38bc08
DOC: fix var. reference in percentile docstring
by Tobias Megies
· 10 years ago
2a3ac6f
TST: Test empty warning for split with manual inputs
by Sebastian Berg
· 10 years ago
79ed6ee
BUG: Expanded warning conditions for array_split
by Michael Currie
· 10 years ago
d8bd7fb
TST: Update test__version.py.
by Charles Harris
· 10 years ago
94a53da
MANT: searchsorted should return base ndarrays always
by Jaime Fernandez
· 10 years ago
c49821c
BUG: fixed regression in np.histogram which caused input floating-point values to be modified
by Thomas Robitaille
· 10 years ago
3b4b3ed
Merge pull request #6111 from charris/fix-getargspec
by Ralf Gommers
· 10 years ago
fd79f69
STY: PEP8 and pyflakes fixes for numpy/lib/tests
by Charles Harris
· 10 years ago
5eeb3c4
Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups
by Charles Harris
· 10 years ago
6a548b8
MAINT: Use numpy versions of getargspec, formatargspec.
by Charles Harris
· 10 years ago
34b582a
ENH: Faster algorithm for computing histograms with equal-size bins
by Thomas Robitaille
· 10 years ago
98f186f
BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case.
by Dimas Abreu Dutra
· 10 years ago
2be00c3
BUG: made view of new array to fix ix_ bug
by mlai
· 10 years ago
e79d6e3
BUG: Fix imports in test_io.py and test_recfunctions.py.
by Charles Harris
· 10 years ago
f5e9adb
DOC: Fix docstring warnings in documetation generation.
by Charles Harris
· 10 years ago
430a379
DOC: Add reference to new stack function in numpy/lib/info.py.
by Charles Harris
· 10 years ago
56678fe
Merge pull request #5953 from yarikoptic/bf/guard-getmembers
by Charles Harris
· 10 years ago
21962fc
Merge pull request #6016 from njsmith/remove-gzip-monkeypatch
by Charles Harris
· 10 years ago
e552922
MAINT: remove use of 'raise StopIteration' from generators
by Nathaniel J. Smith
· 10 years ago
7d6aa8c
MAINT: remove legacy monkeypatching of GzipFile
by Nathaniel J. Smith
· 10 years ago
3444961
DOC, MAINT: fix typo in np.fill_diagonal docstring example
by François Magimel
· 10 years ago
f5d3d96
Updating unit tests for removed warning.
by empeeu
· 10 years ago
3e82d6d
Moving warning outside of for loop.
by empeeu
· 10 years ago
a320fd7
BUG: Added proper handling of median and percentile when nan's are present in array to close issue #586.
by empeeu
· 10 years ago
157e396
BUG: np.float16 not recognized in np.common_type
by Marten van Kerkwijk
· 10 years ago
8b95598
DOC: Fix examples in npyio.py to properly import StringIO.
by Charles Harris
· 10 years ago
f0c898b
Merge pull request #5490 from charris/cleanup-gh-4986
by Charles Harris
· 10 years ago
4e5545f
DOC: Update docs.
by Gabor Kovacs
· 10 years ago
ec4e91b
DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.
by Charles Harris
· 10 years ago
a27f560
DEP: Add notes to some deprecations.
by Charles Harris
· 10 years ago
505b0f4
MAINT: Mark deprecation warning with a date and Numpy version.
by Charles Harris
· 10 years ago
35def25
BF: do not crash lookfor if inspection fails - catch any Exception
by Yaroslav Halchenko
· 10 years ago
e2cd6fa
ENH: structured datatype safety checks
by Allan Haldane
· 10 years ago
a79d9d3
Merge pull request #5893 from stefanv/hann
by Nathaniel J. Smith
· 10 years ago
7897da7
DOC: Fix spelling of Von Hann's surname
by Stefan van der Walt
· 10 years ago
aa50162
BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32
by Stephan Hoyer
· 10 years ago
a0bd6c7
MAINT: Simplify code in cov function a bit.
by Charles Harris
· 10 years ago
9ceb5cd
Merge pull request #4960 from tpoole/weighted_cov
by Charles Harris
· 10 years ago
d87d2ca
ENH: add 'fweights' and 'aweights' arguments to covariance calculations.
by tpoole
· 10 years ago
18c89db
Merge pull request #5605 from shoyer/stack
by Charles Harris
· 10 years ago
93d3b8d
ENH: add np.stack
by Stephan Hoyer
· 10 years ago
21932fb
Merge pull request #5847 from christianbrodbeck/fix/setdiff1d
by Jaime
· 10 years ago
c05019e
BUG: setdiff1d return dtype
by Christian Brodbeck
· 10 years ago
682cd97
DOC: note versionadded for broadcast_to
by Eric Moore
· 10 years ago
09e38f9
Merge pull request #5805 from jaimefrio/ix_intp
by Charles Harris
· 10 years ago
c01165f
BUG: Fix handling of non-empty ndarrays
by Jaime Fernandez
· 10 years ago
ba29c7b
BUG: fixes segfault in np.place when vals is empty
by behzad nouri
· 10 years ago
f06b121
TST: Added tests for ix_
by Jaime Fernandez
· 10 years ago
2a8efb1
BUG: make empty inputs to ix_ create an empty int typed output
by Jaime Fernandez
· 10 years ago
ea1036c
Merge pull request #4612 from Nodd/loadtxt_comments
by Charles Harris
· 10 years ago
36dbfa5
ENH: Multiple comment tokens in loadtxt
by Joseph Martinot-Lagarde
· 10 years ago
a2bd3a7
ENH: add options for disabling use of pickle in load/save
by Pauli Virtanen
· 10 years ago
c1a3fcc
DOC, MAINT: fix typo in np.insert docstring
by François Magimel
· 10 years ago
a5416be
DOC: Docstring of gradient() function
by Helder Oliveira
· 10 years ago
cf2f063
Merge pull request #5751 from helderc/patch-1
by Charles Harris
· 10 years ago
34a40a9
Merge pull request #5713 from cowlicks/bug-5712
by Charles Harris
· 10 years ago
b564543
DOC: Return of gradient() function
by Helder Cesar
· 10 years ago
475a640
BUG: don't ignore version passed to format.write_array
by Blake Griffith
· 10 years ago
acbd6a9
BUG: Refactor nan_to_num and make list inputs work in Python > 3.2.
by Charles Harris
· 10 years ago
71dea15
TST: Test nan_to_num with integer list input.
by Charles Harris
· 10 years ago
61a546d
BUG: Integer list passed into nan_to_num results in ValueError.
by jmrosen155
· 10 years ago
4e0cd7b
TST: tests for format.read_array_header_* and test read_magic
by Blake Griffith
· 10 years ago
0b0c803
BUG: Make read_array_header_* return results
by Blake Griffith
· 10 years ago
594c64c
ENH: deprecate bias and ddof arguments to corrcoef
by Matthew Brett
· 10 years ago
fd3b0fc
Merge pull request #5585 from Kreiswolke/BugFixTile
by Jaime
· 10 years ago
e84454a
Merge pull request #5519 from jaimefrio/array_interface_dtype
by Charles Harris
· 10 years ago
f1cfc4f
BUG: loadtxt fails with complex data in Python 3.
by Charles Harris
· 10 years ago
6eef837
Update shape_base.py
by Kreiswolke
· 10 years ago
0808ae8
ENH: PyArray_FromInterface checks descr if typestr is np.void
by jaimefrio
· 10 years ago
37740a0
STY: fold long lines
by Pauli Virtanen
· 10 years ago
8016a68
BUG: enable working around pickle compatibility issues on Py3 in npy files
by Pauli Virtanen
· 10 years ago
2c3ef4c
BUG: genfromtxt gave OverflorError for large integers
by Thomas Robitaille
· 10 years ago
6ca778d
DOC: Reconcile docstrings and function signatures where they disagree
by Robert McGibbon
· 10 years ago
d5a67b5
BUG: fix broadcast_to for reference types
by Stephan Hoyer
· 10 years ago
50e4eb8
Merge pull request #5619 from jaimefrio/unique_docstring
by Julian Taylor
· 10 years ago
da3c6a2
DOC: Describe return_counts keyword in np.unique docstring
by Jaime Fernandez
· 10 years ago
ae438c3
BLD: Add mingw-w64 support for the mingw64static option.
by carlkl
· 10 years ago
06af991
Merge pull request #5371 from shoyer/broadcast_to
by Charles Harris
· 10 years ago
05b5335
ENH: add broadcast_to function
by Stephan Hoyer
· 10 years ago
aca8260
DOC: fix typos in corrcoef()
by Martin Spacek
· 10 years ago
a5ea773
BUG: Fixed issue #4679 and added test
by Oliver Eberle
· 11 years ago
97c481e
MAINT: Fix pmt test in numpy/lib/tests/test_financial.py.
by Charles Harris
· 11 years ago
a9a80fc
MAINT: Simplify fix for rate == 0 in financial.pmt.
by Charles Harris
· 11 years ago
97917ac
BUG: Fix zero divide warning in financial.pmt.
by Fei Liu
· 11 years ago
e4e54a0
Merge pull request #5502 from jaimefrio/in1d_unorder
by Charles Harris
· 11 years ago
31f5d40
TST: Make loadtxt able to load floats as hex strings.
by Charles Harris
· 11 years ago
4aef6a8
ENH: Add support for float hex format to loadtxt.
by Chris Laumann
· 11 years ago
40fd50e
DOC: Updated docstring for histogram2d as suggested in issue #5538
by Åsmund Hjulstad
· 11 years ago
0a338f7
Fix 'dimensions' typo in numpy.kron() help message
by Sandro Tosi
· 11 years ago
704dcc0
ENH: speed-up in1d replacing sorting with fancy indexing
by jaimefrio
· 11 years ago
e1ff626
Merge pull request #5495 from charris/cleanup-gh-4649
by Charles Harris
· 11 years ago
22f2dc5
Merge pull request #5496 from charris/cleanup-gh-5103
by Charles Harris
· 11 years ago
7a9e3d9
ENH: genfromtxt: Change 'nrows' to 'max_rows'.
by Warren Weckesser
· 11 years ago
Next »