summaryrefslogtreecommitdiff
path: root/scipy/base/src/arrayobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* More fixes for 64-bit systems.Travis Oliphant2005-10-091-1/+1
* Added commentsTravis Oliphant2005-10-091-7/+7
* Fixed typo and moved __svn_version__ for coreTravis Oliphant2005-10-081-1/+1
* Improve the array docstring a bit.Travis Oliphant2005-10-081-1/+4
* Fix use of PyArray_New in PyArray_FromDimsTravis Oliphant2005-10-081-6/+6
* Some printing fixes.Travis Oliphant2005-10-081-5/+9
* More 64 bit fixes.Travis Oliphant2005-10-081-1/+1
* Fixed some typecode initilization warnings. Made core libraries accessible d...Travis Oliphant2005-10-081-16/+33
* Added some simple CAPI documentation.Travis Oliphant2005-10-071-23/+31
* Fixed more intp issues.Travis Oliphant2005-10-071-2/+2
* Fixed issues with threading...Travis Oliphant2005-10-071-2/+10
* Added optimization for array_subscript and eleminated threaded support for a ...Travis Oliphant2005-10-061-2/+11
* Fixed some BOOL-related bugs. BOOLs are now cast to their correct type.Travis Oliphant2005-10-051-1/+6
* Added feature that output arrays less than bufsize make temporaries...Travis Oliphant2005-10-051-4/+16
* Fixed object put bug..Travis Oliphant2005-10-051-3/+7
* Improved logic so sequence can act like tuple for advanced indexing as well.Travis Oliphant2005-10-041-17/+52
* Made sure that arbitrary sequences (smaller than MAX_DIMS) with slice objects...Travis Oliphant2005-10-041-3/+18
* Fixed segfaults in buffered casting when castsize was different than buffersi...Travis Oliphant2005-10-031-38/+15
* Several fixes.Travis Oliphant2005-10-031-6/+13
* Fix problem with uninitialized memory in _dotblas. Changed old C-API to set ...Travis Oliphant2005-10-021-10/+23
* Fixed some casting rule issues.Travis Oliphant2005-09-301-2/+2
* Added a can_cast Python function.Travis Oliphant2005-09-291-0/+26
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-19/+11
* Fixed bugs.Travis Oliphant2005-09-281-1/+1
* Altered string and unicode array scalar types so they inherit from Python typ...Travis Oliphant2005-09-281-5/+5
* Eliminated random_lite libraryTravis Oliphant2005-09-281-5/+6
* Don't register multiple copies.Travis Oliphant2005-09-271-1/+11
* Added simple type registration system.Travis Oliphant2005-09-271-28/+115
* Removed redundant testing.Travis Oliphant2005-09-271-0/+1
* Changed OWN_DATA to OWNDATATravis Oliphant2005-09-271-1/+1
* Changed new typedef bool to Bool throughout.Travis Oliphant2005-09-271-47/+47
* Defines for backward compat C-APITravis Oliphant2005-09-271-4/+23
* Return Long integer on size only if necessary. Travis Oliphant2005-09-261-1/+0
* Return Long integer on size only if necessary. Travis Oliphant2005-09-261-1/+5
* Fixed nasty shape setting bug.Travis Oliphant2005-09-261-1/+1
* Fixed up for release.Travis Oliphant2005-09-261-2/+2
* (no commit message)Travis Oliphant2005-09-231-2/+2
* Altered so that ndarray inherits from ndbigarray which does not export the se...Travis Oliphant2005-09-221-4/+18
* Fixed fortran ravelling issues. Travis Oliphant2005-09-221-14/+13
* problematic MIN removed.Travis Oliphant2005-09-201-1/+1
* Found problem with reshape.Travis Oliphant2005-09-201-1/+2
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-1/+6
* Converting masked arraysTravis Oliphant2005-09-191-7/+13
* Fixed PyArray_Copy when swapping needed. Removed PyArray_CopyArray (made it ...Travis Oliphant2005-09-181-68/+19
* Many fixes.Travis Oliphant2005-09-161-6/+30
* Added PyArray_ArrayTypeTravis Oliphant2005-09-151-36/+123
* Fixing added NumericTravis Oliphant2005-09-151-1/+3
* Added EnsureArray to C-API and used it to clean up some method callsTravis Oliphant2005-09-141-0/+24
* Adding scipy.base to SVNTravis Oliphant2005-09-141-0/+6666