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: JuliaSparse/SparseArrays.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JuliaSparse/SparseArrays.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.11
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 8 contributors

Commits on Oct 21, 2024

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

Commits on Oct 26, 2024

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

Commits on Nov 2, 2024

  1. SparseMatrixCSC constructor with a Tuple of Integers (#523)

    * SparseMatrixCSC constructor with a Tuple of Integers
    
    * SparseVector constructors
    
    ---------
    
    Co-authored-by: Viral B. Shah <[email protected]>
    2 people authored and dkarrasch committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8dd8300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a48327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66d65fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8534357 View commit details
    Browse the repository at this point in the history
  5. Do not use nested dissection by default. (#550)

    * Do not use nested dissection by default.
    Provide a named parameter `nested_dissection` to `symbolic()` to turn it on.
    
    Co-authored-by: Kristoffer Carlsson <[email protected]>
    
    * Merge Sparse Linear Algebra docs into SparseArrays so that it shows in the Julia manual
    Consolidate all external packages in one place
    
    ---------
    
    Co-authored-by: Kristoffer Carlsson <[email protected]>
    2 people authored and dkarrasch committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    fcc6102 View commit details
    Browse the repository at this point in the history
  6. Update CI

    ViralBShah committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    7bc65ab View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Break recursion (#579)

    wsmoses authored and dkarrasch committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    298f5e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge pull request #571 from JuliaSparse/backports-release-1.11

    Backports to v1.11.2
    dkarrasch authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0a1c886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2420351 View commit details
    Browse the repository at this point in the history
Loading