summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-025-121/+74
|\
| * BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2pCharles Harris2015-12-261-4/+5
| * MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-264-118/+70
* | Merge pull request #6916 from charris/fix-test_f2pyCharles Harris2016-01-021-1/+1
|\ \
| * | BUG: Fix test_f2py so it runs correctly in runtests.py.Charles Harris2015-12-311-1/+1
* | | Merge pull request #6918 from tapasweni-pathak/patch-1Ralf Gommers2016-01-011-1/+1
|\ \ \ | |/ / |/| |
| * | Updated copyright to 2016Tapasweni Pathak2016-01-011-1/+1
|/ /
* | Merge pull request #6914 from rgommers/fix-linkCharles Harris2015-12-312-2/+5
|\ \
| * | DOC: add note not to run tests from repo root in devguide. Closes gh-6907.Ralf Gommers2015-12-311-0/+3
| * | DOC: fix broken link in user guide. Closes gh-6906.Ralf Gommers2015-12-311-2/+2
* | | Merge pull request #6915 from rgommers/doc-nose-dependencyCharles Harris2015-12-312-2/+2
|\ \ \
| * | | DOC: update min nose version in import error message, and add note to READMERalf Gommers2015-12-312-2/+2
| |/ /
* | | Merge pull request #6913 from gfyoung/ma_core_tests_cleanupJaime2015-12-311-24/+2
|\ \ \ | |/ / |/| |
| * | MAINT: Cleanup and spelling fixups in ma.core testsgfyoung2015-12-301-24/+2
|/ /
* | Merge pull request #6901 from njsmith/test-warning-defaultsRalf Gommers2015-12-3013-48/+60
|\ \
| * | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-3013-39/+50
| * | [FIX] fix NoseTester's raise_warning defaultNathaniel J. Smith2015-12-292-16/+17
* | | Merge pull request #6903 from gfyoung/np_random_cleanupseberg2015-12-302-6/+1
|\ \ \ | |/ / |/| |
| * | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-292-6/+1
|/ /
* | Merge pull request #6893 from charris/fix-appveyor-gh-6882Ralf Gommers2015-12-291-1/+1
|\ \
| * | TST: Only use 32 bit Python 2.7 to test numpy on appveyor.Charles Harris2015-12-281-1/+1
| |/
* | Merge pull request #6885 from gfyoung/rand_integers_expandCharles Harris2015-12-282-31/+46
|\ \
| * | ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-282-31/+46
|/ /
* | Merge pull request #6892 from Eric89GXL/mkl-fixCharles Harris2015-12-281-4/+4
|\ \
| * | DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
| * | FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
|/ /
* | Merge pull request #6889 from techtonik/patch-2Charles Harris2015-12-261-7/+9
|\ \
| * | Update and rename README.txt to README.mdanatoly techtonik2015-12-261-7/+9
| |/
* | Merge pull request #6888 from vincent-legoll/masterargriffing2015-12-261-2/+2
|\ \ | |/ |/|
| * Fix carriage return inside commented python codeVincent Legoll2015-12-261-2/+2
* | Merge pull request #6880 from charris/fix-windows-tempfileNathaniel J. Smith2015-12-241-47/+28
|\ \
| * | BUG: Fix tempfile failures on window.Charles Harris2015-12-231-47/+28
* | | Merge pull request #6879 from dabidan/patch-2argriffing2015-12-231-1/+1
|\ \ \ | |_|/ |/| |
| * | typo corrrected.Daniel2015-12-231-1/+1
|/ /
* | Merge pull request #6876 from okuta/fix-versionCharles Harris2015-12-231-1/+1
|\ \
| * | Fix version number in the documentRyosuke Okuta2015-12-231-1/+1
|/ /
* | Merge pull request #6873 from gfyoung/poly_doc_fixCharles Harris2015-12-221-4/+4
|\ \
| * | DOC: Fix poly_val description for 'x' inputgfyoung2015-12-221-4/+4
| |/
* | Merge pull request #6874 from insertinterestingnamehere/appveyorCharles Harris2015-12-221-1/+4
|\ \ | |/ |/|
| * TST: Add a 32 bit Python 3 build to the appveyor build matrix.Ian Henriksen2015-12-221-1/+4
|/
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-203-26/+75
|\
| * MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-202-23/+18
| * ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-192-5/+59
* | Merge pull request #6856 from charris/fixup-gh-4130Charles Harris2015-12-201-36/+37
|\ \
| * | DOC: Clarify docstrings of np.sum and np.prod.Charles Harris2015-12-181-38/+37
| * | DOC: Update docstrings of np.sum and np.prod.Nathaniel Hellabyte2015-12-181-4/+6
* | | Merge pull request #6859 from charris/fixup-gh-6799Charles Harris2015-12-201-6/+12
|\ \ \
| * | | DOC: Clarify documentation for np.fft.ifft.Charles Harris2015-12-181-8/+12
| * | | Fix #6798Phaiax2015-12-181-2/+4
* | | | Merge pull request #6865 from insertinterestingnamehere/appveyor_setupCharles Harris2015-12-201-0/+28
|\ \ \ \