| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Fix bad memory access for 0-sized outputs in numpy dot | Sebastian Berg | 2012-12-01 | 2 | -13/+16 |
* | Merge pull request #2703 from astrofrog/fix-masked-fill-view | Ralf Gommers | 2012-11-27 | 3 | -6/+94 |
|\ |
|
| * | Minor fix to fill_view test | Thomas Robitaille | 2012-11-22 | 1 | -1/+1 |
| * | Improvements to ndarray.view docstring | Thomas Robitaille | 2012-11-22 | 2 | -6/+9 |
| * | Clarified MaskedArray.view documentation, and added more tests | Thomas Robitaille | 2012-11-22 | 2 | -10/+48 |
| * | Added test for fill_value behavior in MaskedArray.view, and use fill_value to... | Thomas Robitaille | 2012-11-20 | 2 | -1/+33 |
| * | Added a `fill_value` keyword to `MaskedArray.view`, and clarify the behavior ... | Thomas Robitaille | 2012-11-20 | 1 | -4/+16 |
| * | Don't reset the fill_value of a MaskedArray when calling view() with no dtype | Thomas Robitaille | 2012-10-31 | 1 | -1/+4 |
* | | Merge pull request #2758 from rgommers/cython-warnings | Ralf Gommers | 2012-11-26 | 1 | -0/+2 |
|\ \ |
|
| * | | TST: also filter Cython warnings in NoseTester. See PR-432. | Ralf Gommers | 2012-11-21 | 1 | -0/+2 |
* | | | Merge pull request #2691 from stefanv/histogram_2d_doc | Ralf Gommers | 2012-11-26 | 1 | -9/+11 |
|\ \ \ |
|
| * | | | DOC: Further tweaks to histogram2d docstring. | Stefan van der Walt | 2012-11-26 | 1 | -9/+11 |
* | | | | Merge pull request #484 from endolith/rfftfreq_and_fft_docstrings | Ralf Gommers | 2012-11-26 | 4 | -25/+94 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | DOC: remove "the" from description, single backticks are for variables only | endolith | 2012-11-26 | 1 | -2/+2 |
| * | | | DOC: Reword "Hermite symmetry", clarify units of sample spacing | endolith | 2012-11-26 | 2 | -13/+16 |
| * | | | DOC: Fix length mistake in docstring (rfft length is n//2+1, not n) | endolith | 2012-11-25 | 1 | -1/+1 |
| * | | | DOC: Add rfftfreq to Helper routines in fft module's docstring | endolith | 2012-11-25 | 1 | -0/+1 |
| * | | | TST: Add a test for the rfftfreq() function | endolith | 2012-11-25 | 1 | -0/+11 |
| * | | | DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.... | endolith | 2012-11-24 | 1 | -6/+8 |
| * | | | MAINT: Don't use assert to check variable type | endolith | 2012-11-18 | 1 | -2/+4 |
| * | | | DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ... | endolith | 2012-10-13 | 2 | -12/+14 |
| * | | | ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'... | endolith | 2012-10-13 | 1 | -1/+49 |
* | | | | Merge pull request #2765 from charris/fix-travis-heisenbug | Charles Harris | 2012-11-25 | 3 | -3/+13 |
|\ \ \ \ |
|
| * | | | | MAINT: In test_varstd_specialcases out parameters should be 0-d. | Charles Harris | 2012-11-23 | 1 | -2/+2 |
| * | | | | MAINT: Avoid unneeded call in masked array std method. | Charles Harris | 2012-11-23 | 1 | -1/+1 |
| * | | | | TST: Add test for gh-2757. | Charles Harris | 2012-11-23 | 1 | -0/+9 |
| * | | | | BUG: gh-2757, masked array var method should zero masked out parameter. | Charles Harris | 2012-11-23 | 1 | -0/+1 |
* | | | | | Merge pull request #2766 from g2p/master | Ralf Gommers | 2012-11-24 | 1 | -7/+5 |
|\ \ \ \ \ |
|
| * | | | | | Code cleanup | Gabriel | 2012-11-24 | 1 | -1/+1 |
| * | | | | | Assume we can use sys.stdout.fileno() and friends. | Gabriel | 2012-11-23 | 1 | -7/+5 |
| |/ / / / |
|
* | | | | | BUG: Remove print statement in test_endian_recarray. | Charles Harris | 2012-11-23 | 1 | -2/+0 |
* | | | | | BUG: Import run_module_suite in test_matlib.py | Charles Harris | 2012-11-23 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #2733 from astrofrog/fix-fill-value-python3 | Ralf Gommers | 2012-11-21 | 2 | -1/+6 |
|\ \ \ \ |
|
| * | | | | Change test to use np.testing.assert_ | Thomas Robitaille | 2012-11-20 | 1 | -1/+1 |
| * | | | | Fix setting of fill_value for string columns in Python 3 | Thomas Robitaille | 2012-11-13 | 2 | -1/+6 |
* | | | | | Merge pull request #2754 from seberg/reshape_segfault_issue | Charles Harris | 2012-11-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | BUG: Incorrect type in _attempt_nocopy_reshape | Sebastian Berg | 2012-11-21 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #2726 from peterjc/msvc10 | Ralf Gommers | 2012-11-19 | 2 | -5/+12 |
|\ \ \ \ \ |
|
| * | | | | | Handle MSVC v10 in _MSVCRVER_TO_FULLVER | peterjc | 2012-11-12 | 1 | -4/+7 |
| * | | | | | Cope with two digit major number in MSCV v10 | peterjc | 2012-11-12 | 1 | -1/+4 |
| * | | | | | Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library() | peterjc | 2012-11-12 | 1 | -0/+1 |
* | | | | | | Merge pull request #2749 from pv/f2py-docstring | Charles Harris | 2012-11-17 | 5 | -22/+68 |
|\ \ \ \ \ \ |
|
| * | | | | | | TST: f2py: rewrite strings to be easier to read | Pauli Virtanen | 2012-11-17 | 2 | -26/+39 |
| * | | | | | | ENH: f2py: add 'Wrapper for ...' text to the docstring | Pauli Virtanen | 2012-11-17 | 3 | -2/+4 |
| * | | | | | | ENH: f2py: generate docstrings in Numpy docstring format | Pauli Virtanen | 2012-11-17 | 5 | -22/+53 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | BUG: core: wrap npy_math.h into extern "C" so that it works correctly in C++ | Pauli Virtanen | 2012-11-17 | 1 | -0/+8 |
|/ / / / / |
|
* | | | | | Merge pull request #2736 from certik/fix415 | Ralf Gommers | 2012-11-14 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | FIX: Mark a tests knownfail on Hurd | Ondřej Čertík | 2012-11-13 | 1 | -0/+2 |
* | | | | | | Merge pull request #2708 from ContinuumIO/base_traversal | Ondřej Čertík | 2012-11-13 | 2 | -7/+23 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | BUG: Update base-traversal algorithm for array sub-classes so as to stop the ... | Travis E. Oliphant | 2012-11-06 | 2 | -7/+23 |
| | |_|_|/
| |/| | | |
|