Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: rework AbstractVectorOfArray, use new SymbolicIndexingInterface #290

Merged
merged 45 commits into from
Dec 11, 2023

Conversation

AayushSabharwal
Copy link
Member

@AayushSabharwal AayushSabharwal commented Oct 23, 2023

  • Implemented new SII
  • AbstractVectorOfArray doesn't subtype AbstractArray
  • Removed issymbollike

Closes #237

@AayushSabharwal
Copy link
Member Author

Removing the AbstractArray subtype has broken broadcasting, which I'm trying to figure out

@AayushSabharwal
Copy link
Member Author

I've tried to make AbstractVectorOfArray work the same as it did before without subtyping AbstractArray. I'm not particularly happy with all of the changes made, so I'm open to input

@AayushSabharwal AayushSabharwal marked this pull request as ready for review November 27, 2023 10:57
@ChrisRackauckas ChrisRackauckas merged commit 93125bc into SciML:master Dec 11, 2023
0 of 23 checks passed
@AayushSabharwal AayushSabharwal deleted the as/indexing-rework branch December 12, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Breaking] Update DiffEqArray constructors
3 participants