summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | typo corrrected.Daniel2015-12-231-1/+1
* | | | | DOC: Fix poly_val description for 'x' inputgfyoung2015-12-221-4/+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
* | | | | | | MAINT: Remove commented out code blocksgfyoung2015-12-205-108/+0
* | | | | | | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-1930-132/+132
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #6858 from charris/fixup-gh-6612Charles Harris2015-12-181-3/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: Update example in np.random.multinomial.Charles Harris2015-12-181-10/+11
| * | | | | DOC: typo in the docstring of random.multinomialEvgeni Burovski2015-12-181-2/+15
| |/ / / /
* | | | | DOC, MAINT: Fix the numpy.ma.cov signature and documentation.jason king2015-12-181-6/+7
|/ / / /
* | | | DEP: Stricter arg checking for array orderinggfyoung2015-12-185-14/+73
* | | | DOC: Some documentation fixups.Charles Harris2015-12-171-0/+2
* | | | BUG,ENH: Add extension parameter to f2py.compile and fix verbose.Alex Rogozhnikov2015-12-171-9/+25
* | | | STY: Minor C style fixups for convert.c.Charles Harris2015-12-171-2/+4
* | | | ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-173-1/+55
* | | | Merge pull request #6831 from gfyoung/spelling_correctionsCharles Harris2015-12-172-13/+13
|\ \ \ \
| * | | | MAINT: minor spelling and grammar correctionsgfyoung2015-12-162-13/+13
* | | | | BUG: Fix use of python 3 only FileNotFoundError in test_f2py.Charles Harris2015-12-161-4/+5
|/ / / /
* | | | Correct reference to Johnk's algorithmJohn Bjorn Nelson2015-12-151-1/+1
* | | | Merge pull request #6832 from gopalmeena/Patch6792Jaime2015-12-141-1/+1
|\ \ \ \
| * | | | Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena2015-12-151-1/+1
* | | | | Merge pull request #6825 from proinsias/numpy.distutils.ccompilerRalf Gommers2015-12-141-5/+3
|\ \ \ \ \
| * | | | | MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3
* | | | | | Merge pull request #6817 from cgohlke/patch-1Charles Harris2015-12-121-0/+6
|\ \ \ \ \ \
| * | | | | | BUG: Disable 32-bit msvc9 compiler optimizations for npy_rintChristoph Gohlke2015-12-111-0/+6
* | | | | | | Merge pull request #6820 from madphysicist/patch-1Jaime2015-12-121-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Updated typos in histogram bin estimator equationsMad Physicist2015-12-111-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #6791 from Daetalus/bug_fixingNathaniel J. Smith2015-12-121-1/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: Fix thinko in assert_deprecated()Boxiang Sun2015-12-121-1/+14
* | | | | | | TST: Fix test_mvoid_multidim_print failures on Python 2.x for WindowsChristoph Gohlke2015-12-111-4/+4
| |/ / / / / |/| | | | |
* | | | | | TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.Charles Harris2015-12-111-1/+1
* | | | | | Merge pull request #6808 from charris/fix-assert-in-testsJaime2015-12-1113-67/+68
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-1013-67/+68
* | | | | | [TST] fix test_dtype_error to actually test what it's supposed toNathaniel J. Smith2015-12-081-3/+3
|/ / / / /
* | | | | Merge pull request #6775 from charris/add-future-importsCharles Harris2015-12-078-1/+15
|\ \ \ \ \
| * | | | | MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-058-1/+15
* | | | | | BUG: Quick and dirty fix for interp.Charles Harris2015-12-072-22/+55
| |_|/ / / |/| | | |
* | | | | Merge pull request #6780 from ahaldane/preserve_metadataCharles Harris2015-12-062-0/+12
|\ \ \ \ \
| * | | | | BUG: metadata is not copied to base_dtypeAllan Haldane2015-12-062-0/+12
| |/ / / /
* | | | | Merge pull request #6747 from charris/deprecate-fortran-viewCharles Harris2015-12-062-4/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEP: Deprecate changing shape of non-C-contiguous array via descr.Charles Harris2015-11-292-4/+32