Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | DEP: remove deprecated methods sync() and close() from memmap. | rgommers | 2011-03-11 | 2 | -16/+2 | |
| | | | ||||||
| * | | DEP: Update deprecation messages in genloadtxt with a version number. | rgommers | 2011-03-11 | 1 | -12/+14 | |
| | | | | | | | | | | | | | | | Because the docstring was still using `skiprows` explicitly, that keyword can not yet be removed. Should be done for 2.0. | |||||
| * | | BLD: update C API version again after Mark's renaming of functions. | rgommers | 2011-03-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | STY: Remove a micro-optimization to make code more clear | Mark Wiebe | 2011-03-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | API: Remove PyArray_FillWithZero from public API | Mark Wiebe | 2011-03-10 | 4 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | This function is too specific. A function like PyArray_FillWithValue(PyArrayObject *ao, double value) would be better. | |||||
| * | | API: Rename the iterator function pointer types to be more consistent with ↵ | Mark Wiebe | 2011-03-10 | 9 | -22/+22 | |
| | | | | | | | | | | | | | | | | | | | | | NumPy convention 'NpyIter_IterNext_Fn' -> 'NpyIter_IterNextFunc *' 'NpyIter_GetCoords_Fn' -> 'NpyIter_GetCoordsFunc *' | |||||
| * | | STY: Work around lack of variadic macros in debug tracing | Mark Wiebe | 2011-03-10 | 3 | -118/+136 | |
| | | | ||||||
| * | | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 4 | -206/+209 | |
| | | | | | | | | | | | | | | | These parameters are never large, so it's better to use a straight int instead of npy_intp, consistent with ndim in PyArrayObject as well. | |||||
| * | | ENH: add Intel 64-bit C compiler. Closes #960. | rgommers | 2011-03-11 | 2 | -0/+23 | |
| | | | ||||||
| * | | TST: fix two divide-by-zero test warnings. | rgommers | 2011-03-11 | 2 | -4/+12 | |
| | | | ||||||
| * | | BUG: Broadcast shape was backwards in error message (Ticket #1762) | Mark Wiebe | 2011-03-10 | 2 | -1/+18 | |
| | | | ||||||
| * | | BUG: Replace inline with NPY_INLINE. | Charles Harris | 2011-03-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'poisson-fix' | Charles Harris | 2011-03-10 | 3 | -5901/+6535 | |
| |\ \ | ||||||
| | * | | CYT: Regenerate mtrand.c file. | Charles Harris | 2011-03-10 | 1 | -5900/+6516 | |
| | | | | ||||||
| | * | | TST: Add test for poisson exceptions. | Charles Harris | 2011-03-10 | 1 | -1/+10 | |
| | | | | ||||||
| | * | | ENH: Add check for maximum average allowed in poisson rng. Original | Charles Harris | 2011-03-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | implementation due to olsonse. | |||||
| * | | | BLD: Increase C API version. Necessary because new C API functions were added. | rgommers | 2011-03-10 | 2 | -1/+4 | |
| |/ / | | | | | | | | | | This removes the MismatchCAPIWarning at the beginning of the build. | |||||
| * | | Merge branch 'pandas-fix' | Charles Harris | 2011-03-09 | 2 | -9/+72 | |
| |\ \ | ||||||
| | * | | ENH: Make discover_dimensions pass thru all errors in list/mapping | Charles Harris | 2011-03-08 | 2 | -25/+39 | |
| | | | | | | | | | | | | | | | | processing except KeyError. In the latter case an object is forced. | |||||
| | * | | STY: Remove uneeded stdio.h include. | Charles Harris | 2011-03-08 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | DOC: Make clear that class in test breaks the sequence protocol. | Charles Harris | 2011-03-08 | 1 | -3/+9 | |
| | | | | ||||||
| | * | | BUG: Fix cut and paste error. | Charles Harris | 2011-03-08 | 1 | -10/+14 | |
| | | | | ||||||
| | * | | DOC: Improve the content of a comment. | Charles Harris | 2011-03-08 | 1 | -5/+7 | |
| | | | | ||||||
| | * | | TST: Add test for robustness with non-sequence detected as sequence. | Charles Harris | 2011-03-08 | 1 | -0/+14 | |
| | | | | ||||||
| | * | | ENH: Make comment more informative. | Charles Harris | 2011-03-07 | 1 | -2/+8 | |
| | | | | ||||||
| | * | | Make a failed sequence access error set the object creation flag. | Charles Harris | 2011-03-07 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | BUG: Preliminary fix for ticket #1757. | Charles Harris | 2011-03-07 | 1 | -2/+18 | |
| | | | | ||||||
| * | | | BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448. | rgommers | 2011-03-09 | 2 | -4/+38 | |
| | | | | ||||||
| * | | | BUG: did not intend to change default tolerances in assert_allclose. Revert. | rgommers | 2011-03-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | DOC: Update the docs for numpy.testing - prefer allclose and nulp funcs. ↵ | rgommers | 2011-03-09 | 1 | -78/+106 | |
| | | | | | | | | | | | | | | | | Closes #1543. | |||||
| * | | | BUG: fix compilation with MSVC 2008. Thanks to Christoph Gohlke. | rgommers | 2011-03-09 | 6 | -10/+19 | |
| | | | | ||||||
| * | | | ENH: Use fmax.reduce and fmin.reduce to implement nanmax and nanmin. | Charles Harris | 2011-03-07 | 1 | -6/+12 | |
| | | | | ||||||
| * | | | BUG: Use isnan to test for nan, avoids problems with signed nans. | Charles Harris | 2011-03-07 | 1 | -40/+41 | |
| | | | | | | | | | | | | | | | | Replace assert with assert_. Cleanup trailing whitespace. | |||||
| * | | | ENH: Add tests for reduce method of maximum, minimum, fmax and fmin. | Charles Harris | 2011-03-07 | 1 | -0/+84 | |
| | | | | ||||||
| * | | | ENH: Speed up reduce for maximum/minimum type ufuncs. | Charles Harris | 2011-03-07 | 1 | -12/+48 | |
| | | | | ||||||
| * | | | BUG: Field's subarray access of scalar was incorrectly Fortran (Ticket #1760) | Mark Wiebe | 2011-03-07 | 3 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | | | This was the consequence of a previous bugfix which set the NPY_F_CONTIGUOUS flag for scalars. | |||||
| * | | | DOC: Revert part of previous commit, moving umath docs did not work. | rgommers | 2011-03-07 | 2 | -240/+247 | |
| | | | | | | | | | | | | | | | | | | | | If the ldexp/frexp docs belong in ufunc_docsrtings.py, they need an entry in core/code_generators/generate_umath.py. See #1759. | |||||
| * | | | DOC: add a few more wiki edits, and move umath docs to correct place. | rgommers | 2011-03-07 | 4 | -255/+266 | |
| |/ / | ||||||
| * | | TST: add test for random distributions. Closes #1512. | rgommers | 2011-03-06 | 1 | -1/+357 | |
| | | | | | | | | | | | | | | | | | | | | | These tests ensure that returned values stay the same, which is necessary because other tests rely on this when setting a fixed seed. Thanks to Vincent Davis. | |||||
| * | | ENH: Increase test coverage a bit to test all the fast paths. | Charles Harris | 2011-03-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | BUG: Fix zero-padded copy when truncating (ticket #1756) | Mark Wiebe | 2011-03-05 | 2 | -42/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Chuck's fix was correct, but there was another bug at play here. I've also removed the _strided_to_contig and _contig_to_strided specializations as they likely don't provide a significant advantage over _strided_to_strided here. | |||||
| * | | BUG: Fix string in test for python 3k. | Charles Harris | 2011-03-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | ENH: Add test for ticket #1756. | Charles Harris | 2011-03-05 | 1 | -0/+9 | |
| | | | ||||||
| * | | BUG: Fix error in _strided_to_contig. Fixes ticket #1756. | Charles Harris | 2011-03-05 | 2 | -5/+7 | |
| | | | ||||||
| * | | BUG: Fix CastToType to handle string->string casts (ticket #1748) | Mark Wiebe | 2011-03-04 | 2 | -26/+38 | |
| |/ | ||||||
| * | BUG: add polypow, chebpow, legpow to __all__ and module documentation. | Charles Harris | 2011-03-03 | 3 | -14/+17 | |
| | | ||||||
| * | DOC: merge wiki edit for einsum docstring. | rgommers | 2011-03-03 | 1 | -46/+47 | |
| | | ||||||
| * | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 5 | -23/+73 | |
| | | ||||||
| * | DOC: fix some formatting errors in polynomial docs. | rgommers | 2011-03-03 | 3 | -40/+35 | |
| | | ||||||
| * | DOC: fix doc build complaint about too-long tables. | rgommers | 2011-03-02 | 1 | -5/+7 | |
| | |