summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.8.2v1.8.2maintenance/1.8.xJulian Taylor2014-08-091-1/+1
* BLD: compute sha256 sums of build artifactsJulian Taylor2014-08-091-2/+23
* Merge pull request #4953 from juliantaylor/backports-1.8Charles Harris2014-08-083-2/+7
|\
| * DOC: add 4722 fix and order by importanceJulian Taylor2014-08-091-1/+2
| * BUG: Fix seg fault converting empty string to objectMike Kelly2014-08-082-1/+5
|/
* REL: Release 1.8.2rc1v1.8.2rc1Julian Taylor2014-08-052-3/+3
* Merge pull request #4951 from juliantaylor/release-notes-1.8.2Julian Taylor2014-08-052-0/+19
|\
| * DOC: add release notes for 1.8.2Julian Taylor2014-08-052-0/+19
|/
* Merge pull request #4949 from juliantaylor/backports-1.8.2Charles Harris2014-08-0419-27/+210
|\
| * REL: set version number to 1.8.2rc1Julian Taylor2014-08-052-4/+4
| * TST: update travis-test.sh from 1.9.x branchJulian Taylor2014-08-052-4/+12
| * BUG: Make fftpack._raw_fft threadsafeJulian Taylor2014-08-042-3/+59
| * BUG: Prevent division by zero. Closes #650.szpy2014-08-041-1/+3
| * BUG: Fix lack of NULL check in array_richcompare.Charles Harris2014-08-042-1/+25
| * BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-08-042-2/+27
| * BUG: Hold GIL for types with fields, fixes #4642jaimefrio2014-08-041-3/+6
| * BUG: svd ufunc typoalex2014-08-042-2/+10
| * BUG: check alignment of strides for byteswapJulian Taylor2014-08-041-3/+3
| * BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-08-043-1/+36
| * BUG: wrong selection for orders falling into equal rangesJulian Taylor2014-08-042-3/+25
|/
* Merge pull request #4603 from charris/backport-1.8-4602Charles Harris2014-04-101-1/+1
|\
| * BUG: ifort has issues with optimization flag /O2cgohlke2014-04-091-1/+1
* | REL: Release 1.8.1v1.8.1Julian Taylor2014-03-251-2/+2
* | Merge pull request #4550 from juliantaylor/datetime-test-fix-1.8Julian Taylor2014-03-252-5/+12
|\ \ | |/ |/|
| * TST: backport test_zeros changes from masterJulian Taylor2014-03-251-4/+11
| * TST: increase test time to avoid negative times on UTC conversionJulian Taylor2014-03-251-1/+1
|/
* Merge pull request #4540 from juliantaylor/backportsCharles Harris2014-03-235-2/+18
|\
| * DOC: add size 1 object reduction to release notesJulian Taylor2014-03-231-0/+1
| * BUG: nditer: Initialize buffer reduce posSebastian Berg2014-03-233-2/+10
| * BUG: add missing gufunc failure return values and missing malloc fail checkJulian Taylor2014-03-231-0/+7
|/
* Merge pull request #4536 from juliantaylor/doc-revertJulian Taylor2014-03-231-0/+0
|\
| * DOC: reset scipy-sphinx-theme back to masterJulian Taylor2014-03-231-0/+0
|/
* REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.Ralf Gommers2014-03-233-3/+3
* Merge pull request #4534 from charris/backport-1.8-gh-4533Charles Harris2014-03-223-1/+5
|\
| * DOC: Update 1.8.1 release notes for gh-4533 backport.Charles Harris2014-03-221-0/+1
| * BUG: fix broken operand initialization for einsum.Jez Ng2014-03-222-1/+4
|/
* Merge pull request #4525 from charris/backport-1.8-gh-4518Julian Taylor2014-03-203-1/+11
|\
| * DOC: Document fix for gh-4486.Charles Harris2014-03-201-0/+1
| * BUG: catch overflow of nominator in datetime conversionsJulian Taylor2014-03-202-1/+10
|/
* Merge pull request #4517 from juliantaylor/bytebounds-1.8Charles Harris2014-03-193-4/+15
|\
| * DOC: add byte_bounds issue to release notesJulian Taylor2014-03-191-1/+2
| * TST: add unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
| * FIX: missing asarray import in numpy.libs.utilsOlivier Grisel2014-03-191-1/+1
| * BUG: fix ValueError for byte_bounds() on datetime arraymosessky2014-03-191-2/+3
* | Merge pull request #4513 from charris/backport-1.8-gh-4387Charles Harris2014-03-184-9/+16
|\ \ | |/
| * DOC: Document new ability to silence get_atlas_info in release notes.Charles Harris2014-03-181-0/+7
| * ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-03-183-9/+9
|/
* Merge pull request #4511 from juliantaylor/quant-1.8Julian Taylor2014-03-182-6/+42
|\
| * BUG: Fix linspace for use with physical quantitiesRobert Pröpper2014-03-182-6/+42
|/
* Merge pull request #4510 from charris/Backport-1.8-gh-4456Charles Harris2014-03-171-0/+1
|\