- 5ac24f5 Fixed problem. by Travis Oliphant · 20 years ago v0.6.0
- 280dfb5 Removed svn version number for release. by Travis Oliphant · 20 years ago
- 42a1219 Prevent infinite loop with longdouble on PPC with gcc 4.0 by edschofield · 20 years ago
- 3ecf0fe Possible memory leaks closed. by Travis Oliphant · 20 years ago
- 6ee7839 Fixed bug in scalar methods. by Travis Oliphant · 20 years ago
- a08f2fc Added fftw3 support to system info. by Travis Oliphant · 20 years ago
- 19a82bc r804@Blasphemy: kern | 2005-11-11 03:22:40 -0800 Better gamma algorithm by Robert Kern · 20 years ago
- e976023 Fixed string conversion. Cleaned up. by Travis Oliphant · 20 years ago
- 4468007 Speed up pyvalues lookup a bit. by Travis Oliphant · 20 years ago
- a75a2b1 Mild changes and version number upgrade. by Travis Oliphant · 20 years ago
- 3e339a0 r802@Blasphemy: kern | 2005-11-11 00:32:39 -0800 by Robert Kern · 20 years ago
- acd6ca1 Alter shape setting. by Travis Oliphant · 20 years ago
- 4175a06 Moving newcore to trunk by Travis Oliphant · 20 years ago
- bc6b314 Added f2c.h to depends. by Travis Oliphant · 20 years ago
- 6d32237 Fix array scalars __array_struct__ interface by Travis Oliphant · 20 years ago
- d9d4797 Added Masked Array tests. by Travis Oliphant · 20 years ago
- 82fb848 Minor memory leaks by Travis Oliphant · 20 years ago
- 3f4142f Fix array_structinterface bug by Travis Oliphant · 20 years ago
- a42bc3e Added Paul's enhanced masked arrays. by Travis Oliphant · 20 years ago
- b184d68 Fix up bad commit. by Travis Oliphant · 20 years ago
- 1859d1a Changed Transpose C-API. Cleaned up memory leaks. by Travis Oliphant · 20 years ago
- 46557b9 Beginnings of faster scalar math. by Travis Oliphant · 20 years ago
- 4588d7f Fixed put and putmask functions to not work for nonarrays. by Travis Oliphant · 20 years ago
- 7dcff40 Switched order of put and putmask. by Travis Oliphant · 20 years ago
- f13e023 Fix int stop -> intp stop in parse_subindex by cookedm · 20 years ago
- e560080 Fixed up slice parsing to support larger integers on 64-bit platforms. by Travis Oliphant · 20 years ago
- f37554d Created a better Copy function that can copy FORTRAN order too. by Travis Oliphant · 20 years ago
- 94d041c Fixed another leak. by Travis Oliphant · 20 years ago
- b6502bf Fixed-up array interface. by Travis Oliphant · 20 years ago
- 55d50c5 Comment changes. by Travis Oliphant · 20 years ago
- 183f6fc Remove PyArrayMapIter_Type from user space. by Travis Oliphant · 20 years ago
- 12a01c1 Updated FillWithScalar. by Travis Oliphant · 20 years ago
- 360f43f removed MapIter commands from C-API by Travis Oliphant · 20 years ago
- 19b0e64 More valgrind-found bugs. by Travis Oliphant · 20 years ago
- c071975 valgrind-found fixes and adjust indexing for object arrays. by Travis Oliphant · 20 years ago
- ab695d0 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers. by chanley · 20 years ago
- 705ba54 Fixed some type issues. by Travis Oliphant · 20 years ago
- 6e3f146 Fixed back the test to cover all of scipy. by Travis Oliphant · 20 years ago
- b614b68 Added flexible support for Choose. by Travis Oliphant · 20 years ago
- b7c1615 Found and fixed Put Object bug. by Travis Oliphant · 20 years ago
- 8034b06 Disable problem test. by Travis Oliphant · 20 years ago
- f5d38eb Small fixes for Intel Compiler class - tested and builds correctly by Fernando Perez · 20 years ago
- 3bdf640 Raise error for iteration over scalar. by Travis Oliphant · 20 years ago
- d70ab04 Fixed problems with non-existent attributes in array interface. by Travis Oliphant · 20 years ago
- ba0c163 Added Intel C Compiler class. by Pearu Peterson · 20 years ago
- 1514eef Comment changes, and change read to write in PyArray_Dump by Travis Oliphant · 20 years ago
- 63e2431 Fixed bug in getfield, and some consistency issues. by Travis Oliphant · 20 years ago
- 91cc73f Added ability to create arrays of user-defined type using the typeobject. by Travis Oliphant · 20 years ago
- e484db1 Altered flexible types so that NotImplemented is raised in case another type wants to handle it. by Travis Oliphant · 20 years ago
- 0e48826 Updated PyArray_Zero and PyArray_One. by Travis Oliphant · 20 years ago
- 8de819f Add missing variable declaration by cookedm · 20 years ago
- fc1db88 Fixed some array interface issues. by Travis Oliphant · 20 years ago
- cf2c7c9 Comment cleanup. by chanley · 20 years ago
- 5a7abd7 CJH -- 11/2/2005 -- Modified the nbytes dictionary to return values in bytes instead of bits. Makes the assumption that 8 bits is 1 byte. by chanley · 20 years ago
- 51024bc added support for __array_struct__ by Travis Oliphant · 20 years ago
- 76f8287 Added nbytes attribute and nbytes dictionary by Travis Oliphant · 20 years ago
- 3daefec Fixed Concatenate to use new ArrayType interface so flexible arrays are supported. by Travis Oliphant · 20 years ago
- 3234006 Update Blitz++ included with weave to 0.9 (which was released 2005-10-18). by cookedm · 20 years ago
- a983584 Update Blitz++ included with weave to 0.9 (which was released 2005-10-18). by cookedm · 20 years ago
- 9a73f06 Reapplied patch to interpret sequences more cautiously. by edschofield · 20 years ago
- 9fe283d Reverted the PySequence_Check patch. DOK matrices should be fixed instead. by edschofield · 20 years ago
- b8d2974 Changed array_fromobject() to treat failure of the Array_FromSequence() call by edschofield · 20 years ago
- 6348f93 r723@Blasphemy: kern | 2005-11-01 01:07:20 -0800 by Robert Kern · 20 years ago
- d6fe75a Added ISALIGNED macro and documentation update. by Travis Oliphant · 20 years ago
- 9b101c0 Fixed to allow reflected operators instead of OBJECT addition. by Travis Oliphant · 20 years ago
- 7cdbfb9 r707@803636f3: kern | 2005-10-31 13:19:55 -0800 Fix put() typo by Robert Kern · 20 years ago
- 0563204 Added more attribute access to flags object. by Travis Oliphant · 20 years ago
- 519274a Allow flags dictionary attribute access by Travis Oliphant · 20 years ago
- abfceef Added bool8 type. by Travis Oliphant · 20 years ago
- 1e2e8ef Fixed small typo by edschofield · 20 years ago
- 954c1d9 Fixed incorrect usage of PyArray_CanCastSafely. by Pearu Peterson · 20 years ago
- 9362a1d Save and restore sys.displayhook around running tests, so that doctests can by cookedm · 20 years ago
- cf44e43 Don't use deconvolve for polydiv, as that requires scipy.signal to be installed. by cookedm · 20 years ago
- d3cb158 Don't try to handle ImportError in deconvolve when scipy.signal doesn't exist by cookedm · 20 years ago
- e06ac3f Cosmetics with NO_SCIPY_IMPORT. by Pearu Peterson · 20 years ago
- fdc4a87 Fixed nx -> NX by Travis Oliphant · 20 years ago
- e51a19a Change to using PY_ARRAY_TYPES_PREFIX instead of PYARRAY_TYPES_PREFIX, to by cookedm · 20 years ago
- de8fca5 Make it easier for extension writers. If PYARRAY_TYPES_PREFIX is defined by cookedm · 20 years ago
- c4fae16 some clean up for scimath.py, use type objects instead of typechars by cookedm · 20 years ago
- e380b12 small whitespace by cookedm · 20 years ago
- 5cf79ab Convert polynomial to use type objects instead of old Numeric typechars by cookedm · 20 years ago
- 19ec5da TLC for polynomial.py: cleanup, poly1d class is now new-type, and unittests by cookedm · 20 years ago
- fb20951 Give ufunclike some TLC. Cleanup, add docstrings and unit tests. by cookedm · 20 years ago
- 8b7ccd9 Whitespace cleanup and make classes new-type by cookedm · 20 years ago
- 75f8d03 Altered vectorize to allow default arguments in function. by Travis Oliphant · 20 years ago
- cb3a7e2 More cosmetic changes. by Travis Oliphant · 20 years ago
- b170dbb Added PyUFunc_On_Om to UFunc C-API by Travis Oliphant · 20 years ago
- b5ea6c1 Some refactoring by cookedm · 20 years ago
- 44767ad Replaced PyArray_FromDimsAndData with PyArray_SimpleNewFromData. by Pearu Peterson · 20 years ago
- d830c0c Cosmetic changes mainly. Remove unused itemsize from scanfunc arguments. by Travis Oliphant · 20 years ago
- 5dda00d Moved f2py2e to f2py. by Pearu Peterson · 20 years ago
- b87a003 change PyArray_Scalar to take a void * instead of char *, and some whitespace cleanup by cookedm · 20 years ago
- 59eccb0 Change PyArray_Scalar to take a void * instead of char * by cookedm · 20 years ago
- 5a3fa7b Whitespace cleanup by cookedm · 20 years ago
- 13a3a3f Add __all__ statements to base.{oldnumeric,numeric,numerictypes} by cookedm · 20 years ago
- 784c41e Fixed SimpleNewFromData to use correct flags. by Travis Oliphant · 20 years ago
- ecd7362 Fixed complex to bool issues. by Travis Oliphant · 20 years ago
- c45d115 Introduced PyArray_SimpleNewFromData as a replacement to PyArray_FromDimsAndData by Pearu Peterson · 20 years ago
- 08feb21 Removed unused requirement that compare deal with misbehaved arrays. by Travis Oliphant · 20 years ago
- a4e9f20 Small cleanups in arrayobject.h by Travis Oliphant · 20 years ago