-
-
Notifications
You must be signed in to change notification settings - Fork 16
SciMLOperators operator evaluation interface allowing different defining and action vectors #269
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ff55ed8
SciMLOperators Different defining vectors
divital-coder 41108ec
Operators in work, modificataions -> operator update interface, opera…
divital-coder 44f7121
Updated interface for operators, addition of new and modified tests
divital-coder 17a6a58
Update SciMLOperators.jl
ChrisRackauckas 06083e9
Update interface.jl
ChrisRackauckas 81adab6
Modified tests, fixed left.jl as per reviews
divital-coder 7cd3adf
Fixed Zygote tests
divital-coder d38b165
Update runtests.jl
ChrisRackauckas 51776eb
Added original test lines back
divital-coder 9926df0
Update test/func.jl
ChrisRackauckas 7df820d
Update test/func.jl
ChrisRackauckas b43e25a
Update test/func.jl
ChrisRackauckas d830399
Update test/func.jl
ChrisRackauckas ea686c6
Update test/scalar.jl
ChrisRackauckas 6dc91ef
Update test/scalar.jl
ChrisRackauckas 3ab5da1
Update test/scalar.jl
ChrisRackauckas 09c80a2
Update test/scalar.jl
ChrisRackauckas efdb2e7
Update test/total.jl
ChrisRackauckas 3dc0ae0
fix a lot of docstrings
ChrisRackauckas 7451c30
one more docstring
ChrisRackauckas f7a39df
update docs
ChrisRackauckas 5892a2f
let doc tests run
ChrisRackauckas d3a36fc
fix variable names
ChrisRackauckas f6f11aa
some more renaming and fix matrix tests
ChrisRackauckas 9d4d0b5
Fix FunctionOperator definition
ChrisRackauckas b70b102
get tests passing
ChrisRackauckas b7d2132
fix doc builds
ChrisRackauckas fcc3833
fix typo
ChrisRackauckas 7376381
fix docs
ChrisRackauckas 3cd098a
alloc test passes on later versions
ChrisRackauckas 500b89f
fix alloc tests
ChrisRackauckas 7d105da
split allocs checks
ChrisRackauckas 098264b
fix new test setup
ChrisRackauckas 1c47fe6
alloc tests throw
ChrisRackauckas 596f239
fix pre
ChrisRackauckas 91e4312
finalize
ChrisRackauckas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| name = "SciMLOperators" | ||
| uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" | ||
| authors = ["Vedant Puri <[email protected]>"] | ||
| version = "0.3.13" | ||
| version = "0.4.0" | ||
|
|
||
| [deps] | ||
| ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.