summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix dirty handling of internal compiler variable ahmadia2012-05-251-3/+3
* | | | Merge pull request #290 from mforbes/new-vectorize-cleanTravis E. Oliphant2012-06-122-168/+307
|\ \ \ \
| * | | | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)Michael McNeil Forbes2012-05-312-168/+307
| | |_|/ | |/| |
* | | | Merge pull request #295 from mwiebe/datetime_unit_16compatTravis E. Oliphant2012-06-123-14/+24
|\ \ \ \
| * | | | BUG: Add a gap in NPY_DATETIMEUNIT enum where 1.6 had the busday unitMark Wiebe2012-06-053-14/+24
| |/ / /
* | | | Merge pull request #305 from r0k3/picklemaskedconstantTravis E. Oliphant2012-06-122-0/+16
|\ \ \ \
| * | | | BUG: fix pickling MaskedConstantRobert Kende2012-06-111-0/+6
| * | | | TST: pickling MaskedConstantRobert Kende2012-06-111-0/+10
* | | | | Merge pull request #306 from nouiz/fill_diagonalTravis E. Oliphant2012-06-122-4/+74
|\ \ \ \ \
| * | | | | add the warp parameter to fill_diagonal for people that could want the old be...Frederic2012-06-112-4/+49
| * | | | | fix the wrapping problem of fill_diagonal with tall matrix.Frederic2012-06-112-1/+26
* | | | | | Merge pull request #308 from jakevdp/histogram_fixTravis E. Oliphant2012-06-121-2/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | remove unused variables from histogramddJake Vanderplas2012-06-111-2/+0
|/ / / / /
* | | | | Merge pull request #304 from thouis/datetime_refcntnjsmith2012-06-101-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix previous patch: c_metdata should match metadata before DECREFThouis (Ray) Jones2012-06-101-2/+2
|/ / / /
* | | | make sure self->metadata is valid before calling DECREFThouis (Ray) Jones2012-06-081-7/+8
* | | | More careful checking of datetime metadata in dtype __setstate__()Thouis (Ray) Jones2012-06-082-9/+27
* | | | BUG: missing incref for metadata of datetime dtypes.Thouis (Ray) Jones2012-06-081-0/+1
* | | | Merge pull request #299 from teoliphant/fixup_flatTravis E. Oliphant2012-06-083-8/+66
|\ \ \ \
| * | | | BUG: Disallow writing to flat iterators for readonly arrays. Ensure __array__...Travis E. Oliphant2012-06-083-8/+66
|/ / / /
* | | | Merge pull request #298 from dlaxalde/sphinxext/cleanupTravis E. Oliphant2012-06-082-16/+5
|\ \ \ \
| * | | | sphinxext: remove mention of old files in LICENSE.txtDenis Laxalde2012-06-071-5/+2
| * | | | sphinxext: some cleanup in setup.pyDenis Laxalde2012-06-071-11/+3
| |/ / /
* | | | Merge branch 'master' into clean-up-diagonalNathaniel J. Smith2012-06-0624-290/+631
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'mwiebe/nditer_buffer_flag' into merge-293Nathaniel J. Smith2012-06-053-180/+204
| |\ \ \ | | |/ / | |/| |
| | * | BUG: Add a new flag to nditer to indicate when op uses bufferingMark Wiebe2012-05-282-147/+169
| | * | ENH: Make internal per-op nditer flags type a typedefMark Wiebe2012-05-283-34/+36
| * | | BUG: fix CBLAS/LAPACK detection logic.David Cournapeau2012-06-011-5/+15
| * | | REF: simplify extension customization.David Cournapeau2012-06-013-51/+21
| * | | REF: use simpler API in top bscript.David Cournapeau2012-06-013-21/+12
| * | | BUG: add missing umath_tests extension to bento build.David Cournapeau2012-06-012-1/+5
| * | | BUG: install required generated headers.David Cournapeau2012-06-012-0/+18
| * | | BUG: add missing f2py files in bento build.David Cournapeau2012-06-011-0/+5
| * | | BUG: add missing test data in bento build.David Cournapeau2012-06-011-12/+7
| * | | BUG: '-framework Python' is not needed and can interfere.Robert Kern2012-05-311-1/+1
| * | | DOC: Remove duplicate unique links in HOWTO_DOCUMENT.Stefan van der Walt2012-05-301-3/+3
| * | | Merge pull request #285 from njsmith/add-toxTravis E. Oliphant2012-05-283-0/+88
| |\ \ \
| | * | | Add a little command-line tool for running tests, plus tox supportNathaniel J. Smith2012-05-213-0/+88
| | | |/ | | |/|
| * | | Merge pull request #286 from yarikoptic/masterTravis E. Oliphant2012-05-281-0/+6
| |\ \ \ | | |/ / | |/| |
| | * | ENH: Explicit import of modules into the space in core/__init__.pyYaroslav Halchenko2012-05-211-0/+6
| |/ /
| * | Fix numpy.distutils to find atlas BLAS on UbuntuNathaniel J. Smith2012-05-201-3/+10
| * | BUG: Changed ipmt to accept array_like arguments.Tim Cera2012-05-202-11/+97
| * | MAINT: port release notes and release script changes from 1.6.x.Ralf Gommers2012-05-204-5/+141
| * | Merge pull request #283 from rgommers/ticket-1755-knownfailTravis E. Oliphant2012-05-191-0/+1
| |\ \ | | |/ | |/|
| | * TST: mark test for floating point exceptions as knownfail. See #1755.Ralf Gommers2012-05-191-0/+1
| |/
* | Rename PyArray_RequireWriteable to PyArray_FailUnlessWriteableNathaniel J. Smith2012-05-2214-53/+36
* | Move internal NPY_ARRAY_WARN_ON_WRITE flag into an internal header.Nathaniel J. Smith2012-05-222-10/+13
* | Fix diagonal-related warnings and tests on Python 3Nathaniel J. Smith2012-05-214-13/+33
* | Don't assume ctypes is available, it's not true on Python 2.4Nathaniel J. Smith2012-05-211-2/+8
* | Clean up PyArray_Diagonal changes based on Chuck's feedbackNathaniel J. Smith2012-05-212-20/+26