Skip to content

Commit 88e09e8

Browse files
Merge pull request #965 from SciML/operators
Remove deprecated operator code
2 parents 9e6d0e3 + 13ecc1f commit 88e09e8

File tree

11 files changed

+7
-564
lines changed

11 files changed

+7
-564
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RecipesBase = "1.3.4"
8585
RecursiveArrayTools = "3.27.2"
8686
Reexport = "1"
8787
RuntimeGeneratedFunctions = "0.5.12"
88-
SciMLOperators = "0.3.7"
88+
SciMLOperators = "0.3.13"
8989
SciMLStructures = "1.1"
9090
StableRNGs = "1.0"
9191
StaticArrays = "1.7"

src/SciMLBase.jl

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -575,21 +575,6 @@ $(TYPEDEF)
575575
abstract type AbstractSensitivitySolution{T, N, S} <: AbstractTimeseriesSolution{T, N, S} end
576576

577577
# Misc
578-
# TODO - deprecate AbstractDiffEqOperator family
579-
"""
580-
$(TYPEDEF)
581-
"""
582-
abstract type AbstractDiffEqOperator{T} <: AbstractSciMLOperator{T} end
583-
584-
"""
585-
$(TYPEDEF)
586-
"""
587-
abstract type AbstractDiffEqLinearOperator{T} <: AbstractDiffEqOperator{T} end
588-
589-
"""
590-
$(TYPEDEF)
591-
"""
592-
abstract type AbstractDiffEqCompositeOperator{T} <: AbstractDiffEqLinearOperator{T} end
593578

594579
"""
595580
$(TYPEDEF)
@@ -720,10 +705,6 @@ $(TYPEDEF)
720705
abstract type AbstractParameterizedFunction{iip} <: AbstractODEFunction{iip} end
721706

722707
include("retcodes.jl")
723-
include("operators/operators.jl")
724-
include("operators/basic_operators.jl")
725-
include("operators/diffeq_operator.jl")
726-
include("operators/common_defaults.jl")
727708
include("symbolic_utils.jl")
728709
include("performance_warnings.jl")
729710

@@ -853,10 +834,6 @@ export EnsembleAnalysis, EnsembleSummary
853834

854835
export tuples, intervals, TimeChoiceIterator
855836

856-
export AffineDiffEqOperator, DiffEqScaledOperator
857-
858-
export DiffEqScalar, DiffEqArrayOperator, DiffEqIdentity
859-
860837
export step!, deleteat!, addat!, get_tmp_cache,
861838
full_cache, user_cache, u_cache, du_cache,
862839
rand_cache, ratenoise_cache,

src/operators/basic_operators.jl

Lines changed: 0 additions & 206 deletions
This file was deleted.

src/operators/common_defaults.jl

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)