Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.0
/
numpy
/
lib
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
908e06c
ENH: larger fixes for np.delete and np.insert functions
by Sebastian Berg
· 12 years ago
25d55b8
Merge pull request #3216 from charris/2to3-apply-map-fixer
by Charles Harris
· 12 years ago
a616479
2to3: Apply `map` fixer.
by Charles Harris
· 12 years ago
a3f2e04
ENH: add `invert` parameter to numpy.in1d().
by Julien Phalip
· 12 years ago
1340fa6
Merge pull request #3205 from charris/2to3-apply-dict-fixer
by Charles Harris
· 12 years ago
ef76d49
Merge pull request #3202 from charris/2to3-reduce-fixups
by njsmith
· 12 years ago
aab46a7
2to3: apply `dict` fixer.
by Charles Harris
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
77e09f1
MAINT: Cleanup some imports involving reduce.
by Charles Harris
· 12 years ago
49a8902
Merge pull request #3191 from charris/2to3-apply-imports-fixer
by Charles Harris
· 12 years ago
ca77e31
Merge pull request #460 from endolith/regex_formatting
by Charles Harris
· 12 years ago
09a52ed
2to3: Apply `imports` fixer.
by Charles Harris
· 12 years ago
a939f2a
Merge pull request #3178 from charris/2to3-apply-import-fixer
by njsmith
· 12 years ago
d3edb4e
Merge pull request #3104 from seberg/nditer-allow-0d
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
0d35127
DOC: regex-assisted fixes of definition list formatting
by endolith
· 12 years ago
653a6fd
DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes
by endolith
· 12 years ago
31a68dd
TST: Get rid of a ResourceWarning.
by Charles Harris
· 12 years ago
22e1fe4
MAINT: Remove np.ndindex 0-d hack.
by Sebastian Berg
· 12 years ago
Next »