summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7378 from philipgura/masterCharles Harris2016-03-051-0/+5
|\
| * added NumPy logo and separatorPhilip Gura2016-03-041-0/+5
* | Merge pull request #7359 from charris/update-7314seberg2016-03-051-6/+6
|\ \
| * | DOC: Clarify the valid range of integers passed to random.seed.Charles Harris2016-02-271-6/+6
| * | DOC: Update random.seed in mtrand.pyx.Oren Amsalem2016-02-271-1/+1
* | | Merge pull request #7373 from charris/add-bitwise_and-identityseberg2016-03-055-10/+143
|\ \ \ | |_|/ |/| |
| * | DOC: Document the changed bitwise_and identity.Charles Harris2016-03-031-5/+13
| * | TST: Add tests for the bitwise ufuncs.Charles Harris2016-03-031-0/+85
| * | ENH: Add identity for bitwise_and.Charles Harris2016-03-033-4/+44
| * | BUG: Give bitwise_xor an identity.Charles Harris2016-03-021-1/+1
* | | Merge pull request #7366 from gkBCCN/bug-fix-6542-reloadedCharles Harris2016-03-022-1/+37
|\ \ \ | |/ / |/| |
| * | TST: Fix #6542: Add tests for non-iterable input...gkBCCN2016-02-292-1/+37
* | | Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-013-14/+83
|\ \ \
| * | | DOC: add notes to site.cfg.example on compiling BLIS itself and against it.Ralf Gommers2016-02-231-0/+15
| * | | DOC: add added BLIS support to 1.12.0 release notes.Ralf Gommers2016-02-221-0/+7
| * | | ENH: add support for BLIS to numpy.distutilsRalf Gommers2016-02-202-14/+61
* | | | Merge pull request #7332 from simongibbons/irr_empty_checkCharles Harris2016-02-292-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: np.irr should return NaN if there are no real solutionsSimon Gibbons2016-02-292-2/+7
|/ / /
* | | Merge pull request #7275 from gfyoung/dep_array_data_setCharles Harris2016-02-283-4/+31
|\ \ \
| * | | DEP: Warn about assigning 'data' attribute of ndarraygfyoung2016-02-283-4/+31
* | | | Merge pull request #7361 from golnazir/multiarraymodule_fixseberg2016-02-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix copy and paste oversight.golnazir2016-02-281-1/+1
|/ / /
* | | Merge pull request #7358 from chiffa/masterNathaniel J. Smith2016-02-282-1/+14
|\ \ \
| * | | BUG: constant padding expected wrong type in constant_valueschiffa2016-02-271-1/+1
| * | | TST: added a test for constant padding on 4 sides of a 2d arraychiffa2016-02-271-0/+13
|/ / /
* | | Merge pull request #7349 from ahaldane/ma_fix_3_ignorenanCharles Harris2016-02-272-15/+52
|\ \ \ | |_|/ |/| |
| * | MAINT: Hide nan warnings for internal ma computationsAllan Haldane2016-02-262-15/+52
* | | Merge pull request #7351 from ahaldane/ma_fix_1_datatestCharles Harris2016-02-261-9/+9
|\ \ \
| * | | TST: Fix some MA tests to avoid looking at the .data attributeAllan Haldane2016-02-261-9/+9
| |/ /
* | | Merge pull request #7348 from madphysicist/patch-1Charles Harris2016-02-261-1/+1
|\ \ \ | |/ / |/| |
| * | Maint: Removed extra space from `ureduce` Mad Physicist2016-02-261-1/+1
|/ /
* | Merge pull request #7344 from dongjoon-hyun/fix_typosNathaniel J. Smith2016-02-2533-48/+48
|\ \
| * | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-2533-48/+48
|/ /
* | Merge pull request #7340 from simongibbons/tensordot_doc_fixNathaniel J. Smith2016-02-251-3/+3
|\ \
| * | DOC: Fixed math rendering in tensordot docs.Simon Gibbons2016-02-251-3/+3
* | | Merge pull request #7338 from jakirkham/use_pytz_ciCharles Harris2016-02-252-1/+2
|\ \ \
| * | | TST: Install `pytz` in the CI.John Kirkham2016-02-252-1/+2
|/ / /
* | | Merge pull request #7331 from charris/add-comment-to-7323Nathaniel J. Smith2016-02-251-0/+4
|\ \ \ | |/ / |/| |
| * | TST: fix MemoryError on win32Christoph Gohlke2016-02-241-0/+4
* | | Merge pull request #7295 from rehassachdeva/update_dev_docNathaniel J. Smith2016-02-231-0/+15
|\ \ \
| * | | DOC: Added understanding code and getting started section to development_envi...rehassachdeva2016-02-221-0/+15
* | | | Merge pull request #7199 from madphysicist/histogram-estimator-dictNathaniel J. Smith2016-02-231-126/+183
|\ \ \ \
| * | | | MAINT: Cleanup for histogram bin estimator selectionJoseph Fox-Rabinovitz2016-02-161-126/+183
* | | | | Merge pull request #7311 from udiboy1209/ndpointer_cacheNathaniel J. Smith2016-02-232-1/+6
|\ \ \ \ \
| * | | | | [PATCH] Make _pointer_type_cache functionalMeet Udeshi2016-02-232-1/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #7279 from madphysicist/percentile-testsJulian Taylor2016-02-233-8/+11
|\ \ \ \ \
| * | | | | TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz2016-02-223-8/+11
* | | | | | Merge pull request #7308 from madphysicist/madphysicist-pyref-bugseberg2016-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | BUG: Incrementing the wrong reference on returnMad Physicist2016-02-221-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7313 from rehassachdeva/issue7303Nathaniel J. Smith2016-02-231-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |