Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RecipesBase = "1.3.4"
RecursiveArrayTools = "3.27.2"
Reexport = "1"
RuntimeGeneratedFunctions = "0.5.12"
SciMLOperators = "0.3.7"
SciMLOperators = "0.3.13"
SciMLStructures = "1.1"
StableRNGs = "1.0"
StaticArrays = "1.7"
Expand Down
23 changes: 0 additions & 23 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -575,21 +575,6 @@ $(TYPEDEF)
abstract type AbstractSensitivitySolution{T, N, S} <: AbstractTimeseriesSolution{T, N, S} end

# Misc
# TODO - deprecate AbstractDiffEqOperator family
"""
$(TYPEDEF)
"""
abstract type AbstractDiffEqOperator{T} <: AbstractSciMLOperator{T} end

"""
$(TYPEDEF)
"""
abstract type AbstractDiffEqLinearOperator{T} <: AbstractDiffEqOperator{T} end

"""
$(TYPEDEF)
"""
abstract type AbstractDiffEqCompositeOperator{T} <: AbstractDiffEqLinearOperator{T} end

"""
$(TYPEDEF)
Expand Down Expand Up @@ -720,10 +705,6 @@ $(TYPEDEF)
abstract type AbstractParameterizedFunction{iip} <: AbstractODEFunction{iip} end

include("retcodes.jl")
include("operators/operators.jl")
include("operators/basic_operators.jl")
include("operators/diffeq_operator.jl")
include("operators/common_defaults.jl")
include("symbolic_utils.jl")
include("performance_warnings.jl")

Expand Down Expand Up @@ -853,10 +834,6 @@ export EnsembleAnalysis, EnsembleSummary

export tuples, intervals, TimeChoiceIterator

export AffineDiffEqOperator, DiffEqScaledOperator

export DiffEqScalar, DiffEqArrayOperator, DiffEqIdentity

export step!, deleteat!, addat!, get_tmp_cache,
full_cache, user_cache, u_cache, du_cache,
rand_cache, ratenoise_cache,
Expand Down
206 changes: 0 additions & 206 deletions src/operators/basic_operators.jl

This file was deleted.

91 changes: 0 additions & 91 deletions src/operators/common_defaults.jl

This file was deleted.

Loading
Loading