summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ENH: Add keepdims to linalg.normEric Moore2014-10-172-15/+72
* | | | | | | Merge pull request #5117 from saullocastro/interp_with_periodJaime2014-10-173-8/+76
|\ \ \ \ \ \ \
| * | | | | | | ENH: added parameter to use periodic x-coordinatessaullogiovani2014-10-171-0/+8
| * | | | | | | Merge branch 'master' of https://github.com/numpy/numpy into interp_with_periodsaullogiovani2014-10-1741-437/+645
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #5190 from juliantaylor/lto-supportCharles Harris2014-10-161-3/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | BLD: try linking a file if compile long double repr detection failsJulian Taylor2014-10-151-3/+13
* | | | | | | | | Merge pull request #5182 from juliantaylor/nanmedian-infCharles Harris2014-10-164-5/+39
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-144-5/+39
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5186 from pseudocubic/gradient-boundary-order-keywordCharles Harris2014-10-162-22/+33
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-162-22/+33
|/ / / / / / /
* | | | | | | Merge pull request #5192 from charris/deprecate-safeeval-classJulian Taylor2014-10-162-14/+15
|\ \ \ \ \ \ \
| * | | | | | | DEP: Deprecate SafeEval class.Charles Harris2014-10-152-0/+13
| * | | | | | | MAINT: Use ast.literal_eval in safe_eval.Charles Harris2014-10-151-15/+3
|/ / / / / / /
* | | | | | | Merge pull request #5177 from charris/do-not-use-compiler-moduleJulian Taylor2014-10-151-98/+46
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Remove use of compiler module.Charles Harris2014-10-121-98/+46
* | | | | | | | Merge pull request #5191 from juliantaylor/config-maintCharles Harris2014-10-157-82/+39
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | MAINT: remove obsolete version checksJulian Taylor2014-10-157-78/+34
| * | | | | | | BLD: fix expected size argument for complex typesJulian Taylor2014-10-151-1/+2
| * | | | | | | BLD: change expected type sizes to 64 bitJulian Taylor2014-10-151-3/+3
|/ / / / / / /
* | | | | | | 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 #5189 from cbrueffer/setopsNathaniel J. Smith2014-10-151-0/+10
|\ \ \ \ \ \ \
| * | | | | | | Add examples for intersect1d and union1d of more than two arrays.Christian Brueffer2014-10-151-0/+10
|/ / / / / / /
* | | | | | | 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 #5176 from larsmans/memmap-docJulian Taylor2014-10-121-0/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DOC: core: contents of newly allocated space in memmapLars Buitinck2014-10-121-0/+5
|/ / / / / /
* | | | | | Merge pull request #5175 from larsmans/c-fixesCharles Harris2014-10-121-4/+5
|\ \ \ \ \ \
| * | | | | | MAINT: core: string constants in static buffersLars Buitinck2014-10-121-4/+5
* | | | | | | Merge pull request #5144 from juliantaylor/int-vectorizeCharles Harris2014-10-112-85/+108
|\ \ \ \ \ \ \
| * | | | | | | ENH: allow auto vectorization of integer loopsJulian Taylor2014-10-112-85/+108
|/ / / / / / /
* | | | | | | Merge pull request #5169 from juliantaylor/pyobjcopy-simplificationCharles Harris2014-10-101-32/+2
|\ \ \ \ \ \ \
| * | | | | | | MAINT: replace bytewise copy with memcpyJulian Taylor2014-10-101-32/+2
|/ / / / / / /
* | | | | | | Merge pull request #5168 from charris/f2py-space-fixCharles Harris2014-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
* | | | | | | | Merge pull request #5154 from charris/improve-gauss-hermiteCharles Harris2014-10-102-19/+103
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Improve computation of gauss weights for hermite and hermite_e.Charles Harris2014-10-042-14/+98
| * | | | | | | | MAINT: Improve computation of scaled companion matrices.Charles Harris2014-10-042-6/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5167 from juliantaylor/rh5-miscompileCharles Harris2014-10-101-1/+5
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | BUG: remove static from function to avoid gcc-4.1 miscompileJulian Taylor2014-10-091-1/+5
* | | | | | | | Merge pull request #5160 from bdkearns/masterJulian Taylor2014-10-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix intention of loop in test_copyto_permutBrian Kearns2014-10-081-1/+1
|/ / / / / / / /
* | | | | | | | 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 #5135 from juliantaylor/correlate-improveCharles Harris2014-10-023-62/+93
|\ \ \ \ \ \