summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Generate custom MSCV runtime library for mingw32.Han2011-10-041-0/+46
* BUG: Fixing reference counting bug in array comparisonChristopher L. Farrow2011-10-021-1/+1
* BUG: fixing reference leak from the numpy refactor @ 4c21144Christopher L. Farrow2011-10-021-0/+1
* BUG: porting bugfix from refactor @ 708d6beChristopher L. Farrow2011-10-021-0/+1
* BUG: porting bugfix from refactor @ 3da77dfChristopher L. Farrow2011-10-021-0/+3
* BUG: Fixed reference count bug where scalar value assignment by field to an a...Christopher L. Farrow2011-10-021-0/+1
* BUG: Fixing reference leak in datetime metadata retrievalChristopher L. Farrow2011-10-021-0/+1
* BUG: fixed reference leak when new record dtype squashed old one in sortChristopher L. Farrow2011-10-021-0/+1
* BUG: fixed reference counting bug in PyArray_FromScalar that occurs when usin...Christopher L. Farrow2011-10-021-0/+1
* BUG: Fixed reference leak when gen_arraytype_subscript failsChristopher L. Farrow2011-10-021-0/+1
* BUG: fixing reference leak in OBJECT_fillChristopher L. Farrow2011-10-021-1/+3
* PyArray_FromBuffer: Allow creating arrays from empty buffers or empty slices.Hrvoje Niksic2011-10-012-3/+6
* BUG: Attempt Y2038 fix, and restrict local timezone parsing to 1970 and later...Mark Wiebe2011-10-011-37/+77
* BUG: Attempt to fix the Y2038 problem parsing dates >= 2038Mark Wiebe2011-10-011-70/+167
* TST: Add tests for the Y2038 problemMark Wiebe2011-10-011-0/+18
* BUG: Remove floor_divide support for timedelta64 // timedelta64Mark Wiebe2011-10-013-3/+4
* TST: Add true_divide and floor_divide tests for the mm_d timedelta caseMark Wiebe2011-10-011-0/+3
* STY: Fix a few cases of spaces not following conventionsMark Wiebe2011-10-012-2/+2
* BUG: Add %lld exception for Python 3.1 as wellMark Wiebe2011-10-011-6/+14
* WRN: Remove many warnings when building at a higher warning levelMark Wiebe2011-10-0118-175/+161
* BUG: datetime: Fix timedelta / timedelta -> float64 on Python 3Mark Wiebe2011-10-013-6/+12
* BUG: datetime: Fix str() function of datetime arraysMark Wiebe2011-10-011-3/+18
* BUG: datetime: Make datetime_as_string produce a UNICODE array instead of STR...Mark Wiebe2011-10-015-28/+45
* BUG: Fix polynomial tests.Stefan van der Walt2011-09-141-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-132-20/+72
* TST: skip umath complex tests on all platforms except linux. Closes #1926.Rui Pereira2011-09-081-5/+1
* BUG: Fix reference leak in PyArray_DTypeFromObjectHan2011-09-081-0/+1
* MISC: cloadable is not useful anymore.David Cournapeau2011-09-081-1/+1
* Merge pull request #149 from 87/ref-fixMark2011-08-312-2/+2
|\
| * BUG: PyArray_SetBaseObject didn't set proper base when collapsing views872011-08-312-2/+2
* | FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-312-2/+14
* | STY: Some style cleanups.Charles Harris2011-08-292-28/+29
* | ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-296-21/+133
* | FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* | BUG: update bento script for boolean_ops.c.src.David Cournapeau2011-08-291-1/+3
* | BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* | BUG: forgot to add long double check.David Cournapeau2011-08-291-0/+135
* | BUG: temp hack to circumvent a waf bug on win32 ?David Cournapeau2011-08-291-1/+2
* | BUG: check for missing win32-specific format stuff.David Cournapeau2011-08-291-0/+11
* | BUG: complex.h is not mandatory.David Cournapeau2011-08-291-1/+1
* | BUG: temp hack to fix some function checks.David Cournapeau2011-08-291-3/+5
* | FEAT: add check_ldouble for bento build.David Cournapeau2011-08-291-0/+44
* | FEAT: fix numpy.random build issues with MSVC.David Cournapeau2011-08-291-7/+21
* | ENH: update bento build to recent changes in numpy.core.David Cournapeau2011-08-292-12/+12
* | BUG: make sure autoconf macros are set to 1, not True.David Cournapeau2011-08-291-1/+4
* | ENH: write conf defines comments when test failed as well.David Cournapeau2011-08-291-3/+18
* | STY: tweak configure comments to match autoconf more closely.David Cournapeau2011-08-291-3/+3
* | REF: use new API for higher level builder reuse.David Cournapeau2011-08-295-49/+26
* | REF: use new hook signature.David Cournapeau2011-08-295-6/+6
* | REF: use new recursive hook file support.David Cournapeau2011-08-291-0/+24