| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it a release.v1.0b2 | Travis Oliphant | 2006-08-14 | 1 | -1/+1 |
| | | |||||
| * | Remove un-needed functions. | Travis Oliphant | 2006-08-14 | 1 | -2/+2 |
| | | |||||
| * | Restore numpy.oldnumeric.mlab.cov to MLab.cov behavior | Travis Oliphant | 2006-08-13 | 1 | -4/+29 |
| | | |||||
| * | datatype --> dtype in ndpointer and fix logic of from_param checks | Travis Oliphant | 2006-08-13 | 1 | -23/+28 |
| | | |||||
| * | Allow for type-less ndpointer. | Travis Oliphant | 2006-08-13 | 1 | -5/+8 |
| | | |||||
| * | Improve ndpointer to allow shape and flags checking as well. | Travis Oliphant | 2006-08-13 | 1 | -8/+55 |
| | | |||||
| * | Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ↵ | Travis Oliphant | 2006-08-13 | 3 | -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 #243 | Travis Oliphant | 2006-08-13 | 1 | -0/+2 |
| | | |||||
| * | Change default axis argument of average and several masked array functions. ↵ | Travis Oliphant | 2006-08-13 | 7 | -28/+44 |
| | | | | | Move old behaviors to compatibility layer. | ||||
| * | Minor change in test for ticket #239. | Stefan van der Walt | 2006-08-12 | 1 | -1/+1 |
| | | |||||
| * | Add test for object array creation. | Stefan van der Walt | 2006-08-12 | 1 | -0/+9 |
| | | |||||
| * | numpy.core.setup: remove forgotten kws_args | cookedm | 2006-08-12 | 1 | -1/+0 |
| | | |||||
| * | Some fixes to array interface on Numpy side --- make sure descr pointer is ↵ | Travis Oliphant | 2006-08-11 | 2 | -4/+11 |
| | | | | | NULL if not used and XDECREF it on interface free. | ||||
| * | Check for errors when casting from non-number types. | Travis Oliphant | 2006-08-11 | 3 | -5/+6 |
| | | |||||
| * | Allow .astype method to work on data-types with fields. | Travis Oliphant | 2006-08-11 | 1 | -0/+3 |
| | | |||||
| * | Rework meaning of isnative so it takes into account the fields. | Travis Oliphant | 2006-08-11 | 1 | -2/+29 |
| | | |||||
| * | Fix record class so that it returns chararrays and record arrays as needed ↵ | Travis Oliphant | 2006-08-11 | 1 | -2/+10 |
| | | | | | as well. | ||||
| * | Fix silly mistake in chararray. | Travis Oliphant | 2006-08-11 | 1 | -0/+1 |
| | | |||||
| * | Finish adding the rest of numarray compatibility | Travis Oliphant | 2006-08-10 | 5 | -0/+33 |
| | | |||||
| * | Fix ticket #240 | Travis Oliphant | 2006-08-10 | 1 | -2/+2 |
| | | |||||
| * | Add qr decomposition to linalg | Travis Oliphant | 2006-08-10 | 9 | -41/+267 |
| | | |||||
| * | The code generators for the API now create a .txt file (in ReST format) | cookedm | 2006-08-10 | 4 | -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_code1 | Travis Oliphant | 2006-08-10 | 6 | -76/+114 |
| | | |||||
| * | Fix ticket #239 | Travis Oliphant | 2006-08-10 | 1 | -4/+3 |
| | | |||||
| * | fix more argument lists for ma.py --- output arrays are ignored for masked ↵ | Travis Oliphant | 2006-08-10 | 1 | -3/+5 |
| | | | | | arrays | ||||
| * | Don't use masked output values for output array | Travis Oliphant | 2006-08-10 | 1 | -3/+3 |
| | | |||||
| * | More fixes to masked array support of output arrays. | Travis Oliphant | 2006-08-10 | 3 | -25/+29 |
| | | |||||
| * | Change name of function -- no re-compile necessary. | Travis Oliphant | 2006-08-10 | 4 | -10/+11 |
| | | |||||
| * | Add output arguments to a few more functions for consistency | Travis Oliphant | 2006-08-10 | 9 | -60/+122 |
| | | |||||
| * | Update C-API to add features needed for numarray compatibility. Output ↵ | Travis Oliphant | 2006-08-10 | 17 | -469/+1660 |
| | | | | | argument added for several functions and clipmode argument added for a few others. | ||||
| * | Add unit-test for recent comma-string updates | Travis Oliphant | 2006-08-10 | 1 | -0/+6 |
| | | |||||
| * | Fix byte-order problems in comma-string formats and size-specified fields. | Travis Oliphant | 2006-08-10 | 2 | -24/+54 |
| | | |||||
| * | fix #234: IntelVisualFCompiler is broken | cookedm | 2006-08-08 | 1 | -3/+0 |
| | | |||||
| * | Add bitwise_not to numpy | Travis Oliphant | 2006-08-08 | 1 | -1/+3 |
| | | |||||
| * | Fix numarray compatibility layer so it at least imports. It's not finished ↵ | Travis Oliphant | 2006-08-08 | 2 | -14/+15 |
| | | | | | yet, but some functionality is there. | ||||
| * | Fix import problem | Travis Oliphant | 2006-08-08 | 1 | -1/+1 |
| | | |||||
| * | Add numarray compatibility. | Travis Oliphant | 2006-08-08 | 8 | -152/+178 |
| | | |||||
| * | Fix segfault in Ticket #238 | Travis Oliphant | 2006-08-08 | 2 | -3/+13 |
| | | |||||
| * | Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ↵ | Travis Oliphant | 2006-08-05 | 1 | -32/+41 |
| | | | | | happen twice. | ||||
| * | Add complex types correctly. | Travis Oliphant | 2006-08-05 | 1 | -1/+1 |
| | | |||||
| * | Minor changes to alter_code scripts | Travis Oliphant | 2006-08-05 | 2 | -18/+5 |
| | | |||||
| * | Move source, info, and who to NumPy | Travis Oliphant | 2006-08-05 | 5 | -21/+358 |
| | | |||||
| * | Un-deprecate some names in Numeric. | Travis Oliphant | 2006-08-05 | 5 | -21/+46 |
| | | |||||
| * | Move converting code | Travis Oliphant | 2006-08-05 | 4 | -0/+308 |
| | | |||||
| * | Fix convertnumericA.py to fix transition from 'b' to 'B' | Travis Oliphant | 2006-08-05 | 2 | -7/+44 |
| | | |||||
| * | Update eye and tri to take dtype in mlab | Travis Oliphant | 2006-08-05 | 1 | -5/+5 |
| | | |||||
| * | Move location of flatnonzero | Travis Oliphant | 2006-08-05 | 3 | -11/+10 |
| | | |||||
| * | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 7 | -11/+20 |
| | | |||||
| * | Alter typeconv to ignore 'b' | Travis Oliphant | 2006-08-05 | 1 | -16/+24 |
| | | |||||
| * | Fixes for the recent change to oldnumeric | Travis Oliphant | 2006-08-05 | 11 | -62/+92 |
| | | |||||
