Skip to content

Cleanup transforms.py. #7394

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

Merged
merged 3 commits into from
Feb 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Cleanup transforms.py.
Simplify the implementation of various methods.  Note the switch to
`np.min` rather than `min`, which avoids silently dropping `nan`s.

Switch to modern property declarations.  Cleanup some docstrings.
  • Loading branch information
anntzer committed Feb 21, 2017
commit c2aabe9d86e667579f7c87be54d2894e9acb10e6
Loading