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: SciML/LinearSolve.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.41.0
Choose a base ref
...
head repository: SciML/LinearSolve.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.42.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 5, 2025

  1. Give a very clear and strong error message for 64-bit builds with 32-…

    …bit BLAS (#796)
    
    * Give a very clear and strong error message for 64-bit builds with 32-bit BLAS
    
    This should make #790 a lot less likely
    
    * Update src/LinearSolve.jl
    
    * Update src/LinearSolve.jl
    ChrisRackauckas authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    44164a4 View commit details
    Browse the repository at this point in the history
  2. Prevent misplaced global declaration syntax error (#795)

    `global` cannot be the last statement in a block (it is unclear if it is supposed to return nothing or the value).
    vtjnash authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    ed1ea74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Fix handling for default algorithms for DualLinearProblems (#775)

    * fix handling for default algs for DualLinearProblems
    
    * remove redunant check
    
    * fix alg
    
    * make sure JET test uses DualCache
    
    * add JET tests
    
    * add comment
    
    * default tests are broken anyway
    
    * add comment
    
    * remove broken
    
    * set tests broken only for < 1.11
    jClugstor authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    89baa2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4d9db View commit details
    Browse the repository at this point in the history
Loading