-
-
Notifications
You must be signed in to change notification settings - Fork 72
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.39.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 4 contributors
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3e3bd7 - Browse repository at this point
Copy the full SHA e3e3bd7View commit details
Commits on Oct 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9f06021 - Browse repository at this point
Copy the full SHA 9f06021View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a0728c2 - Browse repository at this point
Copy the full SHA a0728c2View commit details -
Merge pull request #490 from ChrisRackauckas-Claude/fix-issparse-486
Fix issparse for AbstractVectorOfArray
Configuration menu - View commit details
-
Copy full SHA for d848bfb - Browse repository at this point
Copy the full SHA d848bfbView commit details -
Merge pull request #487 from efaulhaber/resize-array-partition
Implement `Base.resize!` for `ArrayPartition`s
Configuration menu - View commit details
-
Copy full SHA for 3825f23 - Browse repository at this point
Copy the full SHA 3825f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b0c97 - Browse repository at this point
Copy the full SHA 88b0c97View commit details -
Merge pull request #491 from SciML/ChrisRackauckas-patch-1
Update Project.toml
Configuration menu - View commit details
-
Copy full SHA for 711daaf - Browse repository at this point
Copy the full SHA 711daafView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.38.0...v3.39.0