- afc9584 use np.atleast_Nd() to boost dimensions to ndmin by Derek Homeier · 14 years ago
- 22fd21c changed ndmin option in loadtxt to return shape (1, X.size) for single-row inputs by Derek Homeier · 14 years ago
- 215c97e DOC:BUG: fix percentile examples. Closes #1813. by Ralf Gommers · 14 years ago
- 7f1389d BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file by Charles Harris · 14 years ago
- 88fe4a3 BUG: Python 2.4 doesn't accept the construction class foo(): by Charles Harris · 14 years ago
- 9bf5bd3 BUG: ticket #1071, fix loadtxt to handle tab delimited data with missing by Derek Homeir · 14 years ago
- 0e572e3 ENH: Let genfromtxt accept generators as text sources. Add test for that case. by Charles Harris · 14 years ago
- f831d00 BUG: Fix strings for Python 3k. by Charles Harris · 14 years ago
- 370fdbd ENH: ticket #1616, let loadtxt accept generators in additions to by Charles Harris · 14 years ago
- 3c31160 BUG: fix test issues in test_twodim_base.py. Simplify and make tests run. by Ralf Gommers · 14 years ago
- b88c2b1 ENH: add ndmin keyword to loadtxt. Closes #1562. by Ralf Gommers · 14 years ago
- a6148cc ENH: return empty array from loadtxt for an empty file. Closes #1752. by Ralf Gommers · 14 years ago
- 2099656 TST: add test for ticket #1458. by Charles Harris · 14 years ago
- 2a7e289 ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array by Derek Homier · 14 years ago
- ad7cb17 BUG: ticket #1428, allow int64 and uint64 integer types to be specified in by Charles Harris · 14 years ago
- 32903b3 BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. by Christoph Gohlke · 14 years ago
- cd95d48 BUG: make histogramdd work with infinite size bins. Closes #1788. by Ralf Gommers · 14 years ago
- b22fa6a BUG: handle empty inputs in cov and corrcoef. Closes #1773. by Ralf Gommers · 14 years ago
- aec64ee BUG: open genfromtxt file as binary; add test for filename use. Fixes by Matthew Brett · 14 years ago
- 8024c27 DEP: deprecate normed kw in histogram and restore its old behavior. Introduce by Ralf Gommers · 14 years ago
- f9dfbca ENH: Make all histogram functions work with empty input. by Ralf Gommers · 14 years ago
- 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
- 6880bea STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP by Mark Wiebe · 14 years ago
- c5c3cb9 API: Simplify basic iterator constructors, add 'itershape' to advanced iterator constructor by Mark Wiebe · 14 years ago
- 7ca223e TST: fix ResourceWarning under Python 3.2 by rgommers · 14 years ago
- f7a4ff1 DEP: remove deprecated np.lib.ufunclike.log2 function. by rgommers · 14 years ago
- 083f6e1 DEP: remove deprecated get_numpy_include. by rgommers · 14 years ago
- 44ae46c DEP: remove unique1d, setmember1d and intersect1d_nu. by rgommers · 14 years ago
- a22b32b DEP: Update deprecation messages in genloadtxt with a version number. by rgommers · 14 years ago
- 0c0c49c API: Rename the iterator function pointer types to be more consistent with NumPy convention by Mark Wiebe · 14 years ago
- 7fa6284 ENH: Use fmax.reduce and fmin.reduce to implement nanmax and nanmin. by Charles Harris · 14 years ago
- c199d96 BUG: Use isnan to test for nan, avoids problems with signed nans. by Charles Harris · 14 years ago
- 821afc8 DOC: commit some more fixes from the doc wiki. by rgommers · 14 years ago
- 788356d TST: clean up some ResourceWarnings from python 3.2. by rgommers · 14 years ago
- 33ba9be TST: replace assert with assert_ by rgommers · 14 years ago
- 4ca2465 DOC: merge more doc wiki edits. by rgommers · 14 years ago
- 8e95e71 TST: update namespace usage in lib.polynomial doctests. by rgommers · 14 years ago
- 4eebdf9 BUG: correct file name in fromregex. by rgommers · 14 years ago
- 9e71af4 TYP: Fix typo. by Charles Harris · 15 years ago
- 543dbea BUG: Fix python3k import problem. by Charles Harris · 15 years ago
- f30000b STY: index_tricks: Improve comments and documentation strings by Mark Wiebe · 15 years ago
- bdf25de ENH: index_tricks: Implement unravel_index and ravel_coords functions in C by Mark Wiebe · 15 years ago
- 2635398 ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081) by Mark Wiebe · 15 years ago
- 67e5476 Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABI by Mark Wiebe · 15 years ago
- 585a636 ENH: core: Shuffle type numbers so any new ones go on the end. by Mark Wiebe · 15 years ago
- e6c3a0c ENH: core: Implement PyArray_CopyInto using the new iterator by Mark Wiebe · 15 years ago
- f72c605 ENH: Add minlength keyword to bincount. Patch from ticket #1595. by David Warde-Farley · 15 years ago
- 9451260 Apply patch by bsouthey in Ticket #1475 to turn off appropriate tests when ctypes by chanley · 15 years ago
- 6aacc2d BUG: Try fix for python 2.4, use list instead of tuple. by Charles Harris · 15 years ago
- cfd4c05 TST: Add regression test for ticket #1676. by Charles Harris · 15 years ago
- f0c3443 BUG: data shouldn't be an optional argument. by Charles Harris · 15 years ago
- 3b8cf12 BUG: Fix logic in handling of dtype in append_fields. by weathergod · 15 years ago
- 8fa2591 BUG: Fix GzipFile wrapper to be <= 2.5 compatible. by Stefan van der Walt · 15 years ago
- 8cbed8c ENH: Remove deprecation warning from GzipFile wrapper. by Stefan van der Walt · 15 years ago
- f26fdc9 BUG: GzipFile wrapper objects are not garbage collected (closes ticket #1356). by Fabian Pedregosa · 15 years ago
- de4de92 genfromtxt: Taking more adequate testing values when updating converters: bug #1665 by pierregm · 15 years ago
- fad376e Fix bug #1656 by pierregm · 15 years ago
- a9d936e Fixing genfromtxt: names w/ usecols (bug #1636) by pierregm · 15 years ago
- f4d9da1 TST: remove a failing doctest for poly1d. by rgommers · 15 years ago
- d7ff907 BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) by Pauli Virtanen · 15 years ago
- 68e31fe ENH: lib: allow zip64 extensions in .npz files; allows > 2GB by Pauli Virtanen · 15 years ago
- 61d14a1 ENH: lib: add savez_compressed function for saving compressed archives by Pauli Virtanen · 15 years ago
- 8630830 BUG: io: close file handles immediately after use, where possible (#1517) by Pauli Virtanen · 15 years ago
- c970251 * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some invalid lines are present (bug #1593) by pierregm · 15 years ago
- 7213c5d * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefan vdW for the fix. by pierregm · 15 years ago
- 362f9cb Made sure the warning filters in test_function_base and test_arraysetops do not modify user defined filters. by dhuard · 15 years ago
- 400a2a6 added a warning concerning the buggy normalization in histogram with non-uniform bin widths by dhuard · 15 years ago
- 3743430 Fixed bug in histogram for non-uniform bin widths and normed=True. by dhuard · 15 years ago
- cc5d131 Merge branch 'poly' by Charles Harris · 15 years ago
- 01362e3 BUG: Fix missing 'self' in test cleanups. by Charles Harris · 15 years ago
- ae2ebe1 ENH: Add some tests for ticket #1579. Do some cleanups. by Charles Harris · 15 years ago
- 4d40dff BUG: Fix ticket #1579. Do some cleanups. by Charles Harris · 15 years ago
- d0a25f1 DOC: wiki merge, twodim_base and a few loose ones. by rgommers · 15 years ago
- c38c9d4 DOC: wiki merge, npyio, format and function_base by rgommers · 15 years ago
- d1a661d ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438. by rgommers · 15 years ago
- 94f73b1 BUG: fix usability bugs in lookfor by Pauli Virtanen · 15 years ago
- 4f4558a 3K: lib/tests: fix test_io.RoundtripTest on Python3 + Windows by Pauli Virtanen · 15 years ago
- 6f20d1e BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects on Python 2.x by Pauli Virtanen · 15 years ago
- 8bb2823 ENH: Add ddof keyword to masked versions of cov and corrcoef. by Charles Harris · 15 years ago
- b1c994b Fix missing rowvar in cov call in corrcoeff. by Charles Harris · 15 years ago
- cda4d59 Don't deprecated bias keyword, just add ddof. by Charles Harris · 15 years ago
- a5b4a59 ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword. by Charles Harris · 15 years ago
- 9b86617 BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523) by Pauli Virtanen · 15 years ago
- 22357e6 CLN: Cleanup nanops code a bit. Patch is from Tony Yu. by Charles Harris · 15 years ago
- 18aac09 DOC: merge wiki edits for module npyio. by rgommers · 15 years ago
- 24f3675 ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types. by Charles Harris · 15 years ago
- cb3fb06 BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300. by Charles Harris · 15 years ago
- f859af0 ENH: Test the exceptions and the left, right keywords of the interp function. by Charles Harris · 15 years ago
- 700512a BUG: Make interp handle 'right' keyword correctly. Add check for empty by Charles Harris · 15 years ago
- 97a38c4 * add a `replace_space` option to NameValidator by pierregm · 15 years ago
- ccf3083 BUG: Correctly handle in-place output in percentile. by Stefan van der Walt · 15 years ago
- 7c92f32 BUG: Allow any array-like input to percentile. by Stefan van der Walt · 15 years ago
- 44b42db Add percentile function. by Travis Oliphant · 15 years ago
- 1391816 BUG/3K: lib: make savetxt work with filenames by Pauli Virtanen · 15 years ago
- befa260 BUG: lib: remember in a test that datetime specifiers are bytes strings by Pauli Virtanen · 15 years ago
- 75f99ab BUG: lib: make loadtxt work on Py3 when fh returns unicode (fixes #1479) by Pauli Virtanen · 15 years ago
- b66a200 BUG: Make interp handle zero dimensional ndarrays as interpolation by Charles Harris · 15 years ago
- f9eb853 Merge branch 'vectorize' by Charles Harris · 15 years ago
- dd9d99c ENH: Add test of polyder return type. by Charles Harris · 15 years ago
- 632623d BUG: Make polyder return a poly1d for the zeroeth order derivative when by Charles Harris · 15 years ago