Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scipy/scipy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: scipy/scipy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 16 commits
  • 13 files changed
  • 8 contributors

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    7cc32c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Merge pull request #13756 from tylerjereddy/treddy_prep_163

    REL: prep for SciPy 1.6.3
    tylerjereddy authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8b4b845 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    8f41ce8 View commit details
    Browse the repository at this point in the history
  2. substitute np.math.factorial with math.factorial

    刘星雨 authored and tylerjereddy committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7286f7d View commit details
    Browse the repository at this point in the history
  3. DOC: update 1.6.3 relnotes

    * update SciPy `1.6.3` release notes following
    a set of backports
    tylerjereddy committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    df737f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    660bcf1 View commit details
    Browse the repository at this point in the history
  2. MAINT: deprecated np.typeDict

    tupui authored and tylerjereddy committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    1188eb5 View commit details
    Browse the repository at this point in the history
  3. DOC: 1.6.3 release notes update

    * use English version of name for
    Xingyu Liu
    
    * other updates to the release notes
    due to additional backports
    tylerjereddy committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    7aaa826 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Merge pull request #13829 from tylerjereddy/treddy_163_backports

    MAINT: SciPy 1.6.3 backports
    tylerjereddy authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    6c65a2c View commit details
    Browse the repository at this point in the history
  2. REL: 1.6.3 release commit

    * set SciPy `1.6.3` `ISRELEASED = True`
    tylerjereddy committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    e633da1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. add random seeds

    pmla authored and tylerjereddy committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c0c8da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6844212 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. BENCH: remove benchmark for highs-simplex

    The high-simplex method of optimize.linprog does not exist in
    1.6.x, so this must have been failing for a while or it snuck in
    during a backport.
    rgommers committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7db01fb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. BENCH: optimize: benchmark only HiGHS methods; add bigger benchmarks

    (cherry picked from commit 25a8cc4)
    mdhaber authored and rgommers committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    a2a2ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    6eab5bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13908 from tylerjereddy/treddy_backport_issue_13890

    MAINT: additional 1.6.3 backport
    tylerjereddy authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    4ec4ab8 View commit details
    Browse the repository at this point in the history
Loading