| Commit message (Expand) | Author | Age | Files | Lines |
| * | TST: Add test for gh-2785. | Bradley M. Froehle | 2012-12-04 | 1 | -0/+12 |
| * | BUG: gh-2785, np.unique: TypeError: requested sort not available for type | Bradley M. Froehle | 2012-12-04 | 2 | -15/+3 |
| * | TST: mark longdouble tests for spacing/nextafter as knownfail on PPC. | rgommers | 2012-11-13 | 1 | -6/+9 |
| * | BUG: fix incorrect references to parents in memmap children. | Sveinung Gundersen | 2012-07-04 | 2 | -4/+26 |
| * | TST: for numpy.random test, back off test precision a little. | Ralf Gommers | 2012-05-19 | 1 | -1/+1 |
| * | BUG: fix running tests with coverage=True. | Ralf Gommers | 2012-05-19 | 1 | -2/+2 |
| * | TST: mark floating point error tests as unconditional knownfail. See #1755. | Ralf Gommers | 2012-05-19 | 1 | -6/+2 |
| * | Merge pull request #265 from charris/backport-random | Ralf Gommers | 2012-05-04 | 5 | -2448/+2870 |
| |\ |
|
| | * | BUG: PR #227, Use npy_intp instead of long in mtrand. | cgohlke | 2012-05-01 | 5 | -2448/+2870 |
| * | | Merge pull request #263 from charris/backport-poly | Ralf Gommers | 2012-05-04 | 9 | -303/+713 |
| |\ \ |
|
| | * | | STY: Code cleanup in polynomial [*]fromroots functions. | Charles Harris | 2012-04-29 | 6 | -18/+18 |
| | * | | ENH: Improve the computation of polynomials from roots. | Charles Harris | 2012-04-29 | 6 | -24/+66 |
| | * | | BUG: The polynomial convenience classes let different types interact. | Charles Harris | 2012-04-29 | 1 | -38/+60 |
| | * | | DOC: Document xxxfit functions in the polynomial package modules. | Charles Harris | 2012-04-29 | 6 | -110/+160 |
| | * | | DOC: Rearrange the polynomial documents. | Charles Harris | 2012-04-29 | 1 | -24/+47 |
| | * | | ENH: Add companion matrix functions. | Charles Harris | 2012-04-29 | 7 | -107/+299 |
| | * | | ENH: Add some tests for polynomial printing. | Charles Harris | 2012-04-29 | 1 | -0/+81 |
| | |/ |
|
| * | | Merge pull request #262 from charris/backport-f2py | Ralf Gommers | 2012-05-04 | 6 | -7/+40 |
| |\ \ |
|
| | * | | BUG: Fix f2py test_kind.py test. | Charles Harris | 2012-04-29 | 1 | -5/+8 |
| | * | | ENH: Add new options extra_f77_compile_args and extra_f90_compile_args. | Pearu Peterson | 2012-04-29 | 1 | -2/+2 |
| | * | | BLD: Improve reporting of fcompiler value. | Pearu Peterson | 2012-04-29 | 1 | -12/+14 |
| | * | | ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args. | Pearu Peterson | 2012-04-29 | 5 | -2/+32 |
| | |/ |
|
| * | | Merge pull request #261 from charris/backport-lib | Ralf Gommers | 2012-05-04 | 8 | -50/+220 |
| |\ \ |
|
| | * | | TST: fix string comparison test failures on Windows for Python 2.5. | Ralf Gommers | 2012-05-02 | 1 | -4/+23 |
| | * | | BUG: ticket #1936, loadtxt: fix extra nesting for subarray dtypes. | Mark Wiebe | 2012-04-29 | 2 | -5/+30 |
| | * | | BUG: ticket #1918, use Py_TYPE to access ob_type, so it works also on Py3 | Pauli Virtanen | 2012-04-29 | 1 | -9/+11 |
| | * | | BUG: ticket #1793, fix failing npyio test under py3k. Thanks to Derek Homeier. | Ralf Gommers | 2012-04-29 | 2 | -6/+16 |
| | * | | BUG: ticket #1848, make tril/triu return the same dtype as the original array. | Fabian Pedregosa | 2012-04-29 | 2 | -2/+14 |
| | * | | BUG: ticket #1899, fixed histogramdd bug with empty inputs. | David Huard | 2012-04-29 | 3 | -5/+11 |
| | * | | BUG: ticket #1387, allow bincount to accept empty arrays. | Skipper Seabold | 2012-04-29 | 3 | -11/+31 |
| | * | | BUG: ticket #1573, savetxt now handles complex arrays. | Paul Anton Letnes | 2012-04-29 | 2 | -10/+65 |
| | * | | ENH: ticket #2048, lib: break reference cycle in NpzFile (#2048) | Pauli Virtanen | 2012-04-29 | 2 | -1/+22 |
| | |/ |
|
| * | | Merge pull request #260 from charris/backport-core | Ralf Gommers | 2012-05-04 | 37 | -328/+1010 |
| |\ \ |
|
| | * | | TST: Remove tests of complex __format__. | Charles Harris | 2012-05-02 | 1 | -4/+1 |
| | * | | Fix unicode string length computation in UNICODE_compare and add test. | Thouis (Ray) Jones | 2012-05-02 | 2 | -0/+26 |
| | * | | BUG: PR #188, PyArray_{Get,Set}Map using low-precision counter | David Warde-Farley | 2012-05-01 | 1 | -2/+2 |
| | * | | BUG: ticket #2073, fix float16 __array_interface__ bug. | Nicolas Pinto | 2012-04-29 | 2 | -142/+26 |
| | * | | BUG: ticket #2021. Fix segfault. | Charles Harris | 2012-04-29 | 4 | -19/+64 |
| | * | | PY3: Fix for python3.2. | Charles Harris | 2012-04-29 | 2 | -2/+2 |
| | * | | TST: Silence some test warnings. | Charles Harris | 2012-04-29 | 2 | -2/+2 |
| | * | | BUG: ticket #2045, make attribute/iterator_element deletions not segfault. | Charles Harris | 2012-04-29 | 5 | -33/+67 |
| | * | | BUG: ticket #2046, deleting array attributes causes segfault. | Charles Harris | 2012-04-29 | 2 | -3/+50 |
| | * | | BUG: ticket #2033, a**2.0 has incorrect type. | Charles Harris | 2012-04-29 | 2 | -25/+65 |
| | * | | BUG: ticket #1952, allow floating ddof in std and var. | Charles Harris | 2012-04-29 | 3 | -10/+11 |
| | * | | BUG: ticket #2017, fix type hash. | David Cournapeau | 2012-04-29 | 3 | -43/+76 |
| | * | | BUG: array_divmod did not check for Py_NotImplemented. | Charles Harris | 2012-04-26 | 1 | -0/+7 |
| | * | | BUG: ticket #1948, fix regression for indexing chararrays with empty list. | Ralf Gommers | 2012-04-26 | 2 | -1/+8 |
| | * | | BUG: ticket #1905, explicitly check for NaNs in allclose(). | Ralf Gommers | 2012-04-26 | 1 | -11/+22 |
| | * | | BUG: ticket #1776, make complex division by zero to yield inf properly. | Pauli Virtanen | 2012-04-26 | 4 | -9/+64 |
| | * | | BUG: ticket #1747, make np.median() work for 0-D arrays. | Ralf Gommers | 2012-04-26 | 2 | -2/+16 |