| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 2 | -6/+3 |
|\ |
|
| * | DOC: regex-assisted fixes of definition list formatting | endolith | 2013-03-19 | 2 | -3/+3 |
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -3/+0 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 14 | -23/+23 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 3 | -13/+13 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 15 | -1/+36 |
* | 2to3: Apply `raise` fixes. Closes #3077. | Charles Harris | 2013-03-01 | 2 | -3/+3 |
* | Merge pull request #2967 from sbyrnes321/master | Charles Harris | 2013-02-28 | 1 | -0/+9 |
|\ |
|
| * | DOC -- add another paragraph note to ndarray.view docs (cont'd) | Steve | 2013-02-05 | 1 | -6/+9 |
| * | DOC -- add another paragraph note to ndarray.view docs | Steve | 2013-02-04 | 1 | -0/+6 |
* | | 2to3: Use modern exception syntax. | Charles Harris | 2013-02-26 | 1 | -1/+1 |
|/ |
|
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 1 | -18/+0 |
* | Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objects | njsmith | 2012-12-08 | 2 | -2/+13 |
|\ |
|
| * | Add a test | Michael Droettboom | 2012-12-03 | 1 | -0/+12 |
| * | Fixes #2432. Rather than creating a new data array and assigning to it (whic... | Michael Droettboom | 2012-11-15 | 1 | -2/+1 |
* | | Merge pull request #2745 from certik/fix_warnings | Ondřej Čertík | 2012-12-03 | 1 | -2/+14 |
|\ \ |
|
| * | | TST: Catch possible warnings | Ondřej Čertík | 2012-11-14 | 1 | -2/+14 |
| |/ |
|
* | | Merge pull request #2703 from astrofrog/fix-masked-fill-view | Ralf Gommers | 2012-11-27 | 2 | -2/+88 |
|\ \ |
|
| * | | Minor fix to fill_view test | Thomas Robitaille | 2012-11-22 | 1 | -1/+1 |
| * | | Improvements to ndarray.view docstring | Thomas Robitaille | 2012-11-22 | 1 | -2/+3 |
| * | | 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 |
| |/ |
|
* | | 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 |
* | | 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 |
|/ |
|
* | Fixed failing tests | Thomas Robitaille | 2012-10-11 | 1 | -4/+4 |
* | When accessing MaskedArray rows, always return an mvoid object | Thomas Robitaille | 2012-10-11 | 1 | -6/+4 |
* | BUG: fix pickling MaskedConstant | Robert Kende | 2012-06-11 | 1 | -0/+6 |
* | TST: pickling MaskedConstant | Robert Kende | 2012-06-11 | 1 | -0/+10 |
* | PY3: Fix fromtextfile "ResourceWarning: unclosed file". | Charles Harris | 2012-03-12 | 1 | -0/+8 |
* | ENH: add angle() function to ma | Eric Firing | 2012-02-22 | 2 | -1/+5 |
* | BUG: Fix improper usage of warning filters in the tests | Mark Wiebe | 2012-02-08 | 2 | -8/+20 |
* | TST: Add test for weight modification. | Charles Harris | 2011-12-15 | 1 | -0/+2 |
* | BUG: Handle weight correctly and don't modify the original. | Charles Harris | 2011-12-15 | 1 | -8/+13 |
* | MAINT: Make masked ma.polyfit match current polyfit. | Charles Harris | 2011-12-15 | 2 | -28/+20 |
* | ENH: umath: Make sum, prod, any, or functions use the .reduce method directly | Mark Wiebe | 2011-08-27 | 1 | -3/+3 |
* | TST: ufunc: Tweak ma test to have a good output parameter, disable crashing N... | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rew... | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Implemented boolean assignment, working with NA masks | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: datetime: Masked arrays now use NaT as default filler value. | Ben Walsh | 2011-07-19 | 1 | -2/+2 |
* | BUG: datetime: Various fixes for datetime arrays. | Ben Walsh | 2011-07-19 | 1 | -0/+4 |
* | ENH: Fix some functions to use copyto instead of the deprecated putmask. | Charles Harris | 2011-07-09 | 1 | -23/+23 |
* | TST: ma: Feedback from Derek about Python 3 failures in ma tests | Mark Wiebe | 2011-07-06 | 2 | -4/+4 |
* | ENH: ma: Fix up ma and its tests to work with default same_kind casting | Mark Wiebe | 2011-06-22 | 2 | -4/+5 |
* | ENH: Tighten up dtype parsing in general, to catch some more invalid datetime... | Mark Wiebe | 2011-05-20 | 1 | -2/+2 |