Skip to content

Commit 713e6ee

Browse files
committed
Bump version
1 parent 2313237 commit 713e6ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SparseDiffToolsSymbolicsExt = "Symbolics"
3535
SparseDiffToolsZygoteExt = "Zygote"
3636

3737
[compat]
38-
ADTypes = "0.2"
38+
ADTypes = "0.2.1"
3939
Adapt = "3.0"
4040
ArrayInterface = "7.4.2"
4141
Compat = "4"

src/SparseDiffTools.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export JacVec, HesVec, HesVecGrad, VecJac
8686
export update_coefficients, update_coefficients!, value!
8787

8888
# High Level Interface: sparse_jacobian
89-
export AutoSparseZygote # FIXME: Remove once https://github.com/SciML/ADTypes.jl/pull/16 is merged
9089
export AutoSparseEnzyme
9190

9291
export NoSparsityDetection,

0 commit comments

Comments
 (0)