summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | ENH: Make einsum return a writeable view whenever the input is writeable.Ian Henriksen2015-01-011-1/+2
* | | | | | | DOC: Docstring of np.diagonal to reflect edits of PR #5358Garrett-R2015-01-011-3/+5
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #5386 from maniteja123/issue5354Jaime2014-12-302-2/+12
|\ \ \ \ \ \
| * | | | | | BUG: solves complex array clip in issue #5354 and added symmetric regression ...Maniteja Nandana2014-12-302-2/+12
| | |_|/ / / | |/| | | |
* | | | | | Removed NotImplementedError for MinGW-w64Juan Luis Cano Rodríguez2014-12-291-1/+1
* | | | | | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-16/+16
* | | | | | remove trailing whitespaceValentin Haenel2014-12-271-2/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #5364 from charris/detect_atlas_3_10Charles Harris2014-12-241-3/+80
|\ \ \ \ \
| * | | | | ENH: Add support for ATLAS > 3.9.33.Charles Harris2014-12-241-3/+80
* | | | | | Merge pull request #5383 from charris/xerblaCharles Harris2014-12-245-5/+64
|\ \ \ \ \ \
| * | | | | | BUG: Xerbla doesn't get linked in 1.10-devel.Charles Harris2014-12-245-5/+64
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5374 from lebigot/patch-1Julian Taylor2014-12-241-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | DOC: Fixed incorrect assert_array_almost_equal_nulp documentationEric O. LEBIGOT (EOL)2014-12-241-1/+1