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/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.32.1
Choose a base ref
...
head repository: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.33.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 24, 2025

  1. More precise deprecations of linear indexing

    Noticed in SciML/Catalyst.jl#1248, the linear indexing is actually fine when done on scalar arrays because that matches the linear indexing that you get from an AbstractArray interface. So instead the deprecations are made more precise to be just about the array of array case.
    ChrisRackauckas authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    f791734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d0d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50b064f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #439 from SciML/ChrisRackauckas-patch-1

    More precise deprecations of linear indexing and add an interface definition page
    ChrisRackauckas authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    a480871 View commit details
    Browse the repository at this point in the history
  5. Update Project.toml

    ChrisRackauckas authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    32da6b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #440 from SciML/ChrisRackauckas-patch-1

    Update Project.toml
    ChrisRackauckas authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ea0e4f0 View commit details
    Browse the repository at this point in the history
Loading