summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* ENH: Attempt to rewrite the index parsing.Sebastian Berg2014-02-061-1/+1
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-8/+16
* BUG: IRR was returning nan instead of valid negative answer.Philip Eliot2014-02-012-6/+29
* TST: document reason for truncate instead of seek past endJulian Taylor2014-01-141-0/+3
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-112-1/+29
* TST: fix test failure due to comparing floats with assert_equal.Ralf Gommers2013-12-231-1/+1
* MAINT: don't use open(.., 'U') in Python 3.x, is deprecated.Ralf Gommers2013-12-231-2/+7
* Merge pull request #4112 from rhewett/meshgrid_singleseberg2013-12-222-28/+33
|\
| * ENH: Allow meshgrid to work for 1D and 0D cases.rhewett2013-12-182-28/+33
* | Merge pull request #4102 from seberg/issue-612Charles Harris2013-12-202-9/+21
|\ \
| * | BUG: Fix array_split empty array type and add FutureWarningSebastian Berg2013-12-202-9/+21
* | | Avoid overallocating memory in arraypad with user supplied functionJonathan L Long2013-12-171-1/+1
* | | MAINT: Change test to read random sized chunksMax Sperlich2013-12-111-13/+9
* | | MAINT: Introduced _read_array functionMax Sperlich2013-12-112-25/+45
* | | MAINT: Better handling of very small chunksMax Sperlich2013-12-092-15/+21
* | | STY: pep8Max Sperlich2013-12-081-5/+11
* | | TST: Adds test case for Issue 4093Max Sperlich2013-12-082-4/+41
* | | BUG: Fixes Python3 compatibilityMax Sperlich2013-12-081-1/+1
* | | BUG: fix loading from compressed .npz (Issue 4093)Max Sperlich2013-12-081-6/+9
| |/ |/|
* | Correct typo in interp() docstring.Christopher Dembia2013-12-061-1/+1
|/
* TST: add test for negative axis values in np.insert.Félix Hartmann2013-12-021-0/+7
* BUG: Fix np.insert with negative axis.Sebastian Berg2013-12-021-1/+1
* TST: Increase test coverage of numpy.save/load roundtripsOlivier Grisel2013-11-261-6/+36
* ENH: Use nditer in numpy.save to stream bytes to custom file objectsOlivier Grisel2013-11-261-4/+13
* ENH: improve add_newdocs performanceJulian Taylor2013-11-192-5/+14
* Fix typo.Markus Roth2013-11-151-1/+1
* DOC: Spelling correction for numpy.diag see alsoChris Kerr2013-11-111-1/+1
* DOC: Change pad mode options to a definition listendolith2013-11-101-23/+33
* TST: improve test_long_str and add documentationJulian Taylor2013-11-091-1/+3
* BUG: Fix chunked reading of strings longer than BUFFERSIZELuke Carmichael2013-11-081-1/+1
* test for failing chunk read of large stringLuke Carmichael2013-11-081-0/+3
* When reading file in chunks, buffer_size < dtype.itemsize, ensure at least on...Luke Carmichael2013-11-081-1/+1
* MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py an...Warren Weckesser2013-11-022-10/+16
* MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few ...Warren Weckesser2013-11-021-3/+7
* MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.pyWarren Weckesser2013-11-021-7/+18
* ENH: lib: Rewrite vander: make it faster, and add an option to specify the or...Warren Weckesser2013-11-022-15/+69
* MAINT: Don't use 'import *' in lib/test_twodim_base.py.Warren Weckesser2013-11-021-1/+3
* MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-202-0/+6
* BUG: cov/corrcoef complex input and empty arraysJoseph Martinot-Lagarde2013-10-162-27/+71
* BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
* Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-142-1/+2
|\
| * TST: improve test speedJulian Taylor2013-09-282-1/+2
* | Merge pull request #3862 from juliantaylor/null-freenjsmith2013-10-111-12/+4
|\ \
| * | MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checksJulian Taylor2013-10-031-12/+4
* | | Merge pull request #3829 from jarondl/pep8-npyioCharles Harris2013-10-101-59/+53
|\ \ \
| * | | STY: pepe8 for npyio continued 2 (typo)Yaron de Leeuw2013-10-111-1/+1
| * | | STY: pep8 for npyio continuedYaron de Leeuw2013-10-061-7/+4
| * | | STY: pep8 for npyioYaron de Leeuw2013-09-291-60/+57
* | | | TST: Raise AssertionError on failureJoseph Martinot-Lagarde2013-10-101-0/+2
* | | | TST: Regression test for gh-2561Joseph Martinot-Lagarde2013-10-091-0/+14