Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | ENH: Add keepdims to linalg.norm | Eric Moore | 2014-10-17 | 2 | -15/+72 | |
* | | | | | | | Merge pull request #5117 from saullocastro/interp_with_period | Jaime | 2014-10-17 | 3 | -8/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ENH: added parameter to use periodic x-coordinates | saullogiovani | 2014-10-17 | 1 | -0/+8 | |
| * | | | | | | | Merge branch 'master' of https://github.com/numpy/numpy into interp_with_period | saullogiovani | 2014-10-17 | 41 | -437/+645 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #5190 from juliantaylor/lto-support | Charles Harris | 2014-10-16 | 1 | -3/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BLD: try linking a file if compile long double repr detection fails | Julian Taylor | 2014-10-15 | 1 | -3/+13 | |
* | | | | | | | | | Merge pull request #5182 from juliantaylor/nanmedian-inf | Charles Harris | 2014-10-16 | 4 | -5/+39 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | BUG: fix nanmedian on arrays containing inf | Julian Taylor | 2014-10-14 | 4 | -5/+39 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5186 from pseudocubic/gradient-boundary-order-keyword | Charles Harris | 2014-10-16 | 2 | -22/+33 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | BUG: Fixes #5184 gradient calculation behavior at boundaries | David M Fobes | 2014-10-16 | 2 | -22/+33 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5192 from charris/deprecate-safeeval-class | Julian Taylor | 2014-10-16 | 2 | -14/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DEP: Deprecate SafeEval class. | Charles Harris | 2014-10-15 | 2 | -0/+13 | |
| * | | | | | | | MAINT: Use ast.literal_eval in safe_eval. | Charles Harris | 2014-10-15 | 1 | -15/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5177 from charris/do-not-use-compiler-module | Julian Taylor | 2014-10-15 | 1 | -98/+46 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Remove use of compiler module. | Charles Harris | 2014-10-12 | 1 | -98/+46 | |
* | | | | | | | | Merge pull request #5191 from juliantaylor/config-maint | Charles Harris | 2014-10-15 | 7 | -82/+39 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: remove obsolete version checks | Julian Taylor | 2014-10-15 | 7 | -78/+34 | |
| * | | | | | | | BLD: fix expected size argument for complex types | Julian Taylor | 2014-10-15 | 1 | -1/+2 | |
| * | | | | | | | BLD: change expected type sizes to 64 bit | Julian Taylor | 2014-10-15 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5183 from charris/fix-npy-header-write | Julian Taylor | 2014-10-15 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUG: Fix writing of intrinsic long integers in python2 npy files. | Charles Harris | 2014-10-13 | 1 | -3/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #5189 from cbrueffer/setops | Nathaniel J. Smith | 2014-10-15 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add examples for intersect1d and union1d of more than two arrays. | Christian Brueffer | 2014-10-15 | 1 | -0/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5178 from charris/fix-npz-header-incompatibility | Julian Taylor | 2014-10-13 | 5 | -1/+54 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | TST: Add tests for Python2, Python3 *.npy compatibility. | Charles Harris | 2014-10-12 | 4 | -0/+13 | |
| * | | | | | | BUG: Make python2 *.npy files readable in python3. | Charles Harris | 2014-10-12 | 1 | -1/+41 | |
* | | | | | | | Merge pull request #5176 from larsmans/memmap-doc | Julian Taylor | 2014-10-12 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: core: contents of newly allocated space in memmap | Lars Buitinck | 2014-10-12 | 1 | -0/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5175 from larsmans/c-fixes | Charles Harris | 2014-10-12 | 1 | -4/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: core: string constants in static buffers | Lars Buitinck | 2014-10-12 | 1 | -4/+5 | |
* | | | | | | | Merge pull request #5144 from juliantaylor/int-vectorize | Charles Harris | 2014-10-11 | 2 | -85/+108 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ENH: allow auto vectorization of integer loops | Julian Taylor | 2014-10-11 | 2 | -85/+108 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5169 from juliantaylor/pyobjcopy-simplification | Charles Harris | 2014-10-10 | 1 | -32/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: replace bytewise copy with memcpy | Julian Taylor | 2014-10-10 | 1 | -32/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #5168 from charris/f2py-space-fix | Charles Harris | 2014-10-10 | 3 | -4/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: Add basic test for compiling with intent(in out). | Charles Harris | 2014-10-09 | 2 | -0/+41 | |
| * | | | | | | | BUG: Make f2py work with intent(in out). | Charles Harris | 2014-10-09 | 1 | -4/+6 | |
* | | | | | | | | Merge pull request #5154 from charris/improve-gauss-hermite | Charles Harris | 2014-10-10 | 2 | -19/+103 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Improve computation of gauss weights for hermite and hermite_e. | Charles Harris | 2014-10-04 | 2 | -14/+98 | |
| * | | | | | | | | MAINT: Improve computation of scaled companion matrices. | Charles Harris | 2014-10-04 | 2 | -6/+6 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5167 from juliantaylor/rh5-miscompile | Charles Harris | 2014-10-10 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | BUG: remove static from function to avoid gcc-4.1 miscompile | Julian Taylor | 2014-10-09 | 1 | -1/+5 | |
* | | | | | | | | Merge pull request #5160 from bdkearns/master | Julian Taylor | 2014-10-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix intention of loop in test_copyto_permut | Brian Kearns | 2014-10-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5152 from tovrstra/collapsingbug | Julian Taylor | 2014-10-05 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | BUG: fixed #5147 collapsingbug in einsum | Toon Verstraelen | 2014-10-05 | 2 | -1/+11 | |
* | | | | | | | | Merge pull request #5149 from charris/fix-ma-docs-for-OO-option | Julian Taylor | 2014-10-04 | 5 | -6/+18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | TST: Add test with python flag -OO. | Charles Harris | 2014-10-04 | 2 | -1/+6 | |
| * | | | | | | BUG: Make numpy import when run with Python flag '-OO'. | Charles Harris | 2014-10-03 | 3 | -5/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #5135 from juliantaylor/correlate-improve | Charles Harris | 2014-10-02 | 3 | -62/+93 | |
|\ \ \ \ \ \ |