summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.9.1v1.9.1Julian Taylor2014-11-021-1/+1
* Merge pull request #5255 from juliantaylor/backportsJulian Taylor2014-11-023-7/+14
|\
| * DOC: update 1.9.1 release notesJulian Taylor2014-11-021-0/+2
| * Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-11-022-7/+12
|/
* Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outJulian Taylor2014-10-294-6/+55
|\
| * BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-284-6/+55
* | REL: Release 1.9.1rc1v1.9.1rc1Julian Taylor2014-10-262-4/+4
* | DOC: add Accelerate sgemv crash workaround to release notesJulian Taylor2014-10-261-0/+1
* | Merge pull request #5223 from sturlamolden/accelerate-sgemv-fixJulian Taylor2014-10-264-5/+299
|\ \
| * | BUG: Ugly fix for Apple's cblas_sgemv segfaultSturla Molden2014-10-234-5/+299
* | | DOC: add 1.9.1 release notes to index and fix formattingJulian Taylor2014-10-262-2/+3
* | | Merge pull request #5235 from juliantaylor/release-notes-1.9.1Julian Taylor2014-10-261-0/+30
|\ \ \
| * | | DOC: add release notes for 1.9.1Julian Taylor2014-10-261-0/+30
|/ / /
* | | Merge pull request #5203 from njsmith/masterJulian Taylor2014-10-264-6/+62
|\ \ \
| * | | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-214-6/+62
* | | | Merge pull request #5234 from juliantaylor/backports-1.9.1Julian Taylor2014-10-264-23/+46
|\ \ \ \
| * | | | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-262-22/+33
| * | | | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-10-262-1/+13
* | | | | Merge pull request #5233 from juliantaylor/off_t-fixJulian Taylor2014-10-261-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | BUG: fix build in c99 modeJulian Taylor2014-10-261-0/+1
* | | | Merge pull request #5216 from charris/cleanup-gh-5132Julian Taylor2014-10-242-0/+39
|\ \ \ \
| * | | | TST: Add some tests for ndarray.put.Charles Harris2014-10-211-0/+34
| * | | | BUG: Make PyArray_PutTo respect writeable flag.Jarl Haggerty2014-10-211-0/+5
| | |/ / | |/| |
* | | | Merge pull request #5225 from juliantaylor/datetime-arange-crashJulian Taylor2014-10-242-2/+13
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | BUG: fix crash when using arange on datetime without dtype setJulian Taylor2014-10-232-2/+13
* | | Merge pull request #5204 from RobberPhex/masterJulian Taylor2014-10-212-6/+30
|\ \ \ | |/ /
| * | BUG: fix build error with MSVC 2013 caused by C99 complex supportRobberPhex2014-10-212-6/+30
* | | Merge pull request #5212 from charris/fix-long-long-fmtJulian Taylor2014-10-211-10/+1
|\ \ \ | |/ /
| * | BUG: Use 'll' as the default length specifier for long long.Charles Harris2014-10-211-10/+1
* | | Merge pull request #5182 from juliantaylor/nanmedian-infJulian Taylor2014-10-174-5/+39
|\ \ \ | | |/ | |/|
| * | BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-144-5/+39
| |/
* | Merge pull request #5183 from charris/fix-npy-header-writeJulian Taylor2014-10-151-3/+4
|\ \
| * | BUG: Fix writing of intrinsic long integers in python2 npy files.Charles Harris2014-10-131-3/+4
| |/
* | Merge pull request #5178 from charris/fix-npz-header-incompatibilityJulian Taylor2014-10-135-1/+54
|\ \ | |/
| * TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-124-0/+13
| * BUG: Make python2 *.npy files readable in python3.Charles Harris2014-10-121-1/+41
* | Merge pull request #5168 from charris/f2py-space-fixJulian Taylor2014-10-103-4/+47
|\ \
| * | TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-092-0/+41
| * | BUG: Make f2py work with intent(in out).Charles Harris2014-10-091-4/+6
* | | REL: set version number to unreleased 1.9.1Julian Taylor2014-10-101-2/+2
* | | Merge pull request #5167 from juliantaylor/rh5-miscompileJulian Taylor2014-10-101-1/+5
|\ \ \ | | |/ | |/|
| * | BUG: remove static from function to avoid gcc-4.1 miscompileJulian Taylor2014-10-091-1/+5
* | | Merge pull request #5152 from tovrstra/collapsingbugJulian Taylor2014-10-052-1/+11
|\ \ \ | |/ /
| * | BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-052-1/+11
* | | Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-045-6/+18
|\ \ \ | |/ /
| * | TST: Add test with python flag -OO.Charles Harris2014-10-042-1/+6
| * | BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-033-5/+12
| |/
* | Merge pull request #5140 from pyhits/5136Julian Taylor2014-09-301-1/+4
|\ \
| * | BUG: ImportError: No module named threadUlrich Seidl2014-09-301-1/+4
* | | Merge pull request #5088 from juliantaylor/not-fixJulian Taylor2014-09-248-10/+11
|\ \ \