summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | TST: Remove single file compilation test from travis ci.Charles Harris2015-10-081-3/+2
| * | | | | | | MAINT: Remove single file c files.Charles Harris2015-10-082-70/+0
| * | | | | | | MAINT: Remove single file compilation support.Charles Harris2015-10-0826-119/+5
* | | | | | | | Merge pull request #6426 from juliantaylor/clump-improveCharles Harris2015-10-082-18/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-082-18/+39
|/ / / / / / / /
* | | | | | | | Merge pull request #6330 from cjermain/bug-6246Charles Harris2015-10-072-9/+64
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | TST: for unbuffered IO without tell/seekColin Jermain2015-10-071-0/+13
| * | | | | | | BUG: only require tell/seek in np.fromfile when bufferedColin Jermain2015-10-071-9/+51
|/ / / / / / /
* | | | | | | Merge pull request #6420 from pizzathief/issue6333argriffing2015-10-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DOC: fixing beta calculation for numpy.random,gumbeljason king2015-10-071-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #6421 from charris/forwardport-gh-6417Charles Harris2015-10-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: fix var. reference in percentile docstringTobias Megies2015-10-071-1/+1
* | | | | | | Merge pull request #6391 from rlamy/lapack-setupCharles Harris2015-10-061-20/+21
|\ \ \ \ \ \ \
| * | | | | | | STY: Make numpy/linalg/setup.py PEP8 compliantRonan Lamy2015-10-021-16/+17
| * | | | | | | MAINT: Simplify numpy/linalg/setup.pyRonan Lamy2015-10-021-8/+8
* | | | | | | | Merge pull request #6406 from charris/update-gh-6310Charles Harris2015-10-062-16/+19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | DOC: Cleanup genfromtxt documentation a bit.Charles Harris2015-10-042-18/+19
| * | | | | | | DOC: Update docs for numpy.genfromtxt.jason king2015-10-042-6/+8
* | | | | | | | Merge pull request #6415 from charris/update-1.10.0-notesNathaniel J. Smith2015-10-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Update 1.10.x release notes.Charles Harris2015-10-051-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #6352 from njsmith/governanceCharles Harris2015-10-054-0/+456
|\ \ \ \ \ \ \ \
| * | | | | | | | DEV: attempt to clarify rules for ending an Institutional PartnershipNathaniel J. Smith2015-10-041-3/+6
| * | | | | | | | DEV: governance: wording tweakNathaniel J. Smith2015-10-041-8/+8
| * | | | | | | | DEV: governance: Include links to current membership of each groupNathaniel J. Smith2015-10-042-0/+13
| * | | | | | | | DEV: for new council members, clarify order of voting and talking to themNathaniel J. Smith2015-10-041-5/+6
| * | | | | | | | DEV: remove draft markers from governance documentNathaniel J. Smith2015-10-032-4/+0
| * | | | | | | | DEV: remove the interstitial notes on the seed steering councilNathaniel J. Smith2015-10-031-15/+0
| * | | | | | | | DEV: Fix dates on Travis's time as leaderNathaniel J. Smith2015-10-031-1/+1
| * | | | | | | | DEV: minor textual cleanups to governance documentNathaniel J. Smith2015-10-032-3/+9
| * | | | | | | | DEV: Governance: fix pandoc weirdnessNathaniel J. Smith2015-09-231-4/+4
| * | | | | | | | DEV: Governance: update link to Jupyter/IPython governance docNathaniel J. Smith2015-09-231-2/+2
| * | | | | | | | DEV: Governance: remove link to inaccurate github contributors pageNathaniel J. Smith2015-09-231-4/+0
| * | | | | | | | DEV: Governance: delete redundant bitsNathaniel J. Smith2015-09-231-8/+0
| * | | | | | | | DEV: Draft governance document + list of people and positionsNathaniel J. Smith2015-09-234-0/+464
* | | | | | | | | Merge pull request #6414 from larsmans/corrcoef-stabilityCharles Harris2015-10-051-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: new np.corrcoef improved stabilityLars Buitinck2015-10-051-0/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #6411 from larsmans/cov-memory-useCharles Harris2015-10-051-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ENH: speed up cov by ~10% for large arraysLars Buitinck2015-10-051-2/+2
* | | | | | | | | | Merge pull request #6396 from rudimeier/opt-corrcoefCharles Harris2015-10-051-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINT: corrcoef, memory usage optimizationRuediger Meier2015-09-301-1/+5
* | | | | | | | | | | Merge pull request #6405 from charris/update-gh-6180Nathaniel J. Smith2015-10-051-0/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | DOC: Update RandomState guarantee to be more explicit.Charles Harris2015-10-051-5/+8
| * | | | | | | | | | | DOC: Add RandomState stability guarantee to RandomState documentation.mtran2015-10-041-0/+6
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #6413 from charris/bug-multiarray-testCharles Harris2015-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | BUG: Fix missing np prefix in test_multiarray.py.Charles Harris2015-10-051-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4753 from mhvk/bug-4753Charles Harris2015-10-052-12/+97
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Check `out` kwarg for __nump_ufunc__ override and set index appropriatelyBlake Griffith2015-06-192-12/+97
* | | | | | | | | | | | Merge pull request #6407 from eulerreich/patch-1Stephan Hoyer2015-10-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | typoeulerreich2015-10-041-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #6094 from astrofrog/fix-gh-6019ahaldane2015-10-042-25/+43
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |