- 694b85c * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
- 4672601 Fix Python2.3 incompatibility. by Charles Harris · 17 years ago
- a097099 define actual_dtype and desired_dtype by pierregm · 17 years ago
- 38b0a63 core: by pierregm · 17 years ago
- ab8dfb1 testutils : * backport from 1.2 by pierregm · 17 years ago
- 31e66cf Backport part of r5446 to fudge test of exotic type failing on SPARC. by Charles Harris · 17 years ago
- eddb551 * improved support for flexible dtypes (w/ nesting and shaped fields) by pierregm · 17 years ago
- 8284091 Avoid updating the __dict__ of the result in .reshape by pierregm · 17 years ago
- d529a3e substitute getattr(...,...)(*args,**kwargs) for getattr(...,...).__call__(*args,**kwargs) in _frommethods by pierregm · 17 years ago
- bd94f6e deleted the "reload" statement that shouldn't have been there by pierregm · 17 years ago
- 4b10ea1 tests: * use the `import numpy as np` convention by pierregm · 17 years ago
- bb20e1c implement itertools.groupby as a class by pierregm · 17 years ago
- 0d71603 * fixed dictionaries update for backwards compatibility with Python 2.3 by pierregm · 17 years ago
- e7e2cad test_set_fields: filter out the warning by pierregm · 17 years ago
- 9525f46 fixed whitespace w/ reindent by Jarrod Millman · 17 years ago
- f5df20e Fix one small error in test(all=1). by Charles Harris · 17 years ago
- cd650e6 mrecords : fixed fromarrays when importing only one record by pierregm · 17 years ago
- d7c77aa extras : dropped the m prefix in mediff1d, mvander, mpolyfit by pierregm · 17 years ago
- e8f2d12 extras: introduced mvander and mpolyfit by pierregm · 17 years ago
- b6ef006 Fix reST markup. by Stefan van der Walt · 17 years ago
- 45c812d power : fixed a bug when a scalar is the first argument by pierregm · 17 years ago
- c2b77e0 core : power : use the quick-and-dirty approach: compute everything and mask afterwards by pierregm · 17 years ago
- f9e14d9 core : power : mask all negative values when the exponent (b) doesn't satisfy b==b.astype(int) by pierregm · 17 years ago
- c12a094 core : power : mask all negative values when the exponent (b) doesn't satisfy (abs(b-int(b))<np.finfo(float).precision) by pierregm · 17 years ago
- 7c99e67 core : prevent power to mask negative values when it should not by pierregm · 17 years ago
- 91c6c40 core : force .compressed() to return a type(_baseclass) object (usually a ndarray) by pierregm · 17 years ago
- 974b5f5 by pierregm · 17 years ago
- 3682f76 core : clean up update_from by pierregm · 17 years ago
- 21a7341 core : fixed a bug w/ array((0,0))/0. by pierregm · 17 years ago
- ceb4702 removed tests/test_mstat and tests/test_morestats (now available in scipy) by pierregm · 17 years ago
- aefed7e suppressed mstats and morestats: the modules are now part of scipy.stats by pierregm · 17 years ago
- 1da799e __float__ : raises a TypeError exception for arrays longer than 1 by pierregm · 17 years ago
- 462f65a mrecords: clean-up by pierregm · 17 years ago
- 8c66331 ran reindent in preparation for the 1.1 release by Jarrod Millman · 17 years ago
- 4e8e2b5 Remove R files? by Travis Oliphant · 17 years ago
- 8bf74cc core: by pierregm · 17 years ago
- 7d51a22 Add docs and examples for financial functions. by Travis Oliphant · 17 years ago
- a5574c3 Fix maskedarray's std and var of complex arrays, with test. Add test for ddof. by aarchiba · 17 years ago
- 99cbf12 core: by pierregm · 17 years ago
- d1e8d75 Documented and tested new behaviour of std and var on complex numbers. Added ddof argument and its documentation to the std and var methods of matrix. Documented ddof for std and var methods of ma. Note that stdu and varu in ma still have the old, peculiar, behaviour for complex values. by aarchiba · 17 years ago
- c24510c Add tests for ddof parameter in var/std [patch by Anne Archibald]. by Stefan van der Walt · 17 years ago
- 5827ec1 added common_fill_value and set_fill_value in __all__ by pierregm · 17 years ago
- b303721 (forgot to get rid of my personal tests... sorry about that) by pierregm · 17 years ago
- 3474b70 new methods : round by pierregm · 17 years ago
- 1a159d1 Remove broken ma test. by Stefan van der Walt · 17 years ago
- 5cb370e core : fixed sort when axis is None by pierregm · 17 years ago
- 38ad50e reverted to a proper version of __getitem__ by pierregm · 17 years ago
- c70befd - fixed masked_where (bug #703) by pierregm · 17 years ago
- d1eeb41 BUG: Python 2.3 compatibility. We cannot use generator expressions in numpy. by Robert Kern · 17 years ago
- 62e9949 Add ddof parameter to std and var computations. by Travis Oliphant · 17 years ago
- e6f97dc updated API_CHANGES.txt by pierregm · 18 years ago
- 4e1fbfd numpy.ma : docs + API_CHANGES.txt updates by pierregm · 18 years ago
- 541c0e5 initial port from Moin Moin site by Jarrod Millman · 18 years ago
- 16aff17 Add ma for scons build by David Cournapeau · 18 years ago
- ce2316f Merge maskedarray branch. by Stefan van der Walt · 18 years ago
- a2df3f7 comments cleaning and docstring updates. by pierregm · 18 years ago
- 1845fe9 Remove .data comparisons in tests. Fix whitespace. by Stefan van der Walt · 18 years ago
- 5bcb91d Ignore DeprecationWarning during testing. by Stefan van der Walt · 18 years ago
- 9ed6591 Remove print statement from test. by Stefan van der Walt · 18 years ago
- 82b730f maskedarray.core: by pierregm · 18 years ago
- 3af7329 maskedarray.core: by pierregm · 18 years ago
- c87c162 maskedarray.core: by pierregm · 18 years ago
- 52937c9 by pierregm · 18 years ago
- fdc9364 core: fixed compress to ensure that a.compress(cond)==a[cond] in most cases by pierregm · 18 years ago
- 90f8ba7 ma.core : add the compress method/function by pierregm · 18 years ago
- e71a28f Add 'compress'. by Stefan van der Walt · 18 years ago
- 1447cc9 Update documentation format. by Stefan van der Walt · 18 years ago
- 797fd12 Merge patch fixing mask dimensions on concatenation. by Stefan van der Walt · 18 years ago
- 6068062 Fix concatenator usage (patch by Pierre). Change N to np in regression test. by Stefan van der Walt · 18 years ago
- db45fc7 Fix concatenation. Closes ticket #642. by Stefan van der Walt · 18 years ago
- 2bf5fa1 Fix inplace test. by Stefan van der Walt · 18 years ago
- 80f6f50 Apply patch by Pierre. Move tests from __main__ to the tests directory. by Stefan van der Walt · 18 years ago
- da78ac7 Document API changes. by Stefan van der Walt · 18 years ago
- 11c95e3 Fix unit tests. Prevent nomask from being copied. by Stefan van der Walt · 18 years ago
- c9fe4c3 Apply Pierre's patch. by Stefan van der Walt · 18 years ago
- 84566c5 API has changed for put and putmask; remove two outdated tests. by Stefan van der Walt · 18 years ago
- f278a3e Reformat extras docstrings. by Stefan van der Walt · 18 years ago
- 3d250d0 Reformat docstrings for 80 columns. by Stefan van der Walt · 18 years ago
- be2d0ca Pull in old tests. by Stefan van der Walt · 18 years ago
- fc15061 Ignore warning raised during testing. by Stefan van der Walt · 18 years ago
- 4fc786e Fix benchmarks. Remove remaining imports of maskedarray. by Stefan van der Walt · 18 years ago
- 703e8d6 Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. by Stefan van der Walt · 18 years ago