Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | MAINT: Add deprecation warning to multi-field views/assignment | Allan Haldane | 2016-09-24 | 9 | -36/+152 | |
* | | | | | Merge pull request #8087 from hodgka/master | Charles Harris | 2016-09-23 | 1 | -3/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: financial.pmt modifies input #8055 | naveenarun | 2016-09-23 | 4 | -6/+7 | |
* | | | | | | Merge pull request #8088 from gfyoung/randint-tempita-cont | Charles Harris | 2016-09-23 | 1 | -277/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Remove duplicate randint helpers code. | gfyoung | 2016-09-23 | 1 | -277/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8084 from stuartarchibald/wip/np_lib_poly_roots_doc_fix | Charles Harris | 2016-09-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Fix erroneous return type description for np.roots. | Stuart Archibald | 2016-09-23 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8080 from ahaldane/int_offsets_fix | seberg | 2016-09-23 | 3 | -3/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: non-integers can end up in dtype offsets | Allan Haldane | 2016-09-22 | 3 | -3/+30 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8081 from naveenarun/fix-nose-urls | Ralf Gommers | 2016-09-22 | 3 | -3/+3 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Update somethingaboutorange URL to nose.readthedocs.io | naveenarun | 2016-09-21 | 3 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #8075 from ysshah/patch-1 | Julian Taylor | 2016-09-21 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Fix description of isinf in nan_to_num | Yash Shah | 2016-09-20 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #8071 from gfyoung/randint-tempita | Charles Harris | 2016-09-20 | 4 | -12/+124 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Add Tempita to randint helpers | gfyoung | 2016-09-20 | 4 | -12/+124 | |
|/ / / / | ||||||
* | | | | Merge pull request #8065 from gfyoung/fromfile-assert-bug | Charles Harris | 2016-09-19 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | BUG: Assert fromfile ending earlier in pyx processing | gfyoung | 2016-09-19 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #8064 from gfyoung/gitignore-pmip | Charles Harris | 2016-09-19 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | MAINT: Add PMIP files to .gitignore | gfyoung | 2016-09-19 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #8051 from pslacerda/clear_snan | Julian Taylor | 2016-09-19 | 3 | -2/+9 | |
|\ \ \ | ||||||
| * | | | BUG: Clear signaling NaN exceptions | Pedro Lacerda | 2016-09-15 | 3 | -2/+9 | |
* | | | | Merge pull request #8061 from KhaledTo/issue#8055 | Charles Harris | 2016-09-19 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | BUG : financial.pmt modifies input (issue #8055) | KhaledTo | 2016-09-18 | 1 | -1/+1 | |
* | | | | | Merge pull request #8050 from mattip/pypy-fixes | seberg | 2016-09-19 | 7 | -12/+51 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | ENH: a.resize(.., refcheck=True) is almost unusable on PyPy | Matti Picus | 2016-09-17 | 7 | -12/+51 | |
* | | | | | Merge pull request #8057 from WarrenWeckesser/pad-width | Charles Harris | 2016-09-17 | 2 | -29/+24 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | BUG: lib: Simplify (and fix) pad's handling of the pad_width | Warren Weckesser | 2016-09-17 | 2 | -29/+24 | |
|/ / / / | ||||||
* | | | | Merge pull request #8038 from gfyoung/rollaxis-err-msg | Stephan Hoyer | 2016-09-11 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | DOC, MAINT: Update error message in rollaxis. | gfyoung | 2016-09-11 | 1 | -4/+4 | |
* | | | | Merge pull request #8045 from charris/update-1.11.2-notes | Ralf Gommers | 2016-09-12 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | DOC: Update 1.11.2 release notes. | Charles Harris | 2016-09-11 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #8042 from pv/fix-nditer-contig | seberg | 2016-09-11 | 3 | -1/+38 | |
|\ \ \ \ | ||||||
| * | | | | BUG: core: fix bug in NpyIter buffering with discontinuous arrays | Pauli Virtanen | 2016-09-11 | 3 | -1/+38 | |
| |/ / / | ||||||
* | | | | Update add_newdocs.py (#8040) | AustereCuriosity | 2016-09-11 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #8028 from charris/update-1.11.2-notes | Ralf Gommers | 2016-09-08 | 1 | -6/+9 | |
|\ \ \ | ||||||
| * | | | DOC: Update 1.11.2 release notes. | Charles Harris | 2016-09-07 | 1 | -6/+9 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #8030 from lesteve/fix-ma-median-with-only-one-non-masked-... | Charles Harris | 2016-09-07 | 2 | -2/+10 | |
|\ \ \ | ||||||
| * | | | BUG: fix np.ma.median with only one non-masked value | Loïc Estève | 2016-09-07 | 2 | -2/+10 | |
| |/ / | ||||||
* | | | Merge pull request #8021 from pdebuyl/spelling_doc | Jaime | 2016-09-07 | 112 | -315/+315 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | DOC: change version references from x.y to x.y.z | Pierre de Buyl | 2016-09-07 | 6 | -7/+7 | |
| * | | DOC: change version references from x.y to x.y.z | Pierre de Buyl | 2016-09-07 | 15 | -19/+19 | |
| * | | DOC: fix page title for swig | Pierre de Buyl | 2016-09-06 | 1 | -1/+1 | |
| * | | DOC: change Numpy to NumPy in remaining files | Pierre de Buyl | 2016-09-06 | 9 | -34/+34 | |
| * | | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 47 | -113/+113 | |
| * | | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 56 | -168/+168 | |
* | | | Merge pull request #8016 from charris/fix-ma-median | Charles Harris | 2016-09-06 | 2 | -8/+43 | |
|\ \ \ | ||||||
| * | | | TST: Add ma.median tests for valid axis. | Charles Harris | 2016-09-05 | 1 | -0/+32 | |
| * | | | BUG: Fix numpy.ma.median for various things. | Charles Harris | 2016-09-05 | 1 | -8/+11 | |
|/ / / | ||||||
* | | | Merge pull request #8018 from MSeifert04/bugfix_ma_count_keepdims | Charles Harris | 2016-09-05 | 2 | -2/+11 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | BUG: Fixes return for np.ma.count if keepdims is True and axis is None | Michael Seifert | 2016-09-05 | 2 | -2/+11 | |
|/ / |