Skip to content

Commit 38229fd

Browse files
Merge pull request #1108 from SciML/revert-1098-move_to_SciMLBase
Revert "Move general utility functions and errors from DiffEqBase to SciMLBase "
2 parents 673c780 + 894c81c commit 38229fd

11 files changed

+15
-1345
lines changed

Project.toml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,19 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2929
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
3030
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
3131
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
32-
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
3332
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
3433
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3534
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3635

3736
[weakdeps]
3837
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3938
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
40-
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
41-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4239
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
4340
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
44-
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
45-
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
46-
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
4741
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
4842
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
4943
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
5044
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
51-
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
52-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5345
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5446

5547
[extensions]
@@ -61,12 +53,6 @@ SciMLBasePyCallExt = "PyCall"
6153
SciMLBasePythonCallExt = "PythonCall"
6254
SciMLBaseRCallExt = "RCall"
6355
SciMLBaseZygoteExt = ["Zygote", "ChainRulesCore"]
64-
SciMLBaseDistributionsExt = "Distributions"
65-
SciMLBaseMonteCarloMeasurementsExt = "MonteCarloMeasurements"
66-
SciMLBaseMooncakeExt = "Mooncake"
67-
SciMLBaseReverseDiffExt = "ReverseDiff"
68-
SciMLBaseTrackerExt = "Tracker"
69-
SciMLBaseForwardDiffExt = "ForwardDiff"
7056

7157
[compat]
7258
ADTypes = "0.2.5,1.0.0"
@@ -78,7 +64,6 @@ ChainRulesCore = "1.18"
7864
CommonSolve = "0.2.4"
7965
ConstructionBase = "1.5"
8066
Distributed = "1.10"
81-
Distributions = "0.25"
8267
DocStringExtensions = "0.9"
8368
EnumX = "1"
8469
ForwardDiff = "0.10.36, 1"
@@ -90,9 +75,6 @@ MLStyle = "0.4.17"
9075
Makie = "0.20, 0.21, 0.22, 0.23, 0.24"
9176
Markdown = "1.10"
9277
Moshi = "0.3"
93-
Mooncake = "0.4"
94-
Measurements = "2"
95-
MonteCarloMeasurements = "1"
9678
PartialFunctions = "1.1"
9779
PreallocationTools = "0.4.31"
9880
PrecompileTools = "1.2"
@@ -104,18 +86,15 @@ RCall = "0.14.0"
10486
RecipesBase = "1.3.4"
10587
RecursiveArrayTools = "3.35"
10688
Reexport = "1"
107-
ReverseDiff = "1"
10889
RuntimeGeneratedFunctions = "0.5.12"
10990
SciMLOperators = "1.3"
11091
SciMLStructures = "1.1"
11192
StableRNGs = "1.0"
112-
Static = "1"
11393
StaticArrays = "1.7"
11494
StaticArraysCore = "1.4"
11595
Statistics = "1.10"
11696
SymbolicIndexingInterface = "0.3.36"
11797
Tables = "1.11"
118-
Tracker = "0.2"
11998
Zygote = "0.7.10"
12099
julia = "1.10"
121100

@@ -137,4 +116,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
137116
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
138117

139118
[targets]
140-
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote", "Distributions", "MonteCarloMeasurements", "Measurements", "ReverseDiff", "Tracker"]
119+
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote"]

ext/SciMLBaseDistributionsExt.jl

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

0 commit comments

Comments
 (0)