Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: fixing selected_real_kind for PowerPC | Pearu Peterson | 2011-03-24 | 1 | -2/+7 | |
| | ||||||
* | BUG: Array shape formatting strings were wrong in the iterator (#1780) | Mark Wiebe | 2011-03-24 | 1 | -2/+2 | |
| | ||||||
* | TST: Add test for ndarray.flat modifying data (#1608) | Mark Wiebe | 2011-03-23 | 1 | -0/+6 | |
| | | | | | Something appears to have fixed this issue, so creating a test for it. | |||||
* | ENH: Speed up tolist() by removing intermediate temporary allocations (#1779) | Mark Wiebe | 2011-03-23 | 1 | -24/+37 | |
| | ||||||
* | DEP: change behavior of out-of-order selection of recarray fields by name. | Ralf Gommers | 2011-03-23 | 2 | -14/+3 | |
| | | | | This was deprecated in Numpy 1.5, see ticket #1431. | |||||
* | TST: change assert to assert_ in core/tests/test_records.py | Ralf Gommers | 2011-03-23 | 1 | -14/+14 | |
| | ||||||
* | BUG: fix indentation issue in distutils/intelccompiler.py | Ralf Gommers | 2011-03-23 | 1 | -8/+2 | |
| | ||||||
* | API: update C API version hash after rename of nditer.niter -> nditer.nop | Ralf Gommers | 2011-03-22 | 1 | -1/+1 | |
| | | | | | This is the version for 1.6.0b1, so should not be changed anymore. If any more changes, up the version to 7. | |||||
* | DOC: Slight improvements to the Python nditer exposure | Mark Wiebe | 2011-03-17 | 1 | -19/+66 | |
| | ||||||
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 5 | -925/+925 | |
| | | | | | | This name was chosen partially based on the previous multi-iter, which stored an array of iterators, so 'niter' made sense. In the new nditer, it doesn't, and 'nop' for number of operands seems better. | |||||
* | DOC: Fill in more of the nditer docs | Mark Wiebe | 2011-03-16 | 1 | -29/+100 | |
| | ||||||
* | DOC: document nditer and its methods. Some blanks left to fill in. | Ralf Gommers | 2011-03-16 | 1 | -0/+188 | |
| | ||||||
* | TST: lower precision of lognormal test a little more. Closes #1768. | Ralf Gommers | 2011-03-16 | 1 | -1/+1 | |
| | | | | Thanks to Mark Sienkiewicz for testing. | |||||
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, ↵ | Mark Wiebe | 2011-03-15 | 7 | -50/+103 | |
| | | | | | | | np.zeros_like, and np.ones_like This way, the sub-type can be avoided if necessary. This helps mitigate, but doesn't fix, ticket #1753, by allowing "b = np.empty_like(a, subok=False)". | |||||
* | BUG: Fix ticket #1770, segfault with python 3.2 structured array | Charles Harris | 2011-03-15 | 2 | -0/+18 | |
| | | | | non-existent field. | |||||
* | Merge branch 'deprecate' | Charles Harris | 2011-03-15 | 1 | -4/+292 | |
|\ | ||||||
| * | DEP: Deprecate direct import of implementation functions. | Charles Harris | 2011-03-15 | 1 | -4/+292 | |
| | | ||||||
* | | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 12 | -366/+372 | |
| | | ||||||
* | | DOC: fix some reST errors in core/defchararray.py | Ralf Gommers | 2011-03-15 | 1 | -6/+6 | |
| | | ||||||
* | | TST: Some tests in random module were failing on RHEL4 due to too high ↵ | Ralf Gommers | 2011-03-15 | 1 | -9/+9 | |
|/ | | | | | | | | | precision. It is not yet confirmed this is the right precision, since I don't have an RHEL4 test machine. Changing this anyway for 1.6.0 beta 1. See ticket 1768. | |||||
* | Merge branch 'poly' | Charles Harris | 2011-03-14 | 12 | -178/+5307 | |
|\ | ||||||
| * | BUG: Fix valueerror typo. | Charles Harris | 2011-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | DOC: Add examples for hermite, hermite_e, and laguerre polynomials. | Charles Harris | 2011-03-14 | 3 | -247/+263 | |
| | | ||||||
| * | ENH: Import Hermite, HermiteE, and Laguerre into package namespace. | Charles Harris | 2011-03-13 | 1 | -0/+3 | |
| | | ||||||
| * | ENH: Change test_trimdeg to test_cutdeg to match method name. | Charles Harris | 2011-03-13 | 2 | -2/+3 | |
| | | ||||||
| * | BUG: Fix wrong target values. Change Hermite_e to HermiteE, rename | Charles Harris | 2011-03-13 | 1 | -30/+30 | |
| | | | | | | | | test_trimdeg to test_cutdeg to match method name. | |||||
| * | BUG: Fix hermemulx, rename class to HermiteE, and move __all__ after | Charles Harris | 2011-03-13 | 1 | -8/+8 | |
| | | | | | | | | imports. | |||||
| * | ENH: Rename test_trimdeg to test_cutdeg to match method and add ability to | Charles Harris | 2011-03-13 | 3 | -3/+15 | |
| | | | | | | | | run as script. | |||||
| * | ENH: A window attribute in polytemplate. This is helpful in defining the | Charles Harris | 2011-03-13 | 1 | -129/+250 | |
| | | | | | | | | | | | | mappings for the Hermite and Laguerre polynomials where the domains have infinite bounds. The window allows one to specify the interval that the domain maps to instead of using the default domain as was done before. | |||||
| * | ENH: First commit of hermite and laguerre polynomials. The documentation and | Charles Harris | 2011-03-03 | 6 | -0/+5022 | |
| | | | | | | | | tests still need fixes. | |||||
| * | Remove unused function legtimesx, it has been replaced by legmulx. | Charles Harris | 2011-03-03 | 1 | -46/+0 | |
| | | ||||||
* | | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 11 | -112/+112 | |
| | | | | | | | | | | It's a little bit shorter, and more intuitively expresses what the flag does. | |||||
* | | BUG: Another iterator broadcasting error message had a reversed shape | Mark Wiebe | 2011-03-13 | 2 | -1/+18 | |
| | | ||||||
* | | STY: Rename source files for the iterator to nditer_*.* | Mark Wiebe | 2011-03-13 | 9 | -12/+12 | |
| | | ||||||
* | | ENH: Rename 'np.newiter' to 'np.nditer' | Mark Wiebe | 2011-03-13 | 4 | -292/+292 | |
| | | ||||||
* | | DOC: Add info about iterator, new functions, and C API additions to release ↵ | Mark Wiebe | 2011-03-13 | 1 | -2/+2 | |
| | | | | | | | | notes | |||||
* | | API: Simplify basic iterator constructors, add 'itershape' to advanced ↵ | Mark Wiebe | 2011-03-13 | 11 | -116/+269 | |
| | | | | | | | | iterator constructor | |||||
* | | ENH: f2py: support Fortran size function with two arguments (ticket #1765). | Pearu Peterson | 2011-03-13 | 3 | -1/+53 | |
| | | ||||||
* | | BUG: fix assert_almost_equal and co. to work with infs. | rgommers | 2011-03-12 | 2 | -17/+35 | |
| | | ||||||
* | | BUG: For compatibility with 1.5, revert to permitting limited broadcasting ↵ | Mark Wiebe | 2011-03-11 | 2 | -1/+31 | |
| | | | | | | | | | | | | | | | | | | of the assignment output This change got Travis's -10 veto for 1.6. An unfortunate consequence of reverting this is that some of the broadcasting error messages get worse, but they're still no worse than in 1.5. | |||||
* | | BUG: Fixed ticket #1767. Replaced assert with assert_ calls. | Pearu Peterson | 2011-03-11 | 10 | -227/+229 | |
| | | ||||||
* | | TST: make the knownfail for TestClog unconditional on Windows. | rgommers | 2011-03-11 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | This keeps on coming up, and checking a few corner cases does not guarantee that other corner cases are also implemented according to the C99 standard. Was reported again by Christoph Gohlke for Python 2.7 and 3.2 on 64-bit Windows. | |||||
* | | TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test. | rgommers | 2011-03-11 | 1 | -2/+3 | |
| | | ||||||
* | | TST: fix ResourceWarning under Python 3.2 | rgommers | 2011-03-11 | 1 | -0/+1 | |
| | | ||||||
* | | Merge remote branch 'upstream/master' into f2py-assumed-shape | Pearu Peterson | 2011-03-11 | 135 | -12254/+37369 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (310 commits) REL: add 1.6.0 release notes. DEP: remove deprecated np.lib.ufunclike.log2 function. DOC: fix typo in test guidelines. DEP: remove deprecated items from ma/core.py DEP: remove deprecated get_numpy_include. DEP: remove unique1d, setmember1d and intersect1d_nu. DEP: remove deprecated names in fftpack. DEP: remove deprecated methods sync() and close() from memmap. DEP: Update deprecation messages in genloadtxt with a version number. BLD: update C API version again after Mark's renaming of functions. DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. STY: Remove a micro-optimization to make code more clear DOC: Add some missing documentation, hyper-link the iterator documentation API: Remove PyArray_FillWithZero from public API API: Rename the iterator function pointer types to be more consistent with NumPy convention STY: Work around lack of variadic macros in debug tracing API: Change iterator API parameters ndim and niter from npy_intp to int ENH: add Intel 64-bit C compiler. Closes #960. TST: fix two divide-by-zero test warnings. BUG: Broadcast shape was backwards in error message (Ticket #1762) ... | |||||
| * | | DEP: remove deprecated np.lib.ufunclike.log2 function. | rgommers | 2011-03-11 | 2 | -54/+1 | |
| | | | ||||||
| * | | DEP: remove deprecated items from ma/core.py | rgommers | 2011-03-11 | 2 | -113/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following are removed: - MaskedArray.raw_data method - MaskedArray flag keyword - make_mask flag keyword - allclose fill_value keyword Also change some assert's to assert_(). | |||||
| * | | DEP: remove deprecated get_numpy_include. | rgommers | 2011-03-11 | 2 | -5/+2 | |
| | | | ||||||
| * | | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 4 | -188/+10 | |
| | | | ||||||
| * | | DEP: remove deprecated names in fftpack. | rgommers | 2011-03-11 | 1 | -11/+1 | |
| | | |