summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for datetime64[s] hours exceeding 24 and test to demonstrateSimon Blyth2011-01-082-1/+7
* Apply patch by bsouthey in Ticket #1475 to turn off appropriate tests when ct...chanley2010-12-271-1/+8
* BUG: core: PyArray_ObjectToScalar converts True/False to intMark Wiebe2010-12-081-9/+13
* STY: Break some long linesMark Wiebe2010-12-032-6/+16
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-039-122/+205
* BUG: Fixes ticket 1693.Pearu Peterson2010-12-031-4/+9
* BUG: Try fix for python 2.4, use list instead of tuple.Charles Harris2010-12-021-1/+1
* BUG: Fix ticket 1679.Pearu Peterson2010-12-021-7/+10
* BUG: core: The array_richcompare result, temp, may be a scalar so need to checkMark Wiebe2010-12-021-1/+1
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-024-2/+63
* BUG: complex.h is broken on Interix, so skip it. Closes ticket #1365.rgommers2010-12-021-3/+11
* DOC: Add release note mention of float16 typeMark Wiebe2010-12-011-0/+7
* Merge branch 'm-paradox-implement_half_dtype'Charles Harris2010-12-0140-757/+2956
|\
| * ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-018-67/+67
| * DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-0112-48/+273
| * ENH: core: Add half/float16 character code to numpy.typecodesMark Wiebe2010-12-011-3/+3
| * TST: Refactor the half test to use a fixtureMark Wiebe2010-12-011-364/+404
| * ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe2010-12-013-10/+180
| * ENH: core: Add half/float16 finfo supportMark Wiebe2010-12-012-1/+11
| * ENH: core: Fix up coercion rules for half/float16Mark Wiebe2010-12-014-19/+46
| * ENH: core: Update the sorting module for half/float16Mark Wiebe2010-12-012-7/+21
| * ENH: core: Implement half/float16 umath loopsMark Wiebe2010-12-017-436/+1094
| * ENH: core: Create half/float16 data typeMark Wiebe2010-12-0118-244/+1299
|/
* ENH: Remove type number ordering assumptions in CanCastSafely, ScalarKinds, a...Mark Wiebe2010-11-308-175/+444
* DOC: BUG: correct description of ndarray iterator. Closes #1687.rgommers2010-11-281-1/+1
* BUG: Py3: ensure version.py imports are translated appropriatelyPauli Virtanen2010-11-251-1/+1
* TST: Add regression test for ticket #1676.Charles Harris2010-11-241-0/+12
* BUG: data shouldn't be an optional argument.Charles Harris2010-11-241-8/+6
* BUG: Fix logic in handling of dtype in append_fields.weathergod2010-11-241-2/+4
* BUG: Fix GzipFile wrapper to be <= 2.5 compatible.Stefan van der Walt2010-11-231-4/+9
* BUG: setup.py: write version.py only after switching to Py3 build dirPauli Virtanen2010-11-231-4/+4
* BUG: Fix exception handling for python 3k.Neil Muller2010-11-201-4/+4
* ENH: core: allow record array comparison when sub-arrays are presentMark Wiebe2010-11-202-1/+97
* BUG: core: Change subarray field indexing to always append the shape, add testsMark Wiebe2010-11-202-16/+16
* ENH: core: add order= argument to recarray __new__Mark Wiebe2010-11-201-3/+5
* DOC: Made problems with arange floating-point steps more clearly spelled out.Mark Wiebe2010-11-201-1/+6
* ENH: Remove deprecation warning from GzipFile wrapper.Stefan van der Walt2010-11-181-4/+6
* BUG: Remove invalid reference to FULLVERSION from setupscons.py.Stefan van der Walt2010-11-181-1/+0
* BUG: GzipFile wrapper objects are not garbage collected (closes ticket #1356).Fabian Pedregosa2010-11-181-26/+24
* Merge branch 'm-paradox-scalar_fpe'Charles Harris2010-11-162-3/+89
|\
| * STY: Cleanup white space and break long lines.Charles Harris2010-11-161-36/+60
| * BUG: core: Make scalar output volatile to prevent incorrect optimizer reorder...Mark Wiebe2010-11-152-3/+65
|/
* BUG: setup.py: make git_version() work on Python 3Pauli Virtanen2010-11-151-1/+1
* genfromtxt: Taking more adequate testing values when updating converters: bug...pierregm2010-11-133-3/+21
* Fix bug #1656pierregm2010-11-132-1/+8
* Fixing genfromtxt: names w/ usecols (bug #1636)pierregm2010-11-132-2/+24
* DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ...rgommers2010-11-1111-0/+0
* ENH: Add '-' to separate git hash in version.Charles Harris2010-11-101-2/+1
* Merge branch 'scottza-git-dev-versioning'Charles Harris2010-11-102-42/+30
|\
| * REF: Make version.py more readableScott Sinclair2010-11-101-5/+5