- 927098a Backport r8260. Fix to make distutils work with Python 2.7b1. by rgommers · 15 years ago
- f5b38bd TST: Mark TestClog as known failure. Has been failing on Windows for a while. by rgommers · 15 years ago
- 5a4e393 Update the histogram warning - the 'new' keyword will be removed in 2.0. by rgommers · 15 years ago
- 89754b7 BUG: Backport r8320-r8223 from trunk. by Charles Harris · 15 years ago
- 25f230b BUG: fix kaiser for M=1. by David Cournapeau · 15 years ago
- 0999689 ENH: Don't let Chebyshev and Polynomial participate in array operations. by Charles Harris · 15 years ago
- f298d08 BUG: Fix lower bound specification for integration in the Chebyshev and by Charles Harris · 15 years ago
- 9632b54 Fix 1.4.x branch so that it also does not add the metadata info to the dtype pickle unless it has to. This will allow 1.4.x pickles to be compatible with 1.3.x pickles. by Travis Oliphant · 16 years ago
- 8dbea17 BUG: fix non-separate compilation. by David Cournapeau · 16 years ago
- c65c587 ENH: handle complex input for assert_array_almost_equal_nulp. by David Cournapeau · 16 years ago
- 31397bd BUG: fix typo. by David Cournapeau · 16 years ago
- d9ae826 TST: add simple test for complex arrays input to assert_array_almost_equal_nulp. by David Cournapeau · 16 years ago
- f03be80 REF: remove datetime support at python level. by David Cournapeau · 16 years ago
- a349883 REF: remove datetime support at the C level. by David Cournapeau · 16 years ago
- 388a5d5 REF: replace literal dtypes by category in umath code generator. by David Cournapeau · 16 years ago
- 51273f2 BUG: Partial backport of r8085 to fix ticket #1388. by Charles Harris · 16 years ago
- 22e77c5 BUG: Backport r8086 to fix ticket #1379. by Charles Harris · 16 years ago
- 38ad6b1 BUG: Backport r8087. by Charles Harris · 16 years ago
- aeaeff0 BUG: Add needed imports of warnings. by Charles Harris · 16 years ago
- dbc00d9 Backport fix for #1336. by Charles Harris · 16 years ago
- 02b5c74 * fix methods using axis when the mask is nomask by pierregm · 16 years ago
- 68b51c4 BUG: Fix ticket #1339. by Charles Harris · 16 years ago
- b0549eb Take Py3K material out of 1.4.x by Travis Oliphant · 16 years ago
- a50b6a3 Backport of 8014: Don't segfault if fromfile reading is somehow faulty by mdroe · 16 years ago
- 9a06197 Back-port date-time setting with ints and strings to numpy 1.4 by Travis Oliphant · 16 years ago
- 016fd76 STY+BUG: fix unused and unitialized variable. by David Cournapeau · 16 years ago
- cddad8f BUG: fix bug failure on big endian arch on Darwin. by David Cournapeau · 16 years ago
- b972800 BUG: #1329: fix spacing for large values. by David Cournapeau · 16 years ago
- f5e6aca BUG: fix escaping of pkgdir on windows. by David Cournapeau · 16 years ago
- d3910e2 BUG: fix missing import after fixing bug for get_info with eggs. by David Cournapeau · 16 years ago
- 524fe74 BUG: fix numscons build. by David Cournapeau · 16 years ago
- 2936f34 BUG: fix #1273: npy-pkg-info files did not work for eggs. by David Cournapeau · 16 years ago
- 77026b3 ENH: automatically translate pkgdir in .ini file. by David Cournapeau · 16 years ago
- c71c53b BUG: Fix bugs in complex pow (fixes #1313) by Pauli Virtanen · 16 years ago
- 2c67dfd BUG: fix 1087, thanks to Leek for the fix. by David Cournapeau · 16 years ago
- 5704eb1 BUG: fix #1317. by David Cournapeau · 16 years ago
- 06a0a53 * _iotools.LineSplitter : prevent the first and/or last empty tab-separated columns to be dropped by pierregm · 16 years ago
- 846d905 * Bugfix #1173 and #1174 by mdroe · 16 years ago
- ec09ee7 BUG: Remove reliance on true divide returning nan for zero divide in by Charles Harris · 16 years ago
- 43fac04 BUG: icc 11 requires complex double, complex alone is not enough to define a C99 complex number. by David Cournapeau · 16 years ago
- 323360a BUG: Backport r7870. by Charles Harris · 16 years ago
- dfbfb2d BUG: Fix memory leak reported in #1222 --- the problem was not DECREF'ing the final objects sitting in the castbuf when conversion from a data-type to Object is performed. Intermediate objects are DECREF'd when a new object is assigned, but it's the final ones that were not being DECREF'd by Travis Oliphant · 16 years ago
- 7b60f32 Fix a memory-leak when setting arrays from a sequence containing subclasses of arrays. by Travis Oliphant · 16 years ago
- 6e45c01 Fix a test condition in construction of the loop object so that the identity data gets initialized when reduceat with buffer is called. by Travis Oliphant · 16 years ago
- 758cd6c TST: Add a separate test for reference counting to the 1.4.x branch of the fix to #1299 by Travis Oliphant · 16 years ago
- da0ac61 Add test for ticket #1299 fix. by Travis Oliphant · 16 years ago
- 676b659 BUG: Fixed #1299 which actually exposed two bugs: 1) not using PyArray_Item to incref just the object portion of a scalar with an object member and 2) not using the entire itemsize when copying the data-structure to the array. by Travis Oliphant · 16 years ago
- a0eb734 BUG: fix numscons build, missing subst in _numpyconfig.h by David Cournapeau · 16 years ago
- b9a504b BUG: Backport r7802 fix for vs2009 compilation. by Charles Harris · 16 years ago
- 2476cd3 BUG: do not redefine SIZEOF_LONG in config.h if already defined in python headers. by David Cournapeau · 16 years ago
- eb9404f BUG: fix arch-dependent SIZEOF in npy_config.h for mac os x. by David Cournapeau · 16 years ago
- abd0408 ENH: add a guard to ensure config.h is never included directly. by David Cournapeau · 16 years ago
- 65880fd BUG: (#1221) special case mac os x in numpyconfig.h by David Cournapeau · 16 years ago
- 8ad949b BUG: import DistutilsError. by David Cournapeau · 16 years ago
- 6d048e1 BUG: (#1078): fix segfault when creating arrays with a sequence which contains 0d array. by David Cournapeau · 16 years ago
- 1f8de94 BUG: fix separate compilation which was broken when removing the datetime from the public C API. by David Cournapeau · 16 years ago
- 68de22f BUG: forgot to update the C_API_VERSION as well. by David Cournapeau · 16 years ago
- a59ddb1 ENH: add version 4 checksum of the C API (numpy 1.4.0). by David Cournapeau · 16 years ago
- ae395d8 REF: disable the datetime exported API. by David Cournapeau · 16 years ago
- ec8c09a BUG: fix wrong declaration of _datetime_strings. by David Cournapeau · 16 years ago
- 39da923 BUG: declare _datetime_strings and mark its definition as a private symbol so that separate compilation works. by David Cournapeau · 16 years ago
- eeed9fa BUG: the _arg ufunc declaration was accidentaly removed in a previous commit, breaking the separate compilation mode. by David Cournapeau · 16 years ago
- 9d658f9 numpy.datetime --> numpy.datetime_ and fix Descr_FromScalar to correctly add DateTime Meta data. by Travis Oliphant · 16 years ago
- df1edd4 Remove extra comma in enum for C89 and C++ compatibility. by mdroe · 16 years ago
- d857eaf BUG: fix 2.5 >= try/except/finally. by David Cournapeau · 16 years ago
- 5623023 TST: use assert_warns to check for warnings (and to avoid cluttering non-verbose test output). by David Cournapeau · 16 years ago
- 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
- d930631 REF: move warning context manager into utils. by David Cournapeau · 16 years ago
- 734123b TST: mark spacing/nextafter long double versions tests as known failures on win32. by David Cournapeau · 16 years ago
- 3dd4442 TST: use different tests for each precision for spacing and nextafter. by David Cournapeau · 16 years ago
- b4f8890 BUG: disable atan2 when built with mingw, as it uses the buggy MS atan2. by David Cournapeau · 16 years ago
- 9d8b3dc TST: use 'real' test instead of generator for atan2 and hypot special values. by David Cournapeau · 16 years ago
- 5912316 BUG: scons build was not updated to handle polynomial. by David Cournapeau · 16 years ago
- a6e1cbed3 BUG: check for IEEE754 macro on python >= 2.6. by David Cournapeau · 16 years ago
- 5622ac5 DOC: fix wrong Example section. by David Cournapeau · 16 years ago
- e089fe8 Fix and test conversion and construction of date-time dtypes. by Travis Oliphant · 16 years ago
- 6ac92a8 Add function to get datetime information from a date-time dtype. by Travis Oliphant · 16 years ago
- b0e32f4 Add comparison of datetime dtype objects that compares units correctly and add new metadata for new datetime dtypes. by Travis Oliphant · 16 years ago
- 0edcfff Fix problem in divisor conversion for datetime construction and fix formating of datetime nep. by Travis Oliphant · 16 years ago
- faafd31 * fixed a pb when using sum/prod on an array with dtype np.object by pierregm · 16 years ago
- ed56288 BUG: retrieve build_clib in build_ext even if it has already been run. by David Cournapeau · 16 years ago
- de2d495 BUG: check for compiler in get_mathlib_info, as this may be executed first. by David Cournapeau · 16 years ago
- aa7ab26 Add any function for python < 2.5. by Charles Harris · 16 years ago
- 7d5b7eb More fixes to least squares method documentation in Polynomial and Chebyshev. by Charles Harris · 16 years ago
- c001565 Improve documention of the fit method of the Cheybshev and Polynomial classes. by Charles Harris · 16 years ago
- 9211df9 Add support for chebyshev series and polynomials. by Charles Harris · 16 years ago
- b8b7c96 Fix misformatted see also section by Pauli Virtanen · 16 years ago
- d699777 BUG: use %g format in assert_array_*_nulp (fix #1297, thanks to Neil Muller) by Pauli Virtanen · 16 years ago
- 66313a3 #1201, #1202, #1203: Fix arctan2 regression failures on Solaris by using the in-built atan2 implementation on that platform by mdroe · 16 years ago
- 98e4a9c Another attempt at a truly cross-platform nextafterl implementation by mdroe · 16 years ago
- 6e91f0f second set of checkins from doc editor by Jarrod Millman · 16 years ago
- f07c79d first set of checkins from the doc editor by Jarrod Millman · 16 years ago
- 3122ee5 BUG: setuptools does not run install_clib automatically -- run it manually in install_data, if setuptools is present (fix #1194) by Pauli Virtanen · 16 years ago
- afbe79a BUG: do not use bitfields for bit-twidling of long doubles. by David Cournapeau · 16 years ago
- c96d201 BUG: typo for quad long double defines in distutils build. by David Cournapeau · 16 years ago
- 5aa2bb4 * fixed rec.fromrecords for an explicit dtype with an object field (bug #1283) by pierregm · 16 years ago
- 32501b3 DOC: fix nextafter docstring. by David Cournapeau · 16 years ago
- 111f37a ENH: add test for nan and inf for spacing. by David Cournapeau · 16 years ago
- e2134a4 ENH: remove any mention of original python spacing, use ufunc everywhere. by David Cournapeau · 16 years ago
- 6e3e3d4 REF: move spacing tests to umath as spacing is now a ufunc. by David Cournapeau · 16 years ago