summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.9.0rc1v1.9.0rc1Julian Taylor2014-08-271-1/+1
* Merge pull request #5007 from juliantaylor/dep-silenceJulian Taylor2014-08-272-2/+7
|\
| * TST: silence deprecation warnings for bad index callsJulian Taylor2014-08-272-2/+7
* | Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-272-6/+24
|\ \
| * | BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-272-6/+24
* | | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \ \
| * | | TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * | | BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | | | Merge pull request #4997 from juliantaylor/unicode-initJulian Taylor2014-08-272-2/+9
|\ \ \ \
| * | | | BUG: set needs-init flag for unicode dtypeJulian Taylor2014-08-252-2/+9
| | |_|/ | |/| |
* | | | Merge pull request #4996 from fdiary/gfortran-rpathJulian Taylor2014-08-261-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | BLD: support rpath for GNU Fortran compiler.Kazuhiko Shiozaki2014-08-261-0/+3
| |/ /
* | | Merge pull request #4937 from charris/pep8-numpy-randomJulian Taylor2014-08-244-175/+171
|\ \ \
| * | | BUG: Fix None comparison giving FutureWarning in choice function.Charles Harris2014-07-311-3/+3
| * | | STY: PEP8 fixups for numpy/random.Charles Harris2014-07-313-172/+168
* | | | Merge pull request #4985 from larsmans/dot-errmsgJulian Taylor2014-08-244-69/+125
|\ \ \ \
| * | | | ENH: include shapes in "matrices not aligned" msgLars Buitinck2014-08-244-79/+117
| * | | | ENH: np.dot: better "matrices not aligned" messageLars Buitinck2014-08-233-5/+23
* | | | | Merge pull request #4989 from juliantaylor/percentile-fixJulian Taylor2014-08-242-1/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-242-1/+9
* | | | | Merge branch 'gfortran-debug' into maintenance/1.9.xJulian Taylor2014-08-241-4/+5
|\ \ \ \ \
| * | | | | BLD: add debug information to gfortran buildsJulian Taylor2014-08-241-4/+5
| |/ / / /
* | | | | Merge pull request #4948 from charris/1.9-fix-typo-in-_iotools-docstringJulian Taylor2014-08-231-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix typo in _iotools.py docstring.Charles Harris2014-08-041-1/+1
* | | | | | Merge pull request #4976 from juliantaylor/datetime-memleakCharles Harris2014-08-181-3/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | BUG: fix memoryleaks in datetime dtype parsingJulian Taylor2014-08-181-3/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #4926 from juliantaylor/concatenate-errorJulian Taylor2014-08-052-11/+36
|\ \ \ \ \
| * | | | | ENH: better error message for invalid axis and concatenate inputsJulian Taylor2014-07-312-11/+36
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4924 from charris/pep8-numpy-polynomialJulian Taylor2014-08-0417-448/+460
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-296-13/+31
| * | | | STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-296-49/+49
| * | | | MAINT: Remove unused variables and imports in numpy/polynomial/*.py.Charles Harris2014-07-295-9/+2
| * | | | STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-298-378/+379
| * | | | BUG: Fix typo in hermite_e.py.Charles Harris2014-07-291-1/+1
| |/ / /
* | | | Merge pull request #4930 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-3139-1209/+1411
|\ \ \ \ | | |/ / | |/| |
| * | | STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-3120-517/+678
| * | | MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-3114-73/+66
| * | | STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-319-243/+243
| * | | MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-3115-378/+426
| |/ /
* | | REL: Release 1.9.0b2v1.9.0b2Julian Taylor2014-07-301-1/+1
* | | Merge pull request #4925 from juliantaylor/ufunc-disable2Julian Taylor2014-07-301-0/+2
|\ \ \
| * | | MAINT: also disable has_ufunc_attrJulian Taylor2014-07-301-0/+2
|/ / /
* | | Merge pull request #4920 from juliantaylor/ufunc-disableCharles Harris2014-07-298-81/+37
|\ \ \
| * | | MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-296-79/+13
| * | | BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-292-2/+24
|/ / /
* | | Merge pull request #4919 from juliantaylor/zeros_like_stringJulian Taylor2014-07-293-1/+42
|\ \ \ | |/ /
| * | BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-293-1/+42
* | | Merge pull request #4910 from seberg/scalar-none-cmpJulian Taylor2014-07-282-1/+39
|\ \ \
| * | | BUG: None comparison deprecation does not affect scalarsSebastian Berg2014-07-282-1/+39
* | | | Merge pull request #4906 from juliantaylor/doc-updateCharles Harris2014-07-2712-39/+117
|\ \ \ \ | |/ / /