Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | TST: Remove single file compilation test from travis ci. | Charles Harris | 2015-10-08 | 1 | -3/+2 | |
| * | | | | | | | MAINT: Remove single file c files. | Charles Harris | 2015-10-08 | 2 | -70/+0 | |
| * | | | | | | | MAINT: Remove single file compilation support. | Charles Harris | 2015-10-08 | 26 | -119/+5 | |
* | | | | | | | | Merge pull request #6426 from juliantaylor/clump-improve | Charles Harris | 2015-10-08 | 2 | -18/+39 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ENH: improve worst case of ma.clump_masked | Julian Taylor | 2015-10-08 | 2 | -18/+39 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #6330 from cjermain/bug-6246 | Charles Harris | 2015-10-07 | 2 | -9/+64 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | TST: for unbuffered IO without tell/seek | Colin Jermain | 2015-10-07 | 1 | -0/+13 | |
| * | | | | | | | BUG: only require tell/seek in np.fromfile when buffered | Colin Jermain | 2015-10-07 | 1 | -9/+51 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6420 from pizzathief/issue6333 | argriffing | 2015-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: fixing beta calculation for numpy.random,gumbel | jason king | 2015-10-07 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #6421 from charris/forwardport-gh-6417 | Charles Harris | 2015-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: fix var. reference in percentile docstring | Tobias Megies | 2015-10-07 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #6391 from rlamy/lapack-setup | Charles Harris | 2015-10-06 | 1 | -20/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STY: Make numpy/linalg/setup.py PEP8 compliant | Ronan Lamy | 2015-10-02 | 1 | -16/+17 | |
| * | | | | | | | MAINT: Simplify numpy/linalg/setup.py | Ronan Lamy | 2015-10-02 | 1 | -8/+8 | |
* | | | | | | | | Merge pull request #6406 from charris/update-gh-6310 | Charles Harris | 2015-10-06 | 2 | -16/+19 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | DOC: Cleanup genfromtxt documentation a bit. | Charles Harris | 2015-10-04 | 2 | -18/+19 | |
| * | | | | | | | DOC: Update docs for numpy.genfromtxt. | jason king | 2015-10-04 | 2 | -6/+8 | |
* | | | | | | | | Merge pull request #6415 from charris/update-1.10.0-notes | Nathaniel J. Smith | 2015-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Update 1.10.x release notes. | Charles Harris | 2015-10-05 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #6352 from njsmith/governance | Charles Harris | 2015-10-05 | 4 | -0/+456 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DEV: attempt to clarify rules for ending an Institutional Partnership | Nathaniel J. Smith | 2015-10-04 | 1 | -3/+6 | |
| * | | | | | | | | DEV: governance: wording tweak | Nathaniel J. Smith | 2015-10-04 | 1 | -8/+8 | |
| * | | | | | | | | DEV: governance: Include links to current membership of each group | Nathaniel J. Smith | 2015-10-04 | 2 | -0/+13 | |
| * | | | | | | | | DEV: for new council members, clarify order of voting and talking to them | Nathaniel J. Smith | 2015-10-04 | 1 | -5/+6 | |
| * | | | | | | | | DEV: remove draft markers from governance document | Nathaniel J. Smith | 2015-10-03 | 2 | -4/+0 | |
| * | | | | | | | | DEV: remove the interstitial notes on the seed steering council | Nathaniel J. Smith | 2015-10-03 | 1 | -15/+0 | |
| * | | | | | | | | DEV: Fix dates on Travis's time as leader | Nathaniel J. Smith | 2015-10-03 | 1 | -1/+1 | |
| * | | | | | | | | DEV: minor textual cleanups to governance document | Nathaniel J. Smith | 2015-10-03 | 2 | -3/+9 | |
| * | | | | | | | | DEV: Governance: fix pandoc weirdness | Nathaniel J. Smith | 2015-09-23 | 1 | -4/+4 | |
| * | | | | | | | | DEV: Governance: update link to Jupyter/IPython governance doc | Nathaniel J. Smith | 2015-09-23 | 1 | -2/+2 | |
| * | | | | | | | | DEV: Governance: remove link to inaccurate github contributors page | Nathaniel J. Smith | 2015-09-23 | 1 | -4/+0 | |
| * | | | | | | | | DEV: Governance: delete redundant bits | Nathaniel J. Smith | 2015-09-23 | 1 | -8/+0 | |
| * | | | | | | | | DEV: Draft governance document + list of people and positions | Nathaniel J. Smith | 2015-09-23 | 4 | -0/+464 | |
* | | | | | | | | | Merge pull request #6414 from larsmans/corrcoef-stability | Charles Harris | 2015-10-05 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: new np.corrcoef improved stability | Lars Buitinck | 2015-10-05 | 1 | -0/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #6411 from larsmans/cov-memory-use | Charles Harris | 2015-10-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ENH: speed up cov by ~10% for large arrays | Lars Buitinck | 2015-10-05 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #6396 from rudimeier/opt-corrcoef | Charles Harris | 2015-10-05 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MAINT: corrcoef, memory usage optimization | Ruediger Meier | 2015-09-30 | 1 | -1/+5 | |
* | | | | | | | | | | | Merge pull request #6405 from charris/update-gh-6180 | Nathaniel J. Smith | 2015-10-05 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | DOC: Update RandomState guarantee to be more explicit. | Charles Harris | 2015-10-05 | 1 | -5/+8 | |
| * | | | | | | | | | | | DOC: Add RandomState stability guarantee to RandomState documentation. | mtran | 2015-10-04 | 1 | -0/+6 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #6413 from charris/bug-multiarray-test | Charles Harris | 2015-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | BUG: Fix missing np prefix in test_multiarray.py. | Charles Harris | 2015-10-05 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #4753 from mhvk/bug-4753 | Charles Harris | 2015-10-05 | 2 | -12/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Check `out` kwarg for __nump_ufunc__ override and set index appropriately | Blake Griffith | 2015-06-19 | 2 | -12/+97 | |
* | | | | | | | | | | | | Merge pull request #6407 from eulerreich/patch-1 | Stephan Hoyer | 2015-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | typo | eulerreich | 2015-10-04 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #6094 from astrofrog/fix-gh-6019 | ahaldane | 2015-10-04 | 2 | -25/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |