Skip to content

Commit 1576970

Browse files
committed
Merge commit '45c8daff894c1d4e7a243cc542d9253233a58263'
2 parents f27495c + 45c8daf commit 1576970

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3771
-5934
lines changed

docs/Project.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
2727

2828
[compat]
2929
BSON = "0.3"
30-
BenchmarkTools = "1.3"
30+
BenchmarkTools = "1.5"
3131
CSV = "0.10"
3232
DataFrames = "1.6"
33-
DifferentialEquations = "7.9"
33+
DifferentialEquations = "7.14"
3434
Distributions = "0.25"
35-
Documenter = "0.27"
35+
Documenter = "1.7"
3636
Flux = "0.14"
37-
GLM = "1.8"
38-
GLPK = "1.1"
39-
GR = "0.72"
37+
GLM = "1.9"
38+
GLPK = "1.2"
39+
GR = "0.73"
4040
HypothesisTests = "0.11"
41-
Ipopt = "1.4"
42-
JuMP = "1.14"
41+
Ipopt = "1.6"
42+
JuMP = "1.23"
4343
MLDatasets = "0.7"
44-
Plots = "1.39"
45-
ProgressMeter = "1.8"
44+
Plots = "1.40"
45+
ProgressMeter = "1.10"
4646
Query = "1.0"
4747
RDatasets = "0.7"
48-
SpecialFunctions = "2.3"
48+
SpecialFunctions = "2.4"
4949
StatsPlots = "0.15"
50-
julia = "1.9"
50+
julia = "1.10"

docs/make.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ makedocs(;
113113
collapselevel=1,
114114
assets=[
115115
"assets/favicon.ico",
116-
"assets/ctustyle.css",
117116
],
118117
ansicolor=true
119118
),
@@ -134,7 +133,7 @@ makedocs(;
134133
"11: Neural networks II." => lecture_11,
135134
"12: Statistics" => lecture_12,
136135
"13: Ordinary differential equations" => lecture_13,
137-
]
136+
],
138137
)
139138

140139
deploydocs(;

docs/src/assets/ctustyle.css

-215
This file was deleted.

docs/src/howto.md

-67
This file was deleted.

0 commit comments

Comments
 (0)