From f7e8865642d162124b7b8b52b8b58a79e6506eed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 17:04:36 +0000 Subject: [PATCH 1/6] CompatHelper: bump compat for "Distributions" to "0.23" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0d12af01..47a43144 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ DiffEqOperators = "4.3" DiffEqParamEstim = "1.8" DiffEqPhysics = "3.2" DifferentialEquations = "6.8" -Distributions = "0.21, 0.22" +Distributions = "0.21, 0.22, 0.23" DoubleFloats = "0.9, 1.0" ForwardDiff = "0.10" Gadfly = "1.1" From 17375df89f86237028137c24af8ae65a6509fd3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 03:04:25 +0000 Subject: [PATCH 2/6] CompatHelper: bump compat for "ParameterizedFunctions" to "5.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 47a43144..73282f68 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ ModelingToolkit = "0.9, 0.10, 1.0" NLsolve = "4.2" Optim = "0.19, 0.20" OrdinaryDiffEq = "5.23" -ParameterizedFunctions = "4.2" +ParameterizedFunctions = "4.2, 5.0" Plots = "0.27, 0.28, 0.29" PyPlot = "2.8" RecursiveArrayTools = "1,2" From 93a3b39e8e25fc11ea131f1128ad4f83d7b2c5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Sat, 21 Mar 2020 00:00:12 +0200 Subject: [PATCH 3/6] gitignore weaved output --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 031fc290..648b5580 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ *.out *.tex Manifest.toml +tutorials/**/*.html +tutorials/**/*.pdf From 10b3969e965de61fae7abb898a1cec75c7eba683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Sat, 21 Mar 2020 02:11:09 +0200 Subject: [PATCH 4/6] Remove Gadfly dependency --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 73282f68..c1dfd25e 100644 --- a/Project.toml +++ b/Project.toml @@ -23,11 +23,11 @@ DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" -Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" @@ -66,7 +66,6 @@ DifferentialEquations = "6.8" Distributions = "0.21, 0.22, 0.23" DoubleFloats = "0.9, 1.0" ForwardDiff = "0.10" -Gadfly = "1.1" IJulia = "1.20" Latexify = "0.12, 0.13" Measurements = "2.1" From 5d22805c76d2f6f333630c57e28bf09595e7f755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:04:58 +0000 Subject: [PATCH 5/6] CompatHelper: add new compat entry for "MCMCChains" at version "3.0" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c1dfd25e..5b656c5c 100644 --- a/Project.toml +++ b/Project.toml @@ -68,6 +68,7 @@ DoubleFloats = "0.9, 1.0" ForwardDiff = "0.10" IJulia = "1.20" Latexify = "0.12, 0.13" +MCMCChains = "3.0" Measurements = "2.1" ModelingToolkit = "0.9, 0.10, 1.0" NLsolve = "4.2" From 2a9af941bfee18bde50cad2c7edd9c0e26b306e0 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 24 Mar 2020 17:43:05 -0400 Subject: [PATCH 6/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c1dfd25e..1634faf6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqTutorials" uuid = "6d1b261a-3be8-11e9-3f2f-0b112a9a8436" authors = ["Chris Rackauckas "] -version = "0.3.0" +version = "0.4.0" [deps] AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"