Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some general cleanups #6573

Merged
merged 3 commits into from
Jun 17, 2016
Merged

Some general cleanups #6573

merged 3 commits into from
Jun 17, 2016

Commits on Jun 11, 2016

  1. General cleanups.

    - Remove some very old compatibility layers (sets module, md5 module,
    etc.)
    - Use `astype(float)` instead of `astype(np.float)` and
    `astype(np.float_)`
    - Use `isinstance(..., MaskedArray)` instead of `isMaskedArray` /
    `isMA`.
    anntzer committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    71d9386 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Finish swapping np.float{,_} -> float; ma -> np.ma

    plus other comments on the PR.
    anntzer committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    91034ee View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    850ef93 View commit details
    Browse the repository at this point in the history