summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2011-12-051-1/+1
* STY: Small coding style cleanups.Charles Harris2011-12-041-4/+5
* BUG: Check for NULL pointer before calling PyCObject_Check orCharles Harris2011-12-041-2/+2
* BUG: Do not segfault on dot between sparse matrices.Stefan van der Walt2011-11-271-1/+5
* BUG: forgot to add numpy template.David Cournapeau2011-11-251-0/+9
* BLD: add support for the new X11 directory structure on Ubuntu & co.Raymond Roberts2011-10-291-1/+8
* BUG: Fix maximum/minimum for object arrays in Python 3.Charles Harris2011-10-233-26/+64
* STY: Some coding style fixups.Charles Harris2011-10-231-14/+22
* ENH: Explicitly coded argmin for timedeltaBen Root2011-10-235-19/+341
* ENH: Add 'pgfortran' as a valid compiler in the Portland Grouptim cera2011-10-231-10/+10
* BLD: fix up detection of Intel CPU on OS X in system_info.py.Ralf Gommers2011-10-171-3/+5
* ENH: add context manager for NpzFile class.David Cournapeau2011-10-101-0/+13
* DOC: mention that NpzFile instances must be closed.David Cournapeau2011-10-101-1/+13
* BUG: core: fix compilation for UCS-narrowPauli Virtanen2011-10-082-1/+2
* BUG: Fix version comparison bug on Py25.Han2011-10-041-2/+2
* BUG: Fixes for Python3 and some further enhancements.hangenuit@gmail.com2011-10-041-17/+19
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-042-28/+7
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-042-1/+22
* BUG: DLL finder should also look in WinSxS directory.hangenuit@gmail.com2011-10-041-2/+13
* BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best...hangenuit@gmail.com2011-10-041-10/+6
* ENH: In debug mode, do not use customized MSVC runtime library.Han2011-10-041-0/+3
* ENH: Clean up symbol definition file.Han2011-10-041-0/+3
* ENH: Some commments. Skip customization for MSVC < 8.0.Han2011-10-041-3/+14
* ENH: Use customized MSVC runtime library if present.Han2011-10-041-0/+6
* 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