summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-032-1/+16
* Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses...dhuard2008-04-032-4/+54
* Fix mean docstring.Stefan van der Walt2008-04-031-5/+4
* Fix-up a few errors in oldnumeric.Travis Oliphant2008-04-011-3/+3
* fix-up imports in oldnumeric/ma.pyTravis Oliphant2008-04-011-6/+6
* Add old ma.py interface to oldnumeric compatibility layer so that it stays th...Travis Oliphant2008-04-011-7/+2262
* Longdouble printing of nan's causes problems on some machines.Travis Oliphant2008-03-301-0/+2
* added common_fill_value and set_fill_value in __all__pierregm2008-03-281-4/+4
* Add test for fix to #713.Travis Oliphant2008-03-281-0/+6
* Fix some Py_INCREF's to Py_XINCREF to avoid segfault when NULL is stored.Travis Oliphant2008-03-282-10/+14
* (forgot to get rid of my personal tests... sorry about that)pierregm2008-03-271-11/+0
* new methods : roundpierregm2008-03-272-3/+74
* Change var and std for complex valued arrays to compute z*conj(z) to match si...Travis Oliphant2008-03-272-3/+33
* Fix ticket #676: flattening in Fortran order for ndim > 2Travis Oliphant2008-03-273-6/+26
* Add better test for inexact numbers.Travis Oliphant2008-03-271-1/+5
* Added patch from ticket #610 to allow floats in interp.Travis Oliphant2008-03-271-18/+18
* Fix typo from last checkin.Travis Oliphant2008-03-251-1/+1
* Improve support for old pickles.Travis Oliphant2008-03-252-19/+49
* Add regression test for PyArray_FromIter issue mentioned on list.Stefan van der Walt2008-03-251-0/+5
* NotImplementedError is the exception, not NotImplementedRobert Kern2008-03-241-4/+4
* Do not fail test when ctypes is not available; print a message about skipping...David Cournapeau2008-03-231-2/+7
* Fix ReST syntax in HOWTO_DOCUMENT.Stefan van der Walt2008-03-231-11/+14
* Add numeric doctests (patch by Gael).Stefan van der Walt2008-03-231-6/+28
* Remove broken ma test.Stefan van der Walt2008-03-231-2/+0
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
* Revert accidentally commited changes to TestLoadLibrary unittest for ctypes.David Cournapeau2008-03-231-7/+2
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-232-3/+11
* core : fixed sort when axis is Nonepierregm2008-03-227-45/+166
* Fix order of arguments to test.Stefan van der Walt2008-03-221-1/+1
* Fix comparison to 0 in scalarmath test.Stefan van der Walt2008-03-221-1/+2
* Add test for ticket #632.Stefan van der Walt2008-03-221-0/+6
* Add test for #629.Stefan van der Walt2008-03-221-0/+31
* Fix typo.Stefan van der Walt2008-03-221-1/+1
* Move test for #562 to the right place.Stefan van der Walt2008-03-221-6/+5
* Add regression test for ticket #702.Stefan van der Walt2008-03-221-0/+9
* Add regression test for #555.Stefan van der Walt2008-03-221-2/+8
* Add test for #583. Fix invalid test for #99.Stefan van der Walt2008-03-221-13/+18
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
* Re-generated the pyrex mtrand code after fixing seed setting bug: ticket #555Travis Oliphant2008-03-223-2056/+2081
* Attempt to fix ticket #555Travis Oliphant2008-03-222-0/+5
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo f...David Cournapeau2008-03-221-1/+1
* Add VisualCompaq compiler to the list of fortran compilers if platform is cyg...David Cournapeau2008-03-221-1/+1
* Fix ticket #583 : error when using str as data-type for fromiter.Travis Oliphant2008-03-221-1/+5
* Change iteration loop number to a defined value and increment it. Should fix...Travis Oliphant2008-03-221-5/+8
* Comment out NotImplemented error when using setup tools.Travis Oliphant2008-03-221-1/+1
* Fix ticket #702 (as well as other speed ups).Travis Oliphant2008-03-221-2/+3
* Fix reference count problems due to indiscriminate use of DescrConverter in P...Travis Oliphant2008-03-224-35/+125
* Fix ticket #670.Travis Oliphant2008-03-221-1/+1
* More complete fix to #647 so that fast copy is not attempted on portions of r...Travis Oliphant2008-03-222-9/+14
* Add regression test in Ticket #711 which is the fix by pvTravis Oliphant2008-03-221-0/+15