summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Simplify code in cov function a bit.Charles Harris2015-05-131-6/+5
* Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-132-36/+176
|\
| * ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-132-36/+176
* | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-123-4/+6
|\ \ | |/ |/|
| * ENH: add np.stackStephan Hoyer2015-05-113-4/+6
* | Merge pull request #5847 from christianbrodbeck/fix/setdiff1dJaime2015-05-072-7/+7
|\ \
| * | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-072-7/+7
* | | DOC: note versionadded for broadcast_toEric Moore2015-05-061-0/+4
|/ /
* | Merge pull request #5805 from jaimefrio/ix_intpCharles Harris2015-05-052-11/+39
|\ \
| * | BUG: Fix handling of non-empty ndarraysJaime Fernandez2015-05-042-11/+17
| * | TST: Added tests for ix_Jaime Fernandez2015-04-271-1/+25
| * | BUG: make empty inputs to ix_ create an empty int typed outputJaime Fernandez2015-04-271-9/+7
* | | BUG: fixes segfault in np.place when vals is emptybehzad nouri2015-05-041-0/+8
|/ /
* | Merge pull request #4612 from Nodd/loadtxt_commentsCharles Harris2015-04-232-10/+52
|\ \
| * | ENH: Multiple comment tokens in loadtxtJoseph Martinot-Lagarde2015-04-222-10/+52
* | | ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-183-12/+68
* | | DOC, MAINT: fix typo in np.insert docstringFrançois Magimel2015-04-131-0/+1
* | | 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
| |/ /
* | | 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
|/ /
* | ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-152-27/+50
* | Merge pull request #5585 from Kreiswolke/BugFixTileJaime2015-03-122-1/+12
|\ \
| * | Update shape_base.pyKreiswolke2015-03-111-2/+2
| * | BUG: Fixed issue #4679 and added testOliver Eberle2015-02-192-1/+12
| |/
* | Merge pull request #5519 from jaimefrio/array_interface_dtypeCharles Harris2015-03-122-2/+27
|\ \
| * | ENH: PyArray_FromInterface checks descr if typestr is np.voidjaimefrio2015-03-082-2/+27
* | | BUG: loadtxt fails with complex data in Python 3.Charles Harris2015-03-112-2/+15
* | | STY: fold long linesPauli Virtanen2015-03-083-10/+14
* | | BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-087-15/+146
* | | BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-063-10/+70
* | | DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-024-8/+8
* | | BUG: fix broadcast_to for reference typesStephan Hoyer2015-03-012-3/+13
* | | Merge pull request #5619 from jaimefrio/unique_docstringJulian Taylor2015-03-011-3/+4
|\ \ \
| * | | DOC: Describe return_counts keyword in np.unique docstringJaime Fernandez2015-03-011-3/+4
* | | | BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-1/+1
| |/ / |/| |
* | | Merge pull request #5371 from shoyer/broadcast_toCharles Harris2015-02-262-57/+192
|\ \ \
| * | | ENH: add broadcast_to functionStephan Hoyer2015-02-262-57/+192
| | |/ | |/|
* | | DOC: fix typos in corrcoef()Martin Spacek2015-02-251-2/+2
|/ /
* | MAINT: Fix pmt test in numpy/lib/tests/test_financial.py.Charles Harris2015-02-171-24/+22
* | MAINT: Simplify fix for rate == 0 in financial.pmt.Charles Harris2015-02-171-8/+5
* | BUG: Fix zero divide warning in financial.pmt.Fei Liu2015-02-172-2/+10
* | Merge pull request #5502 from jaimefrio/in1d_unorderCharles Harris2015-02-131-3/+4
|\ \
| * | ENH: speed-up in1d replacing sorting with fancy indexingjaimefrio2015-01-251-3/+4