summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change gitmodules to point to 'upstream:'baserock/v1.9.0Pedro Alvarez2015-05-211-2/+2
* Change submodules' url to point to their git.baserock.org reposFrancisco Redondo Marchena2014-10-241-2/+2
* REL: Release 1.9.0v1.9.0Julian Taylor2014-09-072-2/+2
* DOC: fix missing space in percentile docJulian Taylor2014-09-071-1/+1
* DOC: sync release notes with 1.8 branchJulian Taylor2014-09-072-0/+21
* Merge pull request #5051 from juliantaylor/thread-test-fixJulian Taylor2014-09-061-1/+8
|\
| * TST: accept small error in threaded random testJulian Taylor2014-09-061-1/+8
* | Merge pull request #5048 from juliantaylor/subclass-test-fixJulian Taylor2014-09-052-1/+9
|\ \ | |/
| * BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-052-1/+9
* | Merge pull request #5040 from juliantaylor/align-backportCharles Harris2014-09-032-6/+8
|\ \
| * | TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-032-6/+8
|/ /
* | Merge pull request #5035 from juliantaylor/fft-testJulian Taylor2014-09-031-1/+1
|\ \ | |/
| * TST: join fft threads before getting valuesJulian Taylor2014-09-031-1/+1
* | Merge pull request #5020 from charris/disable-some-test-warningsJulian Taylor2014-09-021-4/+3
|\ \
| * | TST: Silence some warning that turns up on OpenBSD.Charles Harris2014-08-291-4/+3
* | | Merge pull request #5022 from seberg/structured-insertJulian Taylor2014-09-022-2/+14
|\ \ \
| * | | BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-302-2/+14
| | |/ | |/|
* | | 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