summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC, MAINT: fix typo in np.insert docstringFrançois Magimel2015-04-131-0/+1
* Merge pull request #5757 from helderc/patch-1Jaime2015-04-081-3/+3
|\
| * DOC: Docstring of gradient() functionHelder Oliveira2015-04-091-3/+3
|/
* Merge pull request #5751 from helderc/patch-1Charles Harris2015-04-051-0/+4
|\
| * DOC: Return of gradient() functionHelder Cesar2015-04-051-0/+4
* | Merge pull request #5713 from cowlicks/bug-5712Charles Harris2015-04-052-13/+55
|\ \ | |/ |/|
| * BUG: don't ignore version passed to format.write_arrayBlake Griffith2015-04-051-11/+9
| * TST: tests for format.read_array_header_* and test read_magicBlake Griffith2015-04-011-0/+44
| * BUG: Make read_array_header_* return resultsBlake Griffith2015-04-011-2/+2
* | Merge pull request #5750 from rgommers/cython-warning-ndarrayJaime2015-04-051-0/+1
|\ \
| * | MAINT: add a warning filter for possible "ndarray size changed" Cython noise.Ralf Gommers2015-04-051-0/+1
|/ /
* | Merge pull request #5747 from jaimefrio/repeat_broadcastCharles Harris2015-04-042-22/+29
|\ \
| * | BUG: np.repeat does not properly broadcast size 1 repeat arraysjaimefrio2015-04-032-22/+29
* | | Merge pull request #5343 from pitrou/cache_dtype_hashCharles Harris2015-04-048-18/+50
|\ \ \
| * | | ENH: cache dtype.__hash__Antoine Pitrou2015-04-048-18/+50
|/ / /
* | | Merge pull request #5742 from charris/add-test-to-gh-5732Jaime2015-04-042-33/+25
|\ \ \ | |/ / |/| |
| * | BUG: Refactor nan_to_num and make list inputs work in Python > 3.2.Charles Harris2015-04-031-34/+23
| * | TST: Test nan_to_num with integer list input.Charles Harris2015-04-031-0/+2
| * | BUG: Integer list passed into nan_to_num results in ValueError.jmrosen1552015-04-031-0/+1
|/ /
* | Merge pull request #5733 from ahaldane/keepdim_docCharles Harris2015-04-034-16/+61
|\ \
| * | ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-024-16/+61
* | | Merge pull request #5709 from abalkin/issue-5185Charles Harris2015-04-013-7/+45
|\ \ \
| * | | Use Python 2.6 compatible assertions in tests.Alexander Belopolsky2015-03-301-2/+2
| * | | Made dot return proper type.Alexander Belopolsky2015-03-291-1/+5
| * | | Fixed out!=None case, added tests.Alexander Belopolsky2015-03-292-1/+25
| * | | BUG: Implemented MaskedArray.dotAlexander Belopolsky2015-03-222-7/+17
| | |/ | |/|
* | | Merge pull request #5731 from RittaNarita/norm-axis-fixJaime2015-03-292-22/+29
|\ \ \ | |_|/ |/| |
| * | TST: Make the test for linalg matrix norms coverage completeRittaNarita2015-03-301-20/+23
| * | BUG: Fix linalg matrix norms when given negative axes.RittaNarita2015-03-301-2/+6
* | | Merge branch 'gh-5685', docstring cleanups for mtrand.pyx.Charles Harris2015-03-281-240/+279
|\ \ \ | |/ / |/| |
| * | DOC: Some cleanups of mtrand.pyx docstrings.Charles Harris2015-03-281-14/+8
| * | DOC: Minor edits to docstrings to improve consistency in the moduleGeorge Castillo2015-03-281-106/+128
| * | DOC: Incremental improvement in random module docstringsGeorge Castillo2015-03-281-123/+146
* | | Merge pull request #5724 from ContinuumIO/numpy-bug-5719Jaime2015-03-273-1/+15
|\ \ \ | |/ / |/| |
| * | STY, PEP8: Avoid wildcard importsBlake Griffith2015-03-261-1/+1
| * | BUG: Fix astype issue with custom dtypesBlake Griffith2015-03-261-0/+7
| * | TST: Regression test for gh-5719Blake Griffith2015-03-261-0/+7
|/ /
* | Merge pull request #5723 from ContinuumIO/rand-docsJaime2015-03-261-1/+1
|\ \
| * | DOC: Covariance matrix should be symmetricBlake Griffith2015-03-261-1/+1
| |/
* | Merge pull request #5714 from seberg/fancy-object-assignCharles Harris2015-03-262-16/+42
|\ \ | |/ |/|
| * BUG: Fix advanced object non-array value assignmentSebastian Berg2015-03-262-16/+42
|/
* Merge pull request #5708 from charris/disable-travis-bentoRalf Gommers2015-03-221-2/+3
|\
| * TST: Disable travis bento build.Charles Harris2015-03-221-2/+3
* | Merge pull request #5707 from jaimefrio/format_numberCharles Harris2015-03-221-14/+15
|\ \
| * | BUG: wrong format field for 2.6Jaime Fernandez2015-03-221-14/+15
|/ /
* | Merge pull request #5704 from jaimefrio/empty_sortCharles Harris2015-03-212-3/+44
|\ \
| * | BUG: (arg)sort and (arg)partition handling of empty multidim arraysJaime Fernandez2015-03-212-3/+44
|/ /
* | Merge pull request #5683 from matthew-brett/deprecate-bias-ddofCharles Harris2015-03-207-75/+178
|\ \
| * | ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-156-75/+168
| * | ENH: _NoValue class at top-level to test kwargsMatthew Brett2015-03-151-0/+10