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

[MRG+1] FIX unstable cumsum #7376

Merged
merged 14 commits into from Oct 17, 2016
Merged

Commits on Oct 8, 2016

  1. Copy the full SHA
    c5838e9 View commit details
    Browse the repository at this point in the history
  2. equal_nan = true for isclose

    since numpy < 1.9 sum is as unstable as cumsum, fallback to np.cumsum
    yangarbiter committed Oct 8, 2016
    Copy the full SHA
    6ae3971 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    628acee View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0ad7d29 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ab7627f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    63f6699 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    db39896 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4a133c9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f756091 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    13faf14 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4247926 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8a87a9c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    20e0724 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Copy the full SHA
    fd9a02e View commit details
    Browse the repository at this point in the history