summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #313 from endolith/patch-1with_masknawith_masknanjsmith2012-06-201-2/+2
|\
| * fix typosendolith2012-06-201-2/+2
|/
* travis-ci: add python 3.1 to the list of tested versions.Nathaniel J. Smith2012-06-161-0/+1
* Disable email notifications from travis-ci for nowNathaniel J. Smith2012-06-161-1/+4
* Merge remote-tracking branch 'msabramo/travis'Nathaniel J. Smith2012-06-162-0/+72
|\
| * Simpler .travis.yml to test everything from py2.4 to py3.2Marc Abramowitz2012-06-161-19/+16
| * Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-052-0/+75
* | Merge pull request #310 from njsmith/remove-print-statementnjsmith2012-06-161-4/+5
|\ \
| * | [enh] Remove a print statement in datetime.cNathaniel J. Smith2012-06-161-4/+5
|/ /
* | Merge branch 'index_error_info'Nathaniel J. Smith2012-06-1511-197/+246
|\ \
| * | Tweak out-of-bounds exception message based on list feedbackNathaniel J. Smith2012-06-152-24/+10
| * | Work around Python 2.4's Py_ssize_t not being the same as npyint_pThouis (Ray) Jones2012-06-151-1/+4
| * | Add coverage tests for IndexErrors, fix one bug, clean up two checksThouis (Ray) Jones2012-06-064-6/+156
| * | Add check_and_adjust_index(), and replace most index checks with it.Thouis (Ray) Jones2012-06-0610-216/+105
| * | ENH: report bad value and dimenion to IndexError exceptionsThouis (Ray) Jones2012-06-066-39/+60
* | | ENH: use new metadata registration for version and config.David Cournapeau2012-06-134-36/+31
* | | REF: remove unused import.David Cournapeau2012-06-131-1/+0
* | | Merge pull request #287 from ahmadia/patch-1Travis E. Oliphant2012-06-121-3/+10
|\ \ \
| * | | LDBL_TRUE_MIN falls back to __LDBL_DENORM_MIN__ if not definedAron Ahmadia2012-05-281-0/+7
| * | | 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