summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | Using a secure hash allows verifying ther binaries from a gpg signed README.txt. MD5 just kept for legacy users who may not be able to obtain a sha256 utility.
* Merge pull request #4953 from juliantaylor/backports-1.8Charles Harris2014-08-083-2/+7
|\ | | | | Backports 1.8
| * 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.2
| * DOC: add release notes for 1.8.2Julian Taylor2014-08-052-0/+19
|/ | | | [ci skip]
* Merge pull request #4949 from juliantaylor/backports-1.8.2Charles Harris2014-08-0419-27/+210
|\ | | | | backport important fixes to 1.8
| * 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
| | | | | | | | see gh-4656
| * 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
| | | | | | | | | | | | The lack of this check led to a segfault. Closes #4613.
| * 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
| | | | | | | | | | | | Set the `NPY_NEEDS_PYAPI` flag for types with fields, as these need access to the Python API to manipulate the tuples and dicts holding field information. It remains unset for the base `np.void` type.
| * BUG: svd ufunc typoalex2014-08-042-2/+10
| | | | | | | | closes gh-4733
| * BUG: check alignment of strides for byteswapJulian Taylor2014-08-041-3/+3
| | | | | | | | closes gh-4774
| * BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-08-043-1/+36
| | | | | | | | | | | | e.g. doubles are only aligned to 4 bytes on i386 so one cannot peel them to 16 byte alignment. Closes gh-4853
| * BUG: wrong selection for orders falling into equal rangesJulian Taylor2014-08-042-3/+25
|/ | | | | | | | when orders are selected where the kth element falls into an equal range the the last stored pivot was not the kth element, this leads to losing the ordering of smaller orders as following selection steps can start at index 0 again instead of the at the offset of the last selection. Closes gh-4836
* Merge pull request #4603 from charris/backport-1.8-4602Charles Harris2014-04-101-1/+1
|\ | | | | BUG: ifort has issues with optimization flag /O2
| * BUG: ifort has issues with optimization flag /O2cgohlke2014-04-091-1/+1
| | | | | | | | Fixes scipy test failures.
* | 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
|\ \ | |/ |/| Datetime test fix 1.8
| * TST: backport test_zeros changes from masterJulian Taylor2014-03-251-4/+11
| | | | | | | | | | existing test is very slow and eats all the RAM of my testing VM, windows apparently does not have sparse memory.
| * TST: increase test time to avoid negative times on UTC conversionJulian Taylor2014-03-251-1/+1
|/ | | | | fixes the test on windows where mingw _mktemp64 will return an error instead of a negative time.
* Merge pull request #4540 from juliantaylor/backportsCharles Harris2014-03-235-2/+18
|\ | | | | Backports for 1.8
| * 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
| | | | | | | | | | | | | | | | | | | | The FirstVisit function uses this, but when the reduction is over a single element it isn't considered a reduction. This is fine, however the reduce pos must still be initialized to 0 in that case. Also changes the check order so that it is not necessary to initialize the outerstrides as well. See also gh-4134, and gh-4535.
| * 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 master
| * DOC: reset scipy-sphinx-theme back to masterJulian Taylor2014-03-231-0/+0
|/ | | | was probably accidentally reverted in 06f96948ff0a1f6ceb
* REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.Ralf Gommers2014-03-233-3/+3
| | | | | Bento should ideally be looking inside setup.py for the version number, but that for later.
* Merge pull request #4534 from charris/backport-1.8-gh-4533Charles Harris2014-03-223-1/+5
|\ | | | | Backport 1.8 gh 4533
| * 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
|/ | | | Closes #4528.
* Merge pull request #4525 from charris/backport-1.8-gh-4518Julian Taylor2014-03-203-1/+11
|\ | | | | Backport 1.8 gh 4518
| * 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
|/ | | | closes gh-4486
* Merge pull request #4517 from juliantaylor/bytebounds-1.8Charles Harris2014-03-193-4/+15
|\ | | | | backport bytebounds fix to 1.8
| * 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
| | | | | | | | close gh-4354
* | Merge pull request #4513 from charris/backport-1.8-gh-4387Charles Harris2014-03-184-9/+16
|\ \ | |/ | | ENH: Make output of get_atlas_info conditional on system_info.verbosity
| * 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
|\ | | | | backport gh-4503 to 1.8
| * BUG: Fix linspace for use with physical quantitiesRobert Pröpper2014-03-182-6/+42
|/ | | | The fix for issue 3504 led to errors when using linspace with the quantities package. Multiplying with 1 instead of adding 0 prevents issues when using physical quantities.
* Merge pull request #4510 from charris/Backport-1.8-gh-4456Charles Harris2014-03-171-0/+1
|\ | | | | Backport-1.8-gh-4456.