Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.2
/
numpy
/
lib
tag
616e90b891b991b49c5c18b9119e8876edfda9d6
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Sat Aug 09 10:39:23 2014
object
4563730a2d036307f1b67b2856d749aabdd8d546
1.8.2 Release
3841c86
BUG: incorrect argument order to _copyto in in np.nanmax, np.nanmin
by Marten van Kerkwijk
· 11 years ago
d9d8aee
TST: add unittest for byte_bounds
by Olivier Grisel
· 11 years ago
7409782
FIX: missing asarray import in numpy.libs.utils
by Olivier Grisel
· 11 years ago
eb814f3
BUG: fix ValueError for byte_bounds() on datetime array close gh-4354
by mosessky
· 11 years ago
bfaa086
Fix stride_stricks.as_strided function for object arrays
by Jay Bourque
· 11 years ago
14425fc
Merge pull request #4406 from charris/backport-1.8-doc-fixes
by Julian Taylor
· 11 years ago
d930fe0
DOC: Fix documentation of normed in histogram2d and histogramdd.
by Charles Harris
· 11 years ago
b1a5449
DOC: Improve the documentation of numpy.load.
by Charles Harris
· 11 years ago
1f7022c
BUG: fix broken backport of histogramdd edge fix 96892ca60
by Julian Taylor
· 11 years ago
96892ca
BUG: Fix histogramdd treatment of events at rightmost binedge
by Julian Taylor
· 11 years ago
ec9b7de
DOC: some versionadded notes
by alex
· 11 years ago
2eb1659
BUG: Fixes #2799
by jaimefrio
· 11 years ago
abaae8b
BUG: IRR was returning nan instead of valid negative answer.
by Philip Eliot
· 12 years ago
b7e7c06
TST: fix test_io.TestSavezLoad
by Julian Taylor
· 12 years ago
961c43d
ENH: remove insecure mktemp use
by Julian Taylor
· 12 years ago
3276490
BUG: backport fromfile and large file fixes to 1.8
by Julian Taylor
· 12 years ago
d339953
BUG: fix loading from compressed .npz
by Julian Taylor
· 12 years ago
5fe15e0
TST: fix test failure due to comparing floats with assert_equal.
by Ralf Gommers
· 12 years ago
881ad38
MAINT: don't use open(.., 'U') in Python 3.x, is deprecated.
by Ralf Gommers
· 12 years ago
742c977
BUG: Fix chunked reading of strings longer than BUFFERSIZE
by Luke Carmichael
· 12 years ago
4d0b6d1
MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.
by Warren Weckesser
· 12 years ago
62bde01
BUG: close file-like objects returned by urlopen
by cgohlke
· 12 years ago
18c61a6
TST: Raise AssertionError on failure
by Joseph Martinot-Lagarde
· 12 years ago
e2da936
TST: Regression test for gh-2561
by Joseph Martinot-Lagarde
· 12 years ago
4a68d29
BUG: Disable check for oldstyle classes in python3
by Joseph Martinot-Lagarde
· 12 years ago
921d9c7
TST: Mark test_big_arrays as knownfail on Mac.
by Charles Harris
· 12 years ago
6acb500
BUG: Refactor nanfunctions to behave as agreed on for 1.8.
by Charles Harris
· 12 years ago
7b3bb81
BUG: preserve ndarray subclasses in median
by Julian Taylor
· 12 years ago
f25a654
MAINT: Use a.sum(...) rather than np.add.reduce(a,...) in nansum.
by Charles Harris
· 12 years ago
13ccbb6
TST: Test that FutureWarning is not raised by nansum if not all-nan.
by Charles Harris
· 12 years ago
7206b1d
MAINT: Move FutureWarning in nansum.
by Charles Harris
· 12 years ago
0f9ee02
BUG: Fix 0-sized ndindex
by Sebastian Berg
· 12 years ago
f0c1131
TST: add test for Python 3.4 _ast.NameConstant
by Christoph Gohlke
· 12 years ago
f99cbfc
ENH: add support for Python 3.4 ast.NameConstant
by Christoph Gohlke
· 12 years ago
631f9ed
BUG: Set __hash__ = None for non-hashable classes.
by Charles Harris
· 12 years ago
38c0fd9
BUG: Make DeprecationWarning always raise error in test.
by Charles Harris
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
759a4f9
BUG: fix np.median so it accepts array_like input. Clean up median tests.
by Ralf Gommers
· 12 years ago
ebfccd2
TST: Test that savetxt works with objects having a write method.
by Daniel
· 12 years ago
b82c1df
ENH: Make savetxt work with file like objects.
by Daniel
· 12 years ago
dc73e1b
DOC: Various fixes.
by Charles Harris
· 12 years ago
eac46b4
TST: Add tests for the nansum, nanmean, nanvar, and nanstd.
by Charles Harris
· 12 years ago
c7dd1e5
MAINT: Refactor nanfunctions.
by Charles Harris
· 12 years ago
fcb0fef
MAINT: Separate nan functions into their own module.
by Charles Harris
· 12 years ago
4d9cd69
ENH: implement median in terms of partition
by Julian Taylor
· 12 years ago
ed908c7
DOC: fix some minor issues with histogram2d docstring formatting.
by Ralf Gommers
· 12 years ago
f62522c
DOC: update example of histogram2d to doctest format.
by Frank Breitling
· 12 years ago
4ea064b
Fix doc typo
by Martin Spacek
· 12 years ago
ea76873
BUG: Make np.insert check for out of bounds axis arguments.
by Félix Hartmann
· 12 years ago
496813f
TST: add test for negative axis values in np.insert.
by Félix Hartmann
· 12 years ago
cb6fe84
BUG: Fix bug in np.insert when axis=-1
by Félix Hartmann
· 12 years ago
62e3e62
Link cumsum and diff to one another as theyre roughly the inverse of each other
by Nils Werner
· 12 years ago
c5694c5
Merge pull request #3531 from fkbreitl/master
by njsmith
· 12 years ago
fc95961
Update twodim_base.py
by Frank Breitling
· 12 years ago
5b10b1b
Update twodim_base.py
by Frank Breitling
· 12 years ago
05a15c8
MAINT: Remove uses of the WarningManager class.
by Charles Harris
· 12 years ago
a053a43
Merge pull request #3518 from charris/use-errstate-context-manager
by Charles Harris
· 12 years ago
2f1174d
MAINT: Use np.errstate context manager.
by Charles Harris
· 12 years ago
28eadc0
MAINT: Remove outdated version checks.
by Charles Harris
· 12 years ago
ea45134
TST: New test to ensure np.pad allows pad_width of zero.
by Jostein Bø Fløystad
· 12 years ago
c6ce294
BUG: Allow to pad arrays by zero entries.
by Jostein Bø Fløystad
· 12 years ago
2ea4cb3
BUG: Make np.load transfer file ownership to the returned NpzFile.
by Charles Harris
· 12 years ago
7c4e9e1
adjust the optimal IO buffer size for npz files
by Bartosz Telenczuk
· 12 years ago
b69c48d
Chunk reads in format.read_array.
by Alex Ford
· 12 years ago
cfae014
BUG: fix loading large npz files (fixes #2922)
by Bartosz Telenczuk
· 12 years ago
558cd20
Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new
by Charles Harris
· 12 years ago
a6a2c60
STY: Style fixes for integer deprecation changes
by Sebastian Berg
· 12 years ago
5c8d5c2
MAINT: adept divisions for truedivide
by Sebastian Berg
· 12 years ago
e50475a
BUG: The npv function in financial.py was incorrectly implemented.
by bebert218
· 12 years ago
19e0562
ENH: improve performance of byte_bounds for continous arrays
by Julian Taylor
· 12 years ago
fae8369
ENH: implement may_share_memory in C
by Julian Taylor
· 12 years ago
7475208
DOC: Correcting docstring for asscalar
by Dan Miller
· 12 years ago
de166d3
Merge pull request #3339 from endolith/min_max_docstrings
by Charles Harris
· 12 years ago
7d188bf
Merge pull request #3329 from JDWarner/faster_arraypad
by Charles Harris
· 12 years ago
246c06d
ENH: improved, faster algorithm for array padding
by Josh Warner (Mac)
· 12 years ago
f40e9d5
DOC: Harmonize max and min docstrings with each other
by endolith
· 12 years ago
bb6eb76
DOC: Mention all min/max functions from all others, clarify differences
by endolith
· 12 years ago
4d8e317
Fix issue with broadcast_arrays() and user defined dtypes
by Jay Bourque
· 12 years ago
fcd9ef9
STY: pep8 and pep257 audit.
by Josh Warner (Mac)
· 12 years ago
dcf7cac
Merge pull request #3264 from endolith/patch-1
by Charles Harris
· 12 years ago
dec4f4b
MAINT: Apply 2to3 idioms fixer.
by Charles Harris
· 12 years ago
0d9eac4
Merge pull request #3280 from seberg/issue-3279
by seberg
· 12 years ago
0a9da01
BUG: np.insert must copy index array
by Sebastian Berg
· 12 years ago
c92d924
MAINT: Remove unneeded version checks.
by Charles Harris
· 12 years ago
d6f6268
MAINT: Use from future_builtins zip and map.
by Charles Harris
· 12 years ago
3a5c547
2to3: Apply unicode fixer.
by Charles Harris
· 12 years ago
e3cd6a4
DOC: Change example to demonstrate function
by endolith
· 12 years ago
9361471
Merge pull request #3249 from charris/2to3-apply-next-fixer
by Charles Harris
· 12 years ago
c6de097
2to3: Apply next fixer.
by Charles Harris
· 12 years ago
c70025a
2to3: Apply urllib fixer.
by Charles Harris
· 12 years ago
3f2c789
Merge pull request #3244 from charris/2to3-apply-zip-fixer
by Charles Harris
· 12 years ago
0dfe67a
2to3: Apply zip fixer.
by Charles Harris
· 12 years ago
68338ee
2to3: Apply basestring fixer.
by Charles Harris
· 12 years ago
7f5af37
2to3: Apply the `numliterals` fixer and skip the `long` fixer.
by Charles Harris
· 12 years ago
5de56ef
2to3: Apply itertools fixer.
by Charles Harris
· 12 years ago
1675ad9
FIX: rename xrange to range in python 2
by Sebastian Berg
· 12 years ago
6d305e4
MAINT: np.delete keep old out of bound/negative index behavior
by Sebastian Berg
· 12 years ago
f17e55d
TST: New tests for insert/delete covering warnings and corner cases
by Sebastian Berg
· 12 years ago
b383686
FIX: insert/delete fixes and warnings for non-integer indices
by Sebastian Berg
· 12 years ago
Next »