Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Convert property to @property | Alex Watt | 2019-02-24 | 1 | -2/+2 |
* | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 1 | -1/+1 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -2/+0 |
* | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -1/+1 |
* | reverted to previous array_dump and array_dumps version | Pierre Glaser | 2018-10-05 | 1 | -1/+1 |
* | removed usage of np.ndarray.dump[s] | Pierre Glaser | 2018-10-05 | 1 | -1/+1 |
* | loop over protocol for pickle tests | Pierre Glaser | 2018-10-05 | 1 | -4/+5 |
* | BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+. | Charles Harris | 2018-09-06 | 1 | -8/+1 |
* | TST: Ignore PendingDeprecationWarning in matrixlib tests. | Marten van Kerkwijk | 2018-05-29 | 1 | -0/+8 |
* | MAINT: move remaining MaskedArray matrix tests to matrixlib. | Marten van Kerkwijk | 2018-05-22 | 1 | -1/+21 |
* | MAINT: move all masked array matrix tests to matrixlib. | Marten van Kerkwijk | 2018-04-27 | 1 | -0/+211 |