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: 1.6.0 rc2 backports #13279

Merged
merged 13 commits into from Dec 22, 2020

Commits on Dec 21, 2020

  1. BUG: pavement.py fixes

    * the changes made to `pavement.py`, as described in scipygh-13221,
    modernized some file handling code blocks as suggested by static
    analysis
    
    * however, this broke the usage of `paver release` (which is not
    tested in CI), because the meaning of those code blocks was changed
    from passing a path-like object to `os.path.basename()` to passing
    an open file handle to `basename()`
    
    * this two-character patch restores the originally intended meaning
    (passing a path-like object to `basename()`) while preserving
    the modernized file context managers; I confirmed locally that
    `paver release` works again with this patch
    tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    ca93db4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc63d57 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7fd88bc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    369e4f8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e3b3ca View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3573c25 View commit details
    Browse the repository at this point in the history
  7. fix copy/paste error in test name

    grlee77 authored and tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    f4eebf6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f7045e1 View commit details
    Browse the repository at this point in the history
  9. CI: fix macOS

    andyfaff authored and tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    f5c1695 View commit details
    Browse the repository at this point in the history
  10. CI: reactivate CI selectivity

    andyfaff authored and tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    6558739 View commit details
    Browse the repository at this point in the history
  11. CI: a few other packages

    andyfaff authored and tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    caa3eb2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5e5ec9f View commit details
    Browse the repository at this point in the history
  13. DOC: update 1.6.0 relnotes

    * update the SciPy `1.6.0` (rc2) release notes following
    backports to the maintenance branch
    
    * I've added Matti Picus to the author list because
    they made essential contributions to the wheels repo
    that were not picked up by our automated scripts
    
    * backports included for rc2 (so far):
    scipygh-13226
    scipygh-13249
    scipygh-13253
    scipygh-13260
    scipygh-13269
    tylerjereddy committed Dec 21, 2020
    Copy the full SHA
    550f87e View commit details
    Browse the repository at this point in the history