Skip to content

Commit

Permalink
Merge #171
Browse files Browse the repository at this point in the history
171: Remove unused files from src r=dennisYatunin a=dennisYatunin



Co-authored-by: Dennis Yatunin <[email protected]>
  • Loading branch information
bors[bot] and dennisYatunin authored Feb 21, 2023
2 parents d74b704 + 366589a commit eb60c47
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 179 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaTimeSteppers"
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
authors = ["Climate Modeling Alliance"]
version = "0.7.1"
version = "0.7.2"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
1 change: 0 additions & 1 deletion src/ClimaTimeSteppers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import DiffEqBase, SciMLBase, LinearAlgebra, DiffEqCallbacks, Krylov

include("sparse_containers.jl")
include("functions.jl")
include("operators.jl")

abstract type DistributedODEAlgorithm <: DiffEqBase.AbstractODEAlgorithm end

Expand Down
132 changes: 0 additions & 132 deletions src/ImplicitSolverInterface.jl

This file was deleted.

45 changes: 0 additions & 45 deletions src/operators.jl

This file was deleted.

2 comments on commit eb60c47

@dennisYatunin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/78224

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.2 -m "<description of version>" eb60c472ef344b824fb740326e924f8dc445157c
git push origin v0.7.2

Please sign in to comment.