Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Add info about iterator, new functions, and C API additions to release ↵ | Mark Wiebe | 2011-03-13 | 2 | -6/+32 |
| | | | | notes | ||||
* | DOC: Document constructor API change, and fill in some more missing ↵ | Mark Wiebe | 2011-03-13 | 3 | -53/+115 |
| | | | | documentation | ||||
* | API: Simplify basic iterator constructors, add 'itershape' to advanced ↵ | Mark Wiebe | 2011-03-13 | 11 | -116/+269 |
| | | | | iterator constructor | ||||
* | DOC: Updated f2py related release notes. | Pearu Peterson | 2011-03-13 | 1 | -4/+15 |
| | |||||
* | ENH: f2py: support Fortran size function with two arguments (ticket #1765). | Pearu Peterson | 2011-03-13 | 3 | -1/+53 |
| | |||||
* | DOC: update 1.6.0 release notes. Add headers for items to still be filled in. | rgommers | 2011-03-13 | 1 | -2/+44 |
| | |||||
* | BUG: fix assert_almost_equal and co. to work with infs. | rgommers | 2011-03-12 | 2 | -17/+35 |
| | |||||
* | ENH: add files generated during build and site.cfg to .gitignore. | rgommers | 2011-03-12 | 1 | -0/+6 |
| | |||||
* | BUG: For compatibility with 1.5, revert to permitting limited broadcasting ↵ | Mark Wiebe | 2011-03-11 | 3 | -2/+32 |
| | | | | | | | | | 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 | 161 | -12355/+41323 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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) ... | ||||
| * | REL: add 1.6.0 release notes. | rgommers | 2011-03-11 | 2 | -7/+94 |
| | | |||||
| * | DEP: remove deprecated np.lib.ufunclike.log2 function. | rgommers | 2011-03-11 | 2 | -54/+1 |
| | | |||||
| * | DOC: fix typo in test guidelines. | rgommers | 2011-03-11 | 1 | -1/+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 | 3 | -10/+4 |
| | | |||||
| * | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 4 | -188/+10 |
| | | |||||
| * | DEP: remove deprecated names in fftpack. | rgommers | 2011-03-11 | 2 | -22/+11 |
| | | |||||
| * | DEP: remove deprecated methods sync() and close() from memmap. | rgommers | 2011-03-11 | 2 | -16/+2 |
| | | |||||
| * | DEP: Update deprecation messages in genloadtxt with a version number. | rgommers | 2011-03-11 | 1 | -12/+14 |
| | | | | | | | | | | Because the docstring was still using `skiprows` explicitly, that keyword can not yet be removed. Should be done for 2.0. | ||||
| * | BLD: update C API version again after Mark's renaming of functions. | rgommers | 2011-03-11 | 1 | -1/+1 |
| | | |||||
| * | DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. | Mark Wiebe | 2011-03-10 | 2 | -16/+17 |
| | | |||||
| * | STY: Remove a micro-optimization to make code more clear | Mark Wiebe | 2011-03-10 | 1 | -1/+1 |
| | | |||||
| * | DOC: Add some missing documentation, hyper-link the iterator documentation | Mark Wiebe | 2011-03-10 | 2 | -164/+348 |
| | | |||||
| * | API: Remove PyArray_FillWithZero from public API | Mark Wiebe | 2011-03-10 | 4 | -7/+10 |
| | | | | | | | | | | | | This function is too specific. A function like PyArray_FillWithValue(PyArrayObject *ao, double value) would be better. | ||||
| * | API: Rename the iterator function pointer types to be more consistent with ↵ | Mark Wiebe | 2011-03-10 | 10 | -30/+30 |
| | | | | | | | | | | | | | | NumPy convention 'NpyIter_IterNext_Fn' -> 'NpyIter_IterNextFunc *' 'NpyIter_GetCoords_Fn' -> 'NpyIter_GetCoordsFunc *' | ||||
| * | STY: Work around lack of variadic macros in debug tracing | Mark Wiebe | 2011-03-10 | 3 | -118/+136 |
| | | |||||
| * | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 5 | -224/+227 |
| | | | | | | | | | | These parameters are never large, so it's better to use a straight int instead of npy_intp, consistent with ndim in PyArrayObject as well. | ||||
| * | ENH: add Intel 64-bit C compiler. Closes #960. | rgommers | 2011-03-11 | 2 | -0/+23 |
| | | |||||
| * | TST: fix two divide-by-zero test warnings. | rgommers | 2011-03-11 | 2 | -4/+12 |
| | | |||||
| * | BUG: Broadcast shape was backwards in error message (Ticket #1762) | Mark Wiebe | 2011-03-10 | 2 | -1/+18 |
| | | |||||
| * | BUG: Replace inline with NPY_INLINE. | Charles Harris | 2011-03-10 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'poisson-fix' | Charles Harris | 2011-03-10 | 3 | -5901/+6535 |
| |\ | |||||
| | * | CYT: Regenerate mtrand.c file. | Charles Harris | 2011-03-10 | 1 | -5900/+6516 |
| | | | |||||
| | * | TST: Add test for poisson exceptions. | Charles Harris | 2011-03-10 | 1 | -1/+10 |
| | | | |||||
| | * | ENH: Add check for maximum average allowed in poisson rng. Original | Charles Harris | 2011-03-10 | 1 | -0/+9 |
| | | | | | | | | | | | | implementation due to olsonse. | ||||
| * | | BLD: Increase C API version. Necessary because new C API functions were added. | rgommers | 2011-03-10 | 2 | -1/+4 |
| |/ | | | | | | | This removes the MismatchCAPIWarning at the beginning of the build. | ||||
| * | Merge branch 'pandas-fix' | Charles Harris | 2011-03-09 | 2 | -9/+72 |
| |\ | |||||
| | * | ENH: Make discover_dimensions pass thru all errors in list/mapping | Charles Harris | 2011-03-08 | 2 | -25/+39 |
| | | | | | | | | | | | | processing except KeyError. In the latter case an object is forced. | ||||
| | * | STY: Remove uneeded stdio.h include. | Charles Harris | 2011-03-08 | 1 | -1/+0 |
| | | | |||||
| | * | DOC: Make clear that class in test breaks the sequence protocol. | Charles Harris | 2011-03-08 | 1 | -3/+9 |
| | | | |||||
| | * | BUG: Fix cut and paste error. | Charles Harris | 2011-03-08 | 1 | -10/+14 |
| | | | |||||
| | * | DOC: Improve the content of a comment. | Charles Harris | 2011-03-08 | 1 | -5/+7 |
| | | | |||||
| | * | TST: Add test for robustness with non-sequence detected as sequence. | Charles Harris | 2011-03-08 | 1 | -0/+14 |
| | | | |||||
| | * | ENH: Make comment more informative. | Charles Harris | 2011-03-07 | 1 | -2/+8 |
| | | | |||||
| | * | Make a failed sequence access error set the object creation flag. | Charles Harris | 2011-03-07 | 1 | -0/+2 |
| | | | |||||
| | * | BUG: Preliminary fix for ticket #1757. | Charles Harris | 2011-03-07 | 1 | -2/+18 |
| | | |