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: backports for 1.7.2, plus update Pythran min version to 0.9.12 #14937

Merged
merged 6 commits into from Oct 29, 2021

Commits on Oct 29, 2021

  1. CI: Add stdlib to LD_LIBRARY_PATH (scipy#14831)

    [azure skip] [circle skip]
    
    (cherry picked from commit 48e1dd7)
    ilayn authored and rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c245803 View commit details
    Browse the repository at this point in the history
  2. MAINT: disable include/source coverage warning. (scipy#14803)

    * MAINT: disable include/source coverage warning.
    
    Co-authored-by: Tirth Patel <tirthasheshpatel@gmail.com>
    (cherry picked from commit 5938242)
    tupui authored and rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6c4e648 View commit details
    Browse the repository at this point in the history
  3. BUG: avoid mutating inputs in multivariate distributions

    (cherry picked from commit 95fc039)
    jakevdp authored and rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b4fb2ec View commit details
    Browse the repository at this point in the history
  4. BUG: Fix alignment errors due to relaxed stride checking (scipy#14893)

    (cherry picked from commit cd1c680)
    peterbell10 authored and rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    cd2e9dc View commit details
    Browse the repository at this point in the history
  5. Added missing np.import_array() (scipy#14813)

    * Added missing np.import_array()
    
    In principle this should always be called before using cimported
    Numpy from Cython files. It becomes more important on recent
    versions of Cython (since they use the Numpy API rather than
    directly looking into the objects)
    
    * Remove version pin
    
    * Added some missing lines in templ files
    
    (cherry picked from commit 2f4bd42)
    da-woods authored and rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1399bf6 View commit details
    Browse the repository at this point in the history
  6. BLD: update Pythran lower version constraint to 0.9.12

    This gets rid of the NetworkX dependency in Pythran, which was
    removed in 0.9.12
    
    Closes scipygh-14335
    rgommers committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0054fae View commit details
    Browse the repository at this point in the history