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

MAINT: SciPy 1.5.0rc2 backports #12345

Merged

Commits on Jun 11, 2020

  1. TST: skip test_heequb, it fails intermittently. (scipy#12276)

    It looks like a bug in a particular OpenBLAS version that we use in
    python3.7-dbg in CI.
    rgommers authored and tylerjereddy committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    6d782ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de75eed View commit details
    Browse the repository at this point in the history
  3. BUG: sparse: avoid np.prod overflow in check_shape

    Using np.prod(..., dtype=int) can overflow on 32-bit platforms.
    Use scipy._lib._util.prod instead.
    pv authored and tylerjereddy committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c462e59 View commit details
    Browse the repository at this point in the history
  4. BUG: optimize: make cobyla threadsafe (scipy#12319)

    Cobyla is not threadsafe and can segfault when called from more than one thread.
    The problem is in f2py. Until the problem is fixed upstream in NumPy (f2py) we must
    synchronize the calls to cobyla with a lock.
    sturlamolden authored and tylerjereddy committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    0d130b4 View commit details
    Browse the repository at this point in the history
  5. DOC: 1.5.0rc2 release notes update

    * update the release notes for SciPy `1.5.0rc2`
    backports
    tylerjereddy committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    dadd2af View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    bb01b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9803615 View commit details
    Browse the repository at this point in the history
  3. DOC: update SciPy 1.5.0rc2 release notes

    * add scipygh-12335 to SciPy 1.5.0 release notes prior
    to rc2 release
    tylerjereddy committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a3795e9 View commit details
    Browse the repository at this point in the history
  4. CI: split travis arm64 run into two

    The run is too slow for the test suite to complete, so split it into two
    batches.
    pv authored and tylerjereddy committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3d96899 View commit details
    Browse the repository at this point in the history
  5. CI: don't install pydata/sparse when running on Numpy prerelease

    Numpy prerelease appears to cause problems for pydata/sparse, so avoid
    running tests concerning it.
    pv authored and tylerjereddy committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e468042 View commit details
    Browse the repository at this point in the history
  6. DOC: 1.5.0rc2 release notes update

    * update `1.5.0` release notes to include scipygh-12285
    tylerjereddy committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1e5c8d9 View commit details
    Browse the repository at this point in the history