Skip to content

Commit

Permalink
build based on 378803c
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 22, 2024
1 parent aa60833 commit 955473f
Show file tree
Hide file tree
Showing 119 changed files with 11,201 additions and 10,771 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-08T11:05:20","documenter_version":"1.1.2"}}
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-22T18:09:31","documenter_version":"1.4.1"}}
1,678 changes: 963 additions & 715 deletions dev/assets/Manifest.toml

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dev/assets/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataDrivenDiffEq = "2445eb08-9709-466a-b3fc-47e12bd697a2"
DataDrivenSparse = "5b588203-7d8b-4fab-a537-c31a7f73f46b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DiffEqGPU = "071ae1c0-96b5-11e9-1965-c90190d839ea"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -22,6 +21,7 @@ LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
MethodOfLines = "94925ecb-adb7-4558-8ed8-f975c56a0bf4"
Expand Down Expand Up @@ -50,46 +50,46 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AdvancedHMC = "0.5"
AdvancedHMC = "0.6"
BenchmarkTools = "1"
CSV = "0.10"
CUDA = "4, 5"
ComponentArrays = "0.14, 0.15"
DataDrivenDiffEq = "1.2"
CUDA = "5"
ComponentArrays = "0.15"
DataDrivenDiffEq = "1.4"
DataDrivenSparse = "0.1"
DataFrames = "1"
DiffEqFlux = "2"
DiffEqGPU = "2"
DiffEqGPU = "3"
DifferentialEquations = "7"
Distributions = "0.25"
Documenter = "1"
DomainSets = "0.6"
DomainSets = "0.6, 0.7"
Flux = "0.13, 0.14"
ForwardDiff = "0.10"
IncompleteLU = "0.2"
Integrals = "3, 4"
Integrals = "4"
LineSearches = "7"
LinearSolve = "2"
Lux = "0.5"
MCMCChains = "6"
Measurements = "2"
MethodOfLines = "0.9"
ModelingToolkit = "8"
MethodOfLines = "0.11"
ModelingToolkit = "9.9"
MultiDocumenter = "0.7"
NeuralPDE = "5"
NonlinearSolve = "1"
NeuralPDE = "5.15"
NonlinearSolve = "3"
Optimization = "3"
OptimizationMOI = "0.1"
OptimizationNLopt = "0.1"
OptimizationOptimJL = "0.1"
OptimizationOptimisers = "0.1"
OptimizationPolyalgorithms = "0.1"
OptimizationMOI = "0.4"
OptimizationNLopt = "0.2"
OptimizationOptimJL = "0.2, 0.3"
OptimizationOptimisers = "0.2"
OptimizationPolyalgorithms = "0.2"
OrdinaryDiffEq = "6"
Plots = "1"
SciMLExpectations = "2"
SciMLSensitivity = "7"
StableRNGs = "1"
StaticArrays = "1"
Statistics = "1"
StatsPlots = "0.15"
Unitful = "1"
Zygote = "0.6"
Loading

0 comments on commit 955473f

Please sign in to comment.