Skip to content

Commit

Permalink
Add AutoModelingToolkit to deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored May 2, 2024
1 parent d4a014a commit 245d670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/legacy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
@deprecate AutoSparseReverseDiff(; kwargs...) AutoSparse(AutoReverseDiff(; kwargs...))

@deprecate AutoSparseZygote() AutoSparse(AutoZygote())

@deprecate AutoModelingToolkit(; kwargs...) AutoSparse(AutoSymbolics())

0 comments on commit 245d670

Please sign in to comment.