summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Show subclass type in dtype repr and str of structured arraysAllan Haldane2015-01-243-3/+59
* BUG: Fix #3926: pickling empty string failsJay Bourque2015-01-212-5/+10
* Merge pull request #5468 from jaimefrio/swapaxes_viewCharles Harris2015-01-203-30/+48
|\
| * TST: swapaxes testsjaimefrio2015-01-201-0/+32
| * ENH: Make swapaxes always return a viewjaimefrio2015-01-202-30/+16
* | ENH: faster fastclip functionsJulian Taylor2015-01-203-8/+31
|/
* TST: Tests for numeric.rollaxis.Charles Harris2015-01-191-0/+63
* ENH: Make rollaxis always return a view.Charles Harris2015-01-191-6/+11
* DOC : rollaxis returns a view of the input.jnothman2015-01-181-1/+1
* Merge pull request #5462 from charris/gh-5453Charles Harris2015-01-172-18/+99
|\
| * MAINT/TST: Add test for require, stop making extra copies.Eric Moore2015-01-172-18/+99
* | Merge pull request #5459 from rgommers/pareto-docstringCharles Harris2015-01-171-15/+15
|\ \
| * | DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181.Ralf Gommers2015-01-171-15/+15
* | | TST: Add testcase for the fix to bug #4476.Gerrit Holl2015-01-151-0/+15
* | | BUG: Fix #4476 by adding datetime64 and timedelta64 typesGerrit Holl2015-01-151-5/+10
| |/ |/|
* | Merge pull request #5446 from jaimefrio/linspace_denormals_againCharles Harris2015-01-142-26/+36
|\ \
| * | BUG: linspace should return the same as arange when equivalentjaimefrio2015-01-132-26/+36
* | | Merge pull request #5361 from JDWarner/arraypad_fixesCharles Harris2015-01-132-65/+574
|\ \ \
| * | | ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-062-65/+574
* | | | Merge pull request #5447 from juliantaylor/ma-median-ndarrayCharles Harris2015-01-132-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: fix ma.median used on ndarraysJulian Taylor2015-01-132-2/+6
* | | | Merge pull request #5438 from jaimefrio/linspace_denormalJulian Taylor2015-01-132-21/+45
|\ \ \ \
| * | | | BUG: linspace handling of denormals, fixes #5437jaimefrio2015-01-102-21/+45
* | | | | Fix typo in slogdet doctdihp2015-01-121-1/+1
* | | | | TST: Update assert_array_almost_equal_nulp testsRyan Nelson2015-01-111-39/+164
* | | | | DOC: Fix doc of seterrcall. Issue #4427Marshall Farrier2015-01-101-5/+6
|/ / / /
* | | | Minor docstring fixRobert Johansson2015-01-082-2/+2
| |_|/ |/| |
* | | DOC: style fixes for random.multivariate_normal docstring.Martin Thoma2015-01-071-8/+12
* | | Merge pull request #5421 from charris/special-case-matrixCharles Harris2015-01-064-26/+39
|\ \ \
| * | | BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris2015-01-042-8/+13
| * | | BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-043-18/+26
* | | | Merge pull request #5309 from rgommers/remove-f2py-deprecationCharles Harris2015-01-062-5/+0
|\ \ \ \
| * | | | MAINT: remove NPY_NO_DEPRECATED_API define from f2py.Ralf Gommers2014-11-232-5/+0
* | | | | BLD: ensure OPT link environment variable is readmbyt2015-01-061-3/+6
* | | | | BLD: ensure OPT build environment variable is readmbyt2015-01-051-0/+9
* | | | | Merge pull request #5418 from shoyer/nanprodCharles Harris2015-01-052-149/+157
|\ \ \ \ \
| * | | | | ENH: add np.nanprodStephan Hoyer2015-01-052-149/+157
| | |_|_|/ | |/| | |
* | | | | DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-0/+13
| |_|/ / |/| | |
* | | | Merge pull request #5398 from Garrett-R/fix_5376Charles Harris2015-01-025-14/+43
|\ \ \ \
| * | | | BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-025-14/+43
* | | | | Merge pull request #5415 from charris/tests-for-PyArray_AsCArrayCharles Harris2015-01-022-1/+96
|\ \ \ \ \
| * | | | | TST: added test for PyArray_AsCArray #5313Henning Dickten2015-01-022-1/+96
* | | | | | Merge pull request #5413 from rgommers/link-format-nepCharles Harris2015-01-021-2/+5
|\ \ \ \ \ \
| * | | | | | DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
* | | | | | | Merge pull request #5396 from argriffing/add-nuclear-normCharles Harris2015-01-022-11/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: 'sum of singular values' -> 'sum of the singular values'alex2015-01-021-1/+1
| * | | | | | MAINT: remove nuclear norm from the list of options for computing condition n...alex2014-12-251-6/+4
| * | | | | | ENH: nuclear normalex2014-12-252-13/+39
* | | | | | | DOC: Added a note about writeability of views from np.einsum toIan Henriksen2015-01-011-0/+16
* | | | | | | TST: Test that, when returning a view, einsum returns a writable viewIan Henriksen2015-01-011-0/+7