summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make it a release.v1.0b2Travis Oliphant2006-08-141-1/+1
|
* Remove un-needed functions.Travis Oliphant2006-08-141-2/+2
|
* Restore numpy.oldnumeric.mlab.cov to MLab.cov behaviorTravis Oliphant2006-08-131-4/+29
|
* datatype --> dtype in ndpointer and fix logic of from_param checksTravis Oliphant2006-08-131-23/+28
|
* Allow for type-less ndpointer.Travis Oliphant2006-08-131-5/+8
|
* Improve ndpointer to allow shape and flags checking as well.Travis Oliphant2006-08-131-8/+55
|
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ↵Travis Oliphant2006-08-133-23/+54
| | | | Create an ndpointer class factory to return classes that check for specific array types. These can be used in argtypes list to ctypes functions.
* Fix ticket #243Travis Oliphant2006-08-131-0/+2
|
* Change default axis argument of average and several masked array functions. ↵Travis Oliphant2006-08-137-28/+44
| | | | Move old behaviors to compatibility layer.
* Minor change in test for ticket #239.Stefan van der Walt2006-08-121-1/+1
|
* Add test for object array creation.Stefan van der Walt2006-08-121-0/+9
|
* numpy.core.setup: remove forgotten kws_argscookedm2006-08-121-1/+0
|
* Some fixes to array interface on Numpy side --- make sure descr pointer is ↵Travis Oliphant2006-08-112-4/+11
| | | | NULL if not used and XDECREF it on interface free.
* Check for errors when casting from non-number types.Travis Oliphant2006-08-113-5/+6
|
* Allow .astype method to work on data-types with fields.Travis Oliphant2006-08-111-0/+3
|
* Rework meaning of isnative so it takes into account the fields. Travis Oliphant2006-08-111-2/+29
|
* Fix record class so that it returns chararrays and record arrays as needed ↵Travis Oliphant2006-08-111-2/+10
| | | | as well.
* Fix silly mistake in chararray.Travis Oliphant2006-08-111-0/+1
|
* Finish adding the rest of numarray compatibilityTravis Oliphant2006-08-105-0/+33
|
* Fix ticket #240Travis Oliphant2006-08-101-2/+2
|
* Add qr decomposition to linalgTravis Oliphant2006-08-109-41/+267
|
* The code generators for the API now create a .txt file (in ReST format)cookedm2006-08-104-64/+159
| | | | | | | | with the API functions and the documentation comment from the source. Currently, this is put in the header file directory (`src.<platform>/numpy/core/include` in the `build` directory). Also fixed up dependency checking: API changes should force a rebuild of all the C extensions using the API.
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-106-76/+114
|
* Fix ticket #239Travis Oliphant2006-08-101-4/+3
|
* fix more argument lists for ma.py --- output arrays are ignored for masked ↵Travis Oliphant2006-08-101-3/+5
| | | | arrays
* Don't use masked output values for output arrayTravis Oliphant2006-08-101-3/+3
|
* More fixes to masked array support of output arrays. Travis Oliphant2006-08-103-25/+29
|
* Change name of function -- no re-compile necessary.Travis Oliphant2006-08-104-10/+11
|
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-109-60/+122
|
* Update C-API to add features needed for numarray compatibility. Output ↵Travis Oliphant2006-08-1017-469/+1660
| | | | argument added for several functions and clipmode argument added for a few others.
* Add unit-test for recent comma-string updatesTravis Oliphant2006-08-101-0/+6
|
* Fix byte-order problems in comma-string formats and size-specified fields.Travis Oliphant2006-08-102-24/+54
|
* fix #234: IntelVisualFCompiler is brokencookedm2006-08-081-3/+0
|
* Add bitwise_not to numpyTravis Oliphant2006-08-081-1/+3
|
* Fix numarray compatibility layer so it at least imports. It's not finished ↵Travis Oliphant2006-08-082-14/+15
| | | | yet, but some functionality is there.
* Fix import problemTravis Oliphant2006-08-081-1/+1
|
* Add numarray compatibility.Travis Oliphant2006-08-088-152/+178
|
* Fix segfault in Ticket #238Travis Oliphant2006-08-082-3/+13
|
* Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ↵Travis Oliphant2006-08-051-32/+41
| | | | happen twice.
* Add complex types correctly.Travis Oliphant2006-08-051-1/+1
|
* Minor changes to alter_code scriptsTravis Oliphant2006-08-052-18/+5
|
* Move source, info, and who to NumPyTravis Oliphant2006-08-055-21/+358
|
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-055-21/+46
|
* Move converting codeTravis Oliphant2006-08-054-0/+308
|
* Fix convertnumericA.py to fix transition from 'b' to 'B'Travis Oliphant2006-08-052-7/+44
|
* Update eye and tri to take dtype in mlabTravis Oliphant2006-08-051-5/+5
|
* Move location of flatnonzeroTravis Oliphant2006-08-053-11/+10
|
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-057-11/+20
|
* Alter typeconv to ignore 'b'Travis Oliphant2006-08-051-16/+24
|
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-0511-62/+92
|