- d4f826b mark as release by Jarrod Millman · 17 years ago v1.2.1
- f0be0a9 1.2.x: Backport r5968 from trunk: put measure in numpy.testing namespace. by David Cournapeau · 17 years ago
- 9e59b3f 1.2.x: Backport r5964 from trunk: Regenerate mtrand.c due to docstring changes by Pauli Virtanen · 17 years ago
- 6f7e145 1.2.x: Backport r5963 from trunk: Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement) by Pauli Virtanen · 17 years ago
- df8aa74 1.2.x: Backport r5962: improved docstrings from trunk (part 1) by Pauli Virtanen · 17 years ago
- d9993de back ported Robert Kern's fix for setuptools (see r5833) by Jarrod Millman · 17 years ago
- 46aee29 * Backporting fixes from 1.3.x r5946 by pierregm · 17 years ago
- 11f767a back ported Pauli Virtanen's fix for py 2.4 compatible lookfor (see r5862) by Jarrod Millman · 17 years ago
- 44e11b9 Backporting bug fixes: by pierregm · 17 years ago
- 175ac5d branch open for 1.2.1 development by Jarrod Millman · 17 years ago
- b1036cc BUG: Backport fix to object arrays in r5889 to 1.2.x branch. by Travis Oliphant · 17 years ago
- 1a8bf45 Split formatting tests to tag long double ones as known failure on win32. by David Cournapeau · 17 years ago
- c34707d Backport r5793 for scons command. by David Cournapeau · 17 years ago
- 64cfd38 Backports for: by Alan McIntyre · 17 years ago
- 426e008 backporting r5788 to 1.2.x branch (loadtxt) by dhuard · 17 years ago
- d29107a reindenting prior to release by Jarrod Millman · 17 years ago
- 87d85a0 Fix regression test #771 on 64 bits architecture. by David Cournapeau · 17 years ago
- 2312fcb Fix unused variable warning in object_arrtype_new. by David Cournapeau · 17 years ago
- 8864e08 Disable memmap test which crashes nose tests on cygwin. by David Cournapeau · 17 years ago
- d0db38a Add test for ticket #882 fix. by Travis Oliphant · 17 years ago
- adc0cc2 Fix 0-length sequence error in #882. by Travis Oliphant · 17 years ago
- ec588c7 Fix regression test for #771. by David Cournapeau · 17 years ago
- d08c157 Fix reshaping 0-sized arrays. by David Cournapeau · 17 years ago
- 43a2c85 Add a regression test to show #771 failure. by David Cournapeau · 17 years ago
- 6194dc0 Make testing functions work when python is called with the -OO flag. by Charles Harris · 17 years ago
- 78daaef Small cleanup. by Charles Harris · 17 years ago
- e4656b5 Change convolve to raise ValueError on runtime error instead of relying on by Charles Harris · 17 years ago
- c84e0c0 Import documentation topic modules when numpy.doc is imported, so that they are easier to use. Add instructions how to view each topic. by Pauli Virtanen · 17 years ago
- da4bbe9 Add missing '|' for byteorder. by Travis Oliphant · 17 years ago
- eda3f09 Apply modified version of Andrew Dalke's patch in #874 to create a quicker-loading numpy. by Travis Oliphant · 17 years ago
- 6aa2c46 Point to example by Matthew Brett · 17 years ago
- 4f7b154 Document on subclassing by Matthew Brett · 17 years ago
- dfab452 Simplify (commented out) trunc. by Charles Harris · 17 years ago
- 88c8abb Revert r5698, r5699, and r5702 until build problems are fixed. by Charles Harris · 17 years ago
- d4a1e79 Bail out of _docmethod earlier if method has no docstring. by Alan McIntyre · 17 years ago
- d495708 Make _docmethod work correctly when run with -OO by Alan McIntyre · 17 years ago
- edc1465 * fixing botched previous commit by pierregm · 17 years ago
- 62e4b61 Updated doc + -OO compatibility by pierregm · 17 years ago
- 755cc21 Small style cleanup. Need work for ticket #893. by Charles Harris · 17 years ago
- 2c7654a BUG: fix part of ticket #893 by Charles Harris · 17 years ago
- 21a1087 Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are by Alan McIntyre · 17 years ago
- 971f9fa Add NPY_FEATURE_VERSION which can be used to mark minor API version increments. by Stefan van der Walt · 17 years ago
- 96bcaf6 Use trunc as fix implementation. by David Cournapeau · 17 years ago
- 1ea2360 Fix fix tests. by David Cournapeau · 17 years ago
- b2d4064 Add trunc test. by David Cournapeau · 17 years ago
- 4406a13 Add a trunc function in umath module. by David Cournapeau · 17 years ago
- 5b38878 Add pure C trunc function implementations for platform which do not have it. by David Cournapeau · 17 years ago
- 654da29 Detect whether trunc is available or not. by David Cournapeau · 17 years ago
- 672fb17 core : make sure that masked_equal works with a list as input by pierregm · 17 years ago
- eb70884 Added deprecation warning for numpy.testing.ParametricTestCase by Alan McIntyre · 17 years ago
- 6f33684 BUG: Logarithmic series needs to exclude p==0 and p==1. When the conversion of the result to C longs gives a negative number (i.e. out of bounds), reject the sample and try again until we do get something in bounds. by Robert Kern · 17 years ago
- 95ab3b5 Note on mmap size on python 2.5 from numpy book by Matthew Brett · 17 years ago
- 59034c8 Fix docstring indentation by Pauli Virtanen · 17 years ago
- 7d88266 Fix the test and fix the arrtype_new code for scalars a little bit. by Travis Oliphant · 17 years ago
- 3dcec2d Fix debug mode with fortran compiler: the tuple for debug was too big, with an extra None (#539) by David Cournapeau · 17 years ago
- a51e8e3 BUG: Fix to ticket #816: calling object_() Segfaults. by Travis Oliphant · 17 years ago
- 0ce8028 Cleaned up logic and annotation of __del__ method, with test by Matthew Brett · 17 years ago
- 4dbfac0 Remove doc/reference from setup. by Stefan van der Walt · 17 years ago
- 46facee Move book to docs directory. by Stefan van der Walt · 17 years ago
- 5c86844 Move documentation outside of source tree. Remove `doc` import from __init__. by Stefan van der Walt · 17 years ago
- 376d483 Trial fix to ticket #698 by Travis Oliphant · 17 years ago
- 1f58f4d BUG: reinitialize_command(**kwds) is a setuptools override of the distutils API. Set the attribute directly, instead. by Robert Kern · 17 years ago
- fddd716 BUG: Allow floating point argument n to negative binomial distribution. by Robert Kern · 17 years ago
- 5e32ad6 Remove unused variable. by Stefan van der Walt · 17 years ago
- 560b873 reverting C-API change from r5626 by Jarrod Millman · 17 years ago
- a172a77 Add Guide to NumPy to numpy svn. by Travis Oliphant · 17 years ago
- 8e53243 Update `random` docstring. by Stefan van der Walt · 17 years ago
- 06ea402 Run scons command in build_ext instead of build. by David Cournapeau · 17 years ago
- c2329b0 Update fenv.h for cygwin: all asm calls should be tagged as volatile. by David Cournapeau · 17 years ago
- 14dd0de Add a note on scimath.sqrt for the definition of square root as the principal square root. by David Cournapeau · 17 years ago
- 3ee0400 Add note telling users to add new functions to the end of the list. by Charles Harris · 17 years ago
- 902dc40 Move generalised ufunc functionality to the gen_ufuncs branch. by Stefan van der Walt · 17 years ago
- 65839d7 Re-factor code to remove dependency of numpy.core on numpy.lib by moving issubclass_, issubsctype, and issubdtype to numpy.core.numerictypes by Travis Oliphant · 17 years ago
- 73d91a6 Split generated docstring literals for compilers which cannot handle long strings.z by David Cournapeau · 17 years ago
- 1ab7e8f6 Fix warnings in ufunc code [patch by Wenjie Fu]. by Stefan van der Walt · 17 years ago
- 988642e Whitespace cleanup. Move definition of variable to beginning of function. by Stefan van der Walt · 17 years ago
- b09124e Move declaration to appease some compilers [patch by Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
- 3319490 Do not setup any compiler in scons command if noscons scripts are used. by David Cournapeau · 17 years ago
- 035e18d Bump NPY_VERSION for ufunc patch. by Stefan van der Walt · 17 years ago
- 99e9127 Framework for generalised ufuncs [patch by Wenjie Fu and Hans-Andreas Engel]. by Stefan van der Walt · 17 years ago
- dcb2e6c Remove C99 test cases; they are not guaranteed to succeed on all plaftorms, so it's better to reintroduce them only after the inf/nan handling has been addressed. by Pauli Virtanen · 17 years ago
- 46aaaa5 Do not special-case for mingw32: compiler detection takes care of that now. by David Cournapeau · 17 years ago
- 8b54222 Unique1d will now return unique as well as reverse indices. Fix order of by Stefan van der Walt · 17 years ago
- 086afd5 Disable memmap test on windows because it crashes the testsuite. This has to be fixed before a rc of numpy 1.2.0, though (see#827). by David Cournapeau · 17 years ago
- 83d7c02 Add Roberto de Almeida's Arrayterator. by Stefan van der Walt · 17 years ago
- c05d81d BUG: F distributions need the appropriate scale factor. by Robert Kern · 17 years ago
- 31b18be * masked_where : force a consistency check on the shapes of the inputs by pierregm · 17 years ago
- 96a6fcc Correctly handle Fortran-contiguous arrays in SWIG wrappers. by Stefan van der Walt · 17 years ago
- 04a0ee1 More consistent nan-operations. by Stefan van der Walt · 17 years ago
- 7349892 Tweak error msg when python.h not compilable with scons. by David Cournapeau · 17 years ago
- 363d209 Depends on numscons >= 0.9.1. by David Cournapeau · 17 years ago
- 7bb36be Fix ticket #674. by Travis Oliphant · 17 years ago
- 75c15c8 *Full recompile needed*: changed the name of hasobject structure member to flags in the PyArray_Descr structure and increased it's size to int by Travis Oliphant · 17 years ago
- fd932a4 Give better error message when testing python.h fails. by David Cournapeau · 17 years ago
- 4db0437 Improve error message when scons command fails. by David Cournapeau · 17 years ago
- 3f45817 breaking API for median by Jarrod Millman · 17 years ago
- 70ed0f2 ran reindent by Jarrod Millman · 17 years ago
- 0da812e Remove piece-by-piece docstring assembly; the full texts were inserted in the docstrings in r5610 by Pauli Virtanen · 17 years ago
- 0e475a9 Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c) by Pauli Virtanen · 17 years ago
- 0bdef19 * core : minor doc formatting by pierregm · 17 years ago