- d99b776 Updated version.py by Travis Oliphant ยท 20 years ago v0.9.6
- 7afda6a Add rest of the examples for pyrex and swig by Travis Oliphant ยท 20 years ago
- 22335be Fix missing increment of reference count. by Travis Oliphant ยท 20 years ago
- 57b603a Fix scalar multiplication in optimized dot. by Travis Oliphant ยท 20 years ago
- 55b8604 Fix consistency of optimized dot by Travis Oliphant ยท 20 years ago
- aa04352 Remove numpy distutils from autoload and fix 64-bit bug. by Travis Oliphant ยท 20 years ago
- 37e0c9b remove unused imports by Tim Leslie ยท 20 years ago
- 8a65c25 update tests to all run correctly by Tim Leslie ยท 20 years ago
- 7ed9544 Deleting copied files by Travis Oliphant ยท 20 years ago
- e3b5adb Move swig and pyrex over by Travis Oliphant ยท 20 years ago
- 3afb449 Adding swig and pyrex examples by Travis Oliphant ยท 20 years ago
- 64c7a3c Fix ticket #35 by Travis Oliphant ยท 20 years ago
- 67940c3 Fix up oldnumeric.py functions to return intput class where possible. Allow complex-valued arrays in PyArray_Round. Add backward-compatible support for Python2.5 ssize_t changes. by Travis Oliphant ยท 20 years ago
- cda50ab Fix defect #28 by Travis Oliphant ยท 20 years ago
- 2ce697c Fix object array setting. by Travis Oliphant ยท 20 years ago
- 0c436ea Fixed segfault on multiarray import in install directory. Now, it just raises an error. by Travis Oliphant ยท 20 years ago
- b865aac Fixed typeNA (ticket #31) by Travis Oliphant ยท 20 years ago
- bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm ยท 20 years ago
- f2db317 Run tabnanny over the code, and replace uses of tab for indentation with spaces by cookedm ยท 20 years ago
- 3493d8b Add back missing typeNA values by Travis Oliphant ยท 20 years ago
- d04f074 Fix numpy intYY types so they correspond exactly with C-based PyArray_INTYY number by Travis Oliphant ยท 20 years ago
- 088cd5a Simplify scalar arithmetic and improve it in cases of array scalars mixed with masked arrays. by Travis Oliphant ยท 20 years ago
- 132acae Change error raise to warning when __array_() is called with no context by Travis Oliphant ยท 20 years ago
- 33c9c5b Fixed SETITEM and GETITEM macros. Added __index__ support for array scalars of integer type for Python 2.5 by Travis Oliphant ยท 20 years ago
- 15dea02 Add unit test for negative complex powers by cookedm ยท 20 years ago
- 1c82c1f Fix negative integral powers of complex numbers being computed as positive powers! by Tim Hochberg ยท 20 years ago
- 7042045 Fix f2py to handle character arrays in common blocks by Travis Oliphant ยท 20 years ago
- 07d0360 Fix tabs-to-spaces and unused import re: ticket #26 by Travis Oliphant ยท 20 years ago
- d4f1427 Merge power_optimization branch (r2103:2205) to trunk. by cookedm ยท 20 years ago
- c9d2cdc Merge trunk (r2142:2204) to power_optimization branch by cookedm ยท 20 years ago
- 5bb7342 Fix pickling of fortran arrays (defect #16) by Travis Oliphant ยท 20 years ago
- 819578a Apply Tim's code-checker tests except for white-space-only changes. by Travis Oliphant ยท 20 years ago
- 2ce56bc Fix so that -OO works by Travis Oliphant ยท 20 years ago
- 377645d removed checks for the mask shape; fixes ticket:19 by timl by sasha ยท 20 years ago
- 8818839 code cleanup for ma.py by timl by sasha ยท 20 years ago
- 4e8b56d Ensure scalars in finfo by Travis Oliphant ยท 20 years ago
- f1fb5f8 A little re-ordering. by Travis Oliphant ยท 20 years ago
- 07bdddd Fix bad substitution of PyArray_New by Travis Oliphant ยท 20 years ago
- fe076fb fixed ma.nonzero by sasha ยท 20 years ago
- d5c0229 Fix bug when ENSURECOPY was present but types are different. by Travis Oliphant ยท 20 years ago
- 07a9750 Fix an issue with string/unicode arrays created from scalars. by Travis Oliphant ยท 20 years ago
- 7db985e Fixed license statement by Robert Kern ยท 20 years ago
- a93cea6 Fix equality and inequality comparison so that non-array objects are not cast to the type of the array object unless that array is of type PyArray_OBJECT. by Travis Oliphant ยท 20 years ago
- 6fd31c3 Remove bigndarray because Python SVN has support for 64-bit indexing. by Travis Oliphant ยท 20 years ago
- 3f8c2de Swap order of fill-function arguments and make ones use fill now. by Travis Oliphant ยท 20 years ago
- 5f99490 incremented NDARRAY_VERSION by sasha ยท 20 years ago
- b25ddc2 faster ndarray.fill by sasha ยท 20 years ago
- 8f6eca6 made ma friendlier to pydoc by sasha ยท 20 years ago
- 60a6705 Add keyword arguments to single-argument functions taking axis argument. by Travis Oliphant ยท 20 years ago
- c190cfa implemented ndim attribute by sasha ยท 20 years ago
- 6627d4e Fix-up error in piecewise. by Travis Oliphant ยท 20 years ago
- 931a4a3 Code cleanup by Travis Oliphant ยท 20 years ago
- f4fc019 Check strides every time it is allowed. by Travis Oliphant ยท 20 years ago
- fc064db Add refcheck keyword argument to resize method to allow override of reference count check. Allow 0-stride arrays to be created and allow setting of strides even when we create the memory. by Travis Oliphant ยท 20 years ago
- 1bf0188 Fix reference counting on wrap method in ufuncobject.c by Travis Oliphant ยท 20 years ago
- e11ca4d Fix tests and segfault in set_strides. by Travis Oliphant ยท 20 years ago
- a538c37 Allow any integer as a stride (including zero --- though you need to understand that case to use it effectively). Also. fix a bug in strides_set that appeared when an array had say a string as it's base object instead of an array. by Travis Oliphant ยท 20 years ago
- 3e5fdde Add __eq__ and __ne__ to poly1d by cookedm ยท 20 years ago
- 3989cad Modest improvements to UserArray attribute access. by Travis Oliphant ยท 20 years ago
- c222547 Undo last change. Misunderstood... by Travis Oliphant ยท 20 years ago
- d46782d Don't check scalars in matrix mul. There is fast code for them in dotblas. by Travis Oliphant ยท 20 years ago
- 5ffd88a More judicious calling of dot() from matrix.__mul__ by edschofield ยท 20 years ago
- b8ba262 Have __array_finalize__ be called for every sub-class creation. by Travis Oliphant ยท 20 years ago
- def1c92 Fix segfault due to no error check. by Travis Oliphant ยท 20 years ago
- 1b3fcc6 fixed whitespace in several doc strings by sasha ยท 20 years ago
- 4156b24 made subscripting return ndarray if ellipsis is present by sasha ยท 20 years ago
- 013b396 Clean up. by Pearu Peterson ยท 20 years ago
- a895d10 Replaced numpy.distutils.test method instance with a function to avoid importing numpy during numpy import. by Pearu Peterson ยท 20 years ago
- 27e255b allow array(()) by sasha ยท 20 years ago
- 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson ยท 20 years ago
- ec53dd5 Fixed inappropriate use of gentype_copy by Travis Oliphant ยท 20 years ago
- 4daf551 Added kron and repmat by Travis Oliphant ยท 20 years ago
- b18d25b Faster return. by Travis Oliphant ยท 20 years ago
- 24a8d32 Don't allow matrices larger than ndim=2 by Travis Oliphant ยท 20 years ago
- 8db604b Fix problem with subspace indexing an matrix subclass by Travis Oliphant ยท 20 years ago
- 14f6333 Fix scalar multiplication striding for both rows and columns. by Travis Oliphant ยท 20 years ago
- a616cf6 Improved the meaning of test level argument: with negative level return a list of abs(level) unit tests, with a positive value, also run them. by Pearu Peterson ยท 20 years ago
- fc3ad91 Documented NumpyTest.test level and verbosity arguments. Added special behaviors. by Pearu Peterson ยท 20 years ago
- 71597d7 Change formating of all flexible arrays to str(arr.dtype) by Travis Oliphant ยท 20 years ago
- e3a1d50 Special-case PyArray_FromAny to handle Python scalars. by cookedm ยท 20 years ago
- e9b5c63 Make r_ and c_ instances of subclasses of concatenator, with appropiate docstrings. by cookedm ยท 20 years ago
- 872a836 Add check for rint and a default implementation if not present. Make UserArray a new-style class. by Travis Oliphant ยท 20 years ago
- f909e98 Add round method to array scalars and fix a few reference count issues. by Travis Oliphant ยท 20 years ago
- adc2173 added rint ufunc and ndarray.round by sasha ยท 20 years ago
- 9f395ae Make an enumerated type out of the scalar defines. by Travis Oliphant ยท 20 years ago
- a497e90 Fix scalar-multiply dotblas error for non-double types. Preserve more matrices through functions by Travis Oliphant ยท 20 years ago
- ee7b258 Add optimizations for integral powers of complex numbers to nc_pow. by Tim Hochberg ยท 20 years ago
- 7adb2e2 Fixed a bug in importing zzz/tests/test_zzz.py when zzz/zzz.py exists. Added check_testcase_name and testfile_patterns to NumpyTest so that different test suite conventions can be used. by Pearu Peterson ยท 20 years ago
- 97342ef Make matrices survive through more functions. by Travis Oliphant ยท 20 years ago
- 5c566d6 Fix _AIX bug and add UserArray for container class backward compatibility. by Travis Oliphant ยท 20 years ago
- 61553e3 Fixed linalg.singular_value_decomposition. Should full_matrices=1 ?? by edschofield ยท 20 years ago
- ede85ce Merge trunk (r2124:2142) to power optimization branch by cookedm ยท 20 years ago
- 0aa85ca Improve umath generation a bit (ufuncs are outputed in name-sorted order) by cookedm ยท 20 years ago
- b7db375 Minor style improvements for polynomial.py by cookedm ยท 20 years ago
- bb23ed7 Fix up Tim's x**n optimizations by cookedm ยท 20 years ago
- 00c6d3e Impl. check_testcase_name, get_testfile methods to support different unittest suite naming schemes. Removed Python 2.1 support code. by Pearu Peterson ยท 20 years ago
- 9fddb81 Added memusage() for os.name=='nt' by Pearu Peterson ยท 20 years ago
- c90f2fa Added dict and list support to assert_equal when they contain arrays. by Pearu Peterson ยท 20 years ago
- 5937d59 Dispatch to reciprocal, ones_like, copy, sqrt, square inside array_power and array_inplace_power when power is a scalar in [-1, 0, 1, 0.5, 1, 2]. Also, added the ufuncs reciprocal and ones_like. by Tim Hochberg ยท 20 years ago
- f30e6c2 1) Fix scimath functions to take and return vectors. by Travis Oliphant ยท 20 years ago