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.10.1 backports round 2 #18001

Merged

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd98e23 View commit details
    Browse the repository at this point in the history
  2. BUG: signal: fix check_malloc extern declaration type (scipy#17790)

    The definition of check_malloc takes a size_t argument.
    Fixes a lto-type-mistatch warning.
    Related to scipy#16098
    nekopsykose authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    2eb9b96 View commit details
    Browse the repository at this point in the history
  3. BUG: [sparse.csgraph] Fix a bug in dijkstra and johnson algorithm (sc…

    …ipy#17800)
    
    * MAINT: Fix wrong 'directed' being passed in the tests for shortest path algorithms
    * BUG: scipy.sparse.csgraph: Fix a bug in FibonacciHeap used for the dijkstra function
    * TST: PR 17800 revisions to pin down exact test cases
    
    ---------
    
    Co-authored-by: Tyler Reddy <tyler.je.reddy@gmail.com>
    Co-authored-by: CJ Carey <perimosocordiae@gmail.com>
    Co-authored-by: Kai Striega <kaistriega@gmail.com>
    4 people committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6931375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e26b6 View commit details
    Browse the repository at this point in the history
  5. BUG: fix Johnson's algorithm.

    Remove unnecessary reset of dist_array during Bellman-Ford
    weight updates.
    Add unit test for negative weighted shortest paths.
    See scipy#14980
    tsery-ns authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a225f2b View commit details
    Browse the repository at this point in the history
  6. Fix powm1 overflow handling

    mborland authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    78e790c View commit details
    Browse the repository at this point in the history
  7. BUG: Use raw strings for paths

    * `\U` leads to strings being treated as unicode, hence we escape it
      with raw strings
    * Changed bool parameters real bools instead of string `"True"` and
      `"False"`
    
    [wheel build]
    ganesh-k13 authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    c33c679 View commit details
    Browse the repository at this point in the history
  8. DOC: update link of the logo in the readme

    [skip ci]
    tupui authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9bb12cd View commit details
    Browse the repository at this point in the history
  9. BUG: diffev exponential crossover

    andyfaff authored and tylerjereddy committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6abc551 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79bc9c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. MAINT: test wheel builds [wheel build]

    * test wheel builds in scipygh-18001
    
    [wheel build]
    tylerjereddy committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5789a76 View commit details
    Browse the repository at this point in the history