summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: the _arg ufunc declaration was accidentaly removed in a previous commit,...David Cournapeau2009-11-252-82/+90
* numpy.datetime --> numpy.datetime_ and fix Descr_FromScalar to correctly add ...Travis Oliphant2009-11-235-15/+62
* Remove extra comma in enum for C89 and C++ compatibility.mdroe2009-11-231-8/+8
* BUG: fix 2.5 >= try/except/finally.David Cournapeau2009-11-231-5/+6
* TST: use assert_warns to check for warnings (and to avoid cluttering non-verb...David Cournapeau2009-11-231-4/+17
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-234-1/+62
* REF: move warning context manager into utils.David Cournapeau2009-11-232-84/+88
* TST: mark spacing/nextafter long double versions tests as known failures on w...David Cournapeau2009-11-231-0/+4
* TST: use different tests for each precision for spacing and nextafter.David Cournapeau2009-11-221-19/+35
* ENH: add release script.David Cournapeau2009-11-221-0/+9
* REL: only build nosse and sse3 binaries.David Cournapeau2009-11-221-20/+20
* REL: add the scripts and art for the mac os x dmg.David Cournapeau2009-11-225-0/+11863
* REL: new, better paver file.David Cournapeau2009-11-221-292/+378
* BUG: disable atan2 when built with mingw, as it uses the buggy MS atan2.David Cournapeau2009-11-221-1/+1
* TST: use 'real' test instead of generator for atan2 and hypot special values.David Cournapeau2009-11-221-79/+96
* BUG: scons build was not updated to handle polynomial.David Cournapeau2009-11-201-0/+2
* BUG: check for IEEE754 macro on python >= 2.6.David Cournapeau2009-11-201-1/+1
* DOC: fix wrong Example section.David Cournapeau2009-11-201-2/+2
* Fix and test conversion and construction of date-time dtypes.Travis Oliphant2009-11-205-7/+80
* doc: rewrite latex-offending markupPauli Virtanen2009-11-191-14/+9
* Add function to get datetime information from a date-time dtype.Travis Oliphant2009-11-191-1/+33
* Add comparison of datetime dtype objects that compares units correctly and ad...Travis Oliphant2009-11-192-7/+36
* Fix problem in divisor conversion for datetime construction and fix formating...Travis Oliphant2009-11-192-22/+25
* updating manifest such that python setup.py sdist produces a tarball from whi...Ilan Schnell2009-11-191-2/+3
* ENH: update version for paver script.David Cournapeau2009-11-161-2/+2
* ENH: fix paver script for wine-built simple wininst installer.David Cournapeau2009-11-161-2/+2
* * fixed a pb when using sum/prod on an array with dtype np.objectpierregm2009-11-163-927/+953
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* BUG: check for compiler in get_mathlib_info, as this may be executed first.David Cournapeau2009-11-161-5/+7
* Add any function for python < 2.5.Charles Harris2009-11-151-0/+9
* More fixes to least squares method documentation in Polynomial andCharles Harris2009-11-151-6/+6
* Improve documention of the fit method of the Cheybshev and PolynomialCharles Harris2009-11-151-2/+43
* Mention the new polynomial and chebyshev modules in the release notes.Charles Harris2009-11-141-0/+19
* Add support for chebyshev series and polynomials.Charles Harris2009-11-1411-0/+3554
* Fix misformatted see also sectionPauli Virtanen2009-11-141-6/+3
* sphinxext: fix a small bug in docscrapePauli Virtanen2009-11-141-2/+2
* BUG: use %g format in assert_array_*_nulp (fix #1297, thanks to Neil Muller)Pauli Virtanen2009-11-131-2/+2
* sphinxext: add numpydoc_show_class_members option (from Michael Droettboom)Pauli Virtanen2009-11-136-36/+108
* #1201, #1202, #1203: Fix arctan2 regression failures on Solaris by using the ...mdroe2009-11-131-0/+5
* Another attempt at a truly cross-platform nextafterl implementationmdroe2009-11-132-188/+211
* second set of checkins from doc editorJarrod Millman2009-11-1310-194/+799
* first set of checkins from the doc editorJarrod Millman2009-11-1321-385/+1359
* BUG: setuptools does not run install_clib automatically -- run it manually in...Pauli Virtanen2009-11-122-2/+16
* BUG: do not use bitfields for bit-twidling of long doubles.David Cournapeau2009-11-122-99/+233
* BUG: typo for quad long double defines in distutils build.David Cournapeau2009-11-101-1/+1
* * fixed rec.fromrecords for an explicit dtype with an object field (bug #1283)pierregm2009-11-102-60/+75
* DOC: add npy_nextafter/npy_spacing in doc ref.David Cournapeau2009-11-101-0/+22
* DOC: fix nextafter docstring.David Cournapeau2009-11-101-1/+1
* ENH: add test for nan and inf for spacing.David Cournapeau2009-11-101-0/+5
* ENH: remove any mention of original python spacing, use ufunc everywhere.David Cournapeau2009-11-101-33/+2