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: JuliaDiff/FiniteDiff.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 616d8ff
Choose a base ref
...
head repository: JuliaDiff/FiniteDiff.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e9bfb0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    fb6341d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from JuliaDiff/gd/remove_inbounds

    Remove `@inbounds` for structured matrices
    ChrisRackauckas authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bcf0198 View commit details
    Browse the repository at this point in the history
  3. Generalize fast colored iteration on banded matrix to array output

    The function already uses 2D indexing so it's fast and safe for array output too, it just needs to make sure to get the sparsity information from sparsity (which it should have done in the first place, it just assumed the two were the same).
    ChrisRackauckas authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f525070 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #194 from JuliaDiff/ChrisRackauckas-patch-1

    Generalize fast colored iteration on banded matrix to array output
    ChrisRackauckas authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9d6d0e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e9bfb0 View commit details
    Browse the repository at this point in the history
Loading