summaryrefslogtreecommitdiff
path: root/numpy/core/chararray.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed module file to minimize confusion.Travis Oliphant2006-01-061-339/+0
|
* A few cleanups to error code in PyArray_NewFromDescr. Some checks so that ↵Travis Oliphant2006-01-061-0/+10
| | | | certain subclassees cannot be created inappropriately by .view()
* Added new feature to .view method so that if the argument is a sub-type of ↵Travis Oliphant2006-01-061-21/+9
| | | | the ndarray, an object is returned with all the information of the array.
* rename sub-packagesTravis Oliphant2006-01-041-0/+341