- 5a4e393 Update the histogram warning - the 'new' keyword will be removed in 2.0. by rgommers · 15 years ago
- 25f230b BUG: fix kaiser for M=1. by David Cournapeau · 15 years ago
- 06a0a53 * _iotools.LineSplitter : prevent the first and/or last empty tab-separated columns to be dropped by pierregm · 16 years ago
- 5623023 TST: use assert_warns to check for warnings (and to avoid cluttering non-verbose test output). by David Cournapeau · 16 years ago
- e089fe8 Fix and test conversion and construction of date-time dtypes. by Travis Oliphant · 16 years ago
- 6ac92a8 Add function to get datetime information from a date-time dtype. by Travis Oliphant · 16 years ago
- f07c79d first set of checkins from the doc editor by Jarrod Millman · 16 years ago
- ca35f53 docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.io.genfromtxt by pierregm · 16 years ago
- 8dc57cd Add backward compatible `deprecate_with_doc`. by Stefan van der Walt · 16 years ago
- 944524f Add tests for ``deprecate``. by Stefan van der Walt · 16 years ago
- b3f3088 Add ``deprecate`` function that doubles as a decorator. by Stefan van der Walt · 16 years ago
- 55d07fb Merge deprecate_with_doc into deprecate(message="..."). by Stefan van der Walt · 16 years ago
- 468263e Fix lookfor on python 2.6. Add a test for it. Make it import submodules more aggressively. by Pauli Virtanen · 16 years ago
- 549d7bd Hard tab removal. Trailing whitespace removal. Some coding style cleanups. by Charles Harris · 16 years ago
- e88d4b1 * io.genfromtxt : make sure that `names` is a list and not a tuple by pierregm · 16 years ago
- ea99d11 * io.genfromtxt by pierregm · 16 years ago
- e8f4865 * io.genfromtxt by pierregm · 16 years ago
- 4b6137a * _iotools.StringConverter by pierregm · 16 years ago
- daf38f3 ENH: move inspect copy into newly created compat module. by David Cournapeau · 16 years ago
- 32b5b40 ENH: do not use string module. by David Cournapeau · 16 years ago
- c8a87fc ENH: remove things we do not need in inspect. by David Cournapeau · 16 years ago
- a0ae03a ENH: add a toy test in inspect. by David Cournapeau · 16 years ago
- f7cdebb ENH: add a copy of inspect (from 2.4.4). by David Cournapeau · 16 years ago
- 8048db1 * io.genfromtxt - add `skip_footer` to remove some last lines by pierregm · 16 years ago
- 80851e3 * _iotools.StringConverter by pierregm · 16 years ago
- 72c9eea Don't include assert_valid_refcount in numpy.testing.* by Pauli Virtanen · 16 years ago
- 8cad335 * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #1253) by pierregm · 16 years ago
- 6386708 * _iotools.StringConverter by pierregm · 16 years ago
- 31de18a * Add warnings to genfromtxt describing inconsistencies in the number of columns (bug #1212) by pierregm · 16 years ago
- 474d013 Docstring update: lib by Pauli Virtanen · 16 years ago
- 1521f66 Docstring updates, part 1 by Pauli Virtanen · 16 years ago
- 2822783 Add regression test for ticker #1243. by Charles Harris · 16 years ago
- 68e62cc Fix ticket #1243. Patch from gnutino. by Charles Harris · 16 years ago
- 599b0f1 Rename matrx to matrixlib. by David Cournapeau · 16 years ago
- 364f7b8 All non core regressions tests moved to their respective modules. by David Cournapeau · 16 years ago
- 064d504 Move finfo into core. by David Cournapeau · 16 years ago
- f72c2df Move linspace and logspace into core. by David Cournapeau · 16 years ago
- fe002b2 Move matrix class into its own module. by David Cournapeau · 16 years ago
- ec7f9dc ENH: Fix some more uninitialized vars. by David Cournapeau · 16 years ago
- 2b01ee6 Re-base the date-time branch back to the trunk. by Travis Oliphant · 16 years ago
- c2191bc Datetime branch compiles and all numpy tests pass. Ready to be merged back to trunk. More development still needed, but it can take place in the trunk. by Travis Oliphant · 16 years ago
- 5e961fa Fix mirr function and its test. Thanks go to Skipper and Josef. by Charles Harris · 16 years ago
- ad6d1ce Comment out failing test until it is decided where the problem lies. by Charles Harris · 16 years ago
- 4176f33 Make some fixes in mirr implementation to avoid overflow in by Charles Harris · 16 years ago
- 17828c6 Improve test and add a test to Python. by Travis Oliphant · 16 years ago
- 5c5d5d2 Add patch in ticket #1138 which fixes mirr function to be the same as Excel and OO Calc. by Travis Oliphant · 16 years ago
- 9e053da add support for __array_prepare__ by Darren Dale · 16 years ago
- da19f3e Fixed compatibility issue of histogram with matplotlib 0.91.2 by dhuard · 16 years ago
- 1319b2c Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) by Robert Cimrman · 16 years ago
- 07af346 Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + tests by Pauli Virtanen · 16 years ago
- 8ba97d8 Improvement to fill_diagonal suggested by Anand Patil. by Stefan van der Walt · 16 years ago
- c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
- 144d790 Fix versioning and inclusion to ref. guide in docs for #1132 by Pauli Virtanen · 16 years ago
- f826c7b Add example to savez. by Stefan van der Walt · 16 years ago
- a3a99e2 Add tests for dictionary interface to NpzFile. by Stefan van der Walt · 16 years ago
- b9b934c More complete dictionary interface to NpzFile [patch by David Warde-Farley] by Stefan van der Walt · 16 years ago
- ae6da83 Fix diag_indices_from and add test. by Stefan van der Walt · 16 years ago
- 99df3da Fix twodim tests. by Stefan van der Walt · 16 years ago
- 133e5c2 Add indexing functions by Fernando Perez. by Stefan van der Walt · 16 years ago
- 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
- 6cfb1c6 Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arrays by Pauli Virtanen · 16 years ago
- 38c8cd6 Added setmember1d_nu to arraysetops. by Robert Cimrman · 16 years ago
- 8055749 Replace string exception "multiarray.error" exposed by multiarray module by Charles Harris · 16 years ago
- eb214ee Replace ValueError by TypeError in appropriate places. by Charles Harris · 16 years ago
- a6d3b87 Remove unused reference to MultiArrayError. by Charles Harris · 16 years ago
- fb78732 Remove string exceptions. Remove macros containing gotos. by Charles Harris · 16 years ago
- e3d65f0 Initial style cleanup of _compiled_base.c by Charles Harris · 16 years ago
- 68bedef by pierregm · 16 years ago
- a2bf56a loadtxt: allow shaped dtypes. by Stefan van der Walt · 16 years ago
- 1cf7e661b docstring: fix bug in blackman docstring by Pauli Virtanen · 16 years ago
- d3133f1 Docstring fixes: make some examples to work properly by Pauli Virtanen · 16 years ago
- 0d5e8c8 Fix formatting of complex coefficients in poly1d by Pauli Virtanen · 16 years ago
- 1a613e1 Fixed #1095: make polyint work well with object arrays by Pauli Virtanen · 16 years ago
- 5b466f3 Make test_histogramdd_too_many_bins a bit clearer. by Charles Harris · 16 years ago
- d1701c6 Make histogramdd documentation a bit clearer. by Charles Harris · 16 years ago
- e02bf24 Fix ticket #928 by Charles Harris · 16 years ago
- a4c5e55 Fixed #1039: ignore sort order properly in find_duplicates test by Pauli Virtanen · 16 years ago
- cdf6562 Fixed #852: avoid filename clashes in savez, by using a secure temporary file name by Pauli Virtanen · 16 years ago
- b4be5dd Fix eigenvalue tests, the eigenvalues needed sorting. by Charles Harris · 16 years ago
- da8312a Fix nanmin, -max etc. to handle axis argument correctly. by Stefan van der Walt · 16 years ago
- 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
- b2634ff docs: remove invalid information by Pauli Virtanen · 16 years ago
- 5847959 fix remaining tests to reflect new behavior of sign(nan) by Charles Harris · 16 years ago
- 670a4e7 Fix a test failure due to changes in the sign ufunc. by Charles Harris · 16 years ago
- 0588cb8 Fix import issue. by David Cournapeau · 16 years ago
- 4b6277c Sort index of find_duplicated before testing, because the exact order is undefined for identical entries. by David Cournapeau · 16 years ago
- c2bb0f9 Remove dead code. by David Cournapeau · 16 years ago
- d4722fa Do not hardcode string for savetxt testing, as the exact representation depends on the platform. by David Cournapeau · 16 years ago
- 03c47e4 BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable with windows IO semantics + add another test for compressed string argument to loadtxt. by David Cournapeau · 16 years ago
- 2ef6634 Close file handle in loadtxt if we opened the file ourselves. by David Cournapeau · 16 years ago
- eefc141 Fix polyint to work correctly with float, complex, and int inputs. by Charles Harris · 16 years ago
- 4a63253 Fix ticket #944. by Charles Harris · 16 years ago
- 090ce2a Merge reviewed docstrings from editor. by Stefan van der Walt · 16 years ago
- 173384a For kaiser, allow beta to be specified as an integer. by Stefan van der Walt · 16 years ago
- 7170d0a Python 3000 fixes for 2to3 [patch by James Watson]. by Stefan van der Walt · 16 years ago
- 553a300 Correctly handle gzip filenames in loadtxt. by Stefan van der Walt · 16 years ago
- 34f564a Add test for Gzip loader. by Stefan van der Walt · 17 years ago
- ce06f48 Whitespace cleanup. by Stefan van der Walt · 17 years ago
- f6fd8585 Add GzipFile wrapper to support the "whence" keyword in GzipFile.seek. by Stefan van der Walt · 17 years ago
- 42ba370 Fix tests using strptime to be Python 2.4 compatible. by Stefan van der Walt · 17 years ago