| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REL: set version to 1.5.0, released=True.v1.5.0 | rgommers | 2010-08-31 | 1 | -2/+2 |
| | | |||||
| * | REL: Set released=False again. | rgommers | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | REL: set version to 1.5.0rc1, released=True.v1.5.0rc1 | rgommers | 2010-08-25 | 1 | -2/+2 |
| | | |||||
| * | 3K: (backport of r8655) make setupegg.py work through imp. | rgommers | 2010-08-25 | 1 | -1/+18 |
| | | | | | | Necessary because execfile() has disappeared in py3k. None of this works with bdist_mpkg at the moment, but that's a separate problem. | ||||
| * | TST: clean up invalid value warning emitted from test. | rgommers | 2010-08-25 | 1 | -1/+5 |
| | | |||||
| * | BUG: (backport of r8665) Fix bug on Windows in fromfile/tofile. Closes ↵ | rgommers | 2010-08-25 | 1 | -0/+4 |
| | | | | | #1583. Thanks to C. Gohkle. | ||||
| * | DOC: add note on py3k-compatible nose branch. | rgommers | 2010-08-22 | 1 | -1/+5 |
| | | |||||
| * | TST: Mark Clog test as knownfail on Windows. | rgommers | 2010-08-22 | 1 | -1/+6 |
| | | | | | | | On 64-bit Windows builds the platform_skip decorator didn't take effect because "(np.exp(complex(np.inf, 0)).imag != 0)" correctly evaluates to False. But the test was failing anyway. | ||||
| * | TST: mark test for #99 as knownfail for 64 bit Windows. | rgommers | 2010-08-22 | 1 | -1/+2 |
| | | | | | Thanks to Christoph Gohkle. | ||||
| * | TST: silence NaN related test warnings. See #1587. | rgommers | 2010-08-22 | 7 | -69/+166 |
| | | | | | | | | The final decision on what to do with this issue still has to be made, so this patch is only applied to 1.5.x now. Thanks to Christoph Gohlke for the patch. | ||||
| * | BCK: Backport r8653 from trunk. | Charles Harris | 2010-08-18 | 1 | -3/+3 |
| | | |||||
| * | REL: Some more changes to release scripts. | rgommers | 2010-08-17 | 3 | -3/+5 |
| | | |||||
| * | REL: set released=False again. | rgommers | 2010-08-17 | 1 | -1/+1 |
| | | |||||
| * | REL: set version to 1.5.0b2, and add 3.1 superpack to release script.v1.5.0b2 | rgommers | 2010-08-17 | 2 | -2/+3 |
| | | |||||
| * | TST: (backport of r8623) skip C99 nan/inf tests on Windows. | rgommers | 2010-08-17 | 1 | -0/+19 |
| | | |||||
| * | BUG: Fix non-performing test. | Charles Harris | 2010-08-15 | 1 | -13/+13 |
| | | |||||
| * | ENH: Backport r8641-r8642 from trunk. | Charles Harris | 2010-08-15 | 3 | -1/+100 |
| | | |||||
| * | BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes and | Charles Harris | 2010-08-15 | 7 | -67/+177 |
| | | | | | enhancements. | ||||
| * | BUG: Backport r8635 from trunk. | Charles Harris | 2010-08-15 | 4 | -30/+36 |
| | | |||||
| * | DOC: (backport of r8628) Complete 1.5.0 release notes. | rgommers | 2010-08-14 | 1 | -11/+28 |
| | | |||||
| * | DEP: (backport of r8627) change default behavior of correlate(), old ↵ | rgommers | 2010-08-14 | 2 | -25/+14 |
| | | | | | | | | | | behavior was deprecated in 1.4.0. The old behavior should be preserved and made available under the name xcorr or similar. Should be done for 2.0, then the old_behavior keyword can be removed. | ||||
| * | DEP: (backport of r8626) deprecate behavior for out-of-order field indexing ↵ | rgommers | 2010-08-14 | 2 | -3/+24 |
| | | | | | of recarrays. See #1431. | ||||
| * | BUG: (backport of r8625) define LDEXPL/FREXPL functions for MSVC builds (see ↵ | rgommers | 2010-08-14 | 1 | -0/+10 |
| | | | | | | | | #1499). Note that this doesn't fix the Solaris issue, so #1499 not closed. Thanks to Christoph Gohlke. | ||||
| * | BUG: (backport of r8624) workaround for undefined isnan/isinf in VS2008. ↵ | rgommers | 2010-08-14 | 1 | -3/+15 |
| | | | | | | | Closes #1502. Thanks to Christoph Gohlke. | ||||
| * | BUG: (backport of r8622) Better format specifier for Py 2.7, 3.2 on ↵ | rgommers | 2010-08-14 | 1 | -0/+4 |
| | | | | | | | win-amd64. Closes #1570. Thanks to Christoph Gohlke. | ||||
| * | BUG: Backport r8619 to fix ticked #1554. | Charles Harris | 2010-08-11 | 2 | -7/+24 |
| | | |||||
| * | BUG: Backport fixes for ticket #1579, r8615-r8617. | Charles Harris | 2010-08-10 | 2 | -109/+139 |
| | | |||||
| * | ENH: (backport of r8608) Make atleast_3d respect ndarray subclasses. Closes ↵ | rgommers | 2010-08-08 | 1 | -2/+2 |
| | | | | | #1560. | ||||
| * | TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to ↵ | rgommers | 2010-08-08 | 1 | -0/+1 |
| | | | | | Christoph Gohlke. | ||||
| * | 3K: (backport of r8601) copy built installers from build/py3k/dist instead ↵ | rgommers | 2010-08-05 | 1 | -1/+4 |
| | | | | | of dist/. | ||||
| * | 3K: (backport of r8595) distutils: fix __code__ object access in ↵ | rgommers | 2010-08-05 | 1 | -1/+4 |
| | | | | | mingw32ccompiler | ||||
| * | 3K: (backport r8599) fix core/dotblas module initialization. | Pauli Virtanen | 2010-08-04 | 1 | -3/+30 |
| | | |||||
| * | BUG: (backport of r8596) add tool/py3tool.py to installed/distributed files. | rgommers | 2010-08-04 | 1 | -1/+2 |
| | | |||||
| * | BUG: (backport r8589) core/3K: use bytes.maketrans instead of the deprecated ↵ | Pauli Virtanen | 2010-08-03 | 1 | -1/+1 |
| | | | | | string.maketrans (fixes #1571) | ||||
| * | BUG: (backport r8588) core: fix a missed PyCObject call (#1571) | Pauli Virtanen | 2010-08-03 | 1 | -1/+1 |
| | | |||||
| * | BUG: (backport r8572) core: fix refcount error in PyArray_Take (#939) | Pauli Virtanen | 2010-08-03 | 2 | -0/+15 |
| | | |||||
| * | BUG: (backport r8548) core/umath: do not create views unnecessarily in ↵ | Pauli Virtanen | 2010-08-03 | 2 | -0/+14 |
| | | | | | ndarray.__array_prepare__ (fixes #1548) | ||||
| * | REL: Set as released=False | Pauli Virtanen | 2010-08-03 | 1 | -1/+1 |
| | | |||||
| * | REL: Set version to 1.5.0b1, released = True.v1.5.0b1 | rgommers | 2010-08-01 | 1 | -2/+2 |
| | | |||||
| * | DOC: wiki merge, matrlixlib and some ndarray methods. | rgommers | 2010-08-01 | 3 | -28/+30 |
| | | |||||
| * | DOC: wiki merge, twodim_base and a few loose ones. | rgommers | 2010-08-01 | 4 | -52/+54 |
| | | |||||
| * | DOC: wiki merge, npyio, format and function_base | rgommers | 2010-08-01 | 3 | -64/+91 |
| | | |||||
| * | DOC: wiki merge, core.umath | rgommers | 2010-08-01 | 1 | -131/+165 |
| | | |||||
| * | DOC: wiki merge, core/numeric.py | rgommers | 2010-08-01 | 1 | -22/+26 |
| | | |||||
| * | DOC: wiki merge, fromnumeric.py | rgommers | 2010-08-01 | 1 | -107/+121 |
| | | |||||
| * | DOC: wiki merge, rst docs. | rgommers | 2010-08-01 | 4 | -14/+36 |
| | | |||||
| * | DOC: wiki merge, add itemset method doc. | rgommers | 2010-08-01 | 1 | -13/+59 |
| | | |||||
| * | DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring. | rgommers | 2010-08-01 | 1 | -2/+40 |
| | | |||||
| * | BUG: (backport of r8574) fix typo in commit r8564-66. | rgommers | 2010-08-01 | 1 | -1/+1 |
| | | |||||
| * | BUG: (backport of r8568) remove unnecessary import and reload in test_getlimits. | rgommers | 2010-08-01 | 1 | -8/+0 |
| | | | | | This was causing errors when running the test suite. | ||||
