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.38.0
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.39.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 14, 2025

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

Commits on Oct 17, 2025

  1. Add issparse method for AbstractVectorOfArray

    Fixes #486
    
    When issparse(::SubArray) is called, it tries to call issparse on the
    parent array. If the parent is an AbstractVectorOfArray, there was no
    issparse method defined, causing a MethodError.
    
    This commit adds issparse method that returns false for
    AbstractVectorOfArray, since it is not a sparse array type.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ChrisRackauckas and claude committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    9f06021 View commit details
    Browse the repository at this point in the history
  2. Add tests for issparse method

    Adds comprehensive tests for the issparse method including:
    - Testing issparse returns false for VectorOfArray
    - Testing issparse returns false for DiffEqArray
    - Testing the original issue with SubArray views
    - Testing nested VectorOfArray structures
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ChrisRackauckas and claude committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a0728c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #490 from ChrisRackauckas-Claude/fix-issparse-486

    Fix issparse for AbstractVectorOfArray
    ChrisRackauckas authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d848bfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #487 from efaulhaber/resize-array-partition

    Implement `Base.resize!` for `ArrayPartition`s
    ChrisRackauckas authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    3825f23 View commit details
    Browse the repository at this point in the history
  5. Update Project.toml

    ChrisRackauckas authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    88b0c97 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #491 from SciML/ChrisRackauckas-patch-1

    Update Project.toml
    ChrisRackauckas authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    711daaf View commit details
    Browse the repository at this point in the history
Loading