Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 65781ba

Browse files
Merge pull request #80 from SciML/rethinkAPI
[WIP] No closures, no args and more
2 parents 1325478 + fe1b709 commit 65781ba

File tree

9 files changed

+1017
-1015
lines changed

9 files changed

+1017
-1015
lines changed

Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,25 @@ version = "1.3.3"
66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9-
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
109
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
10+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11+
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1112
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1213
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1314
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1415
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1516
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1617
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18+
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
19+
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1720
SymbolicAnalysis = "4297ee4d-0239-47d8-ba5d-195ecdf594fe"
1821
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1922
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
20-
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
21-
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
2223

2324
[weakdeps]
2425
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
25-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2626
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
27+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2728
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2829
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
2930
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

0 commit comments

Comments
 (0)