Skip to content

Commit

Permalink
Merge pull request JuliaRegistries#4327 from JuliaRegistries/registra…
Browse files Browse the repository at this point in the history
…tor/diffeqoperators/9fdde737/v4.2.0

New version: DiffEqOperators v4.2.0
  • Loading branch information
KristofferC authored Oct 14, 2019
2 parents a91f4ff + cdbe0f6 commit 2d0d7b0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
14 changes: 9 additions & 5 deletions D/DiffEqOperators/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
["2.0-3.2"]
["2-3.2"]
julia = "0.7-1"

["2.0-3.4"]
["2-3.4"]
DiffEqBase = "1.19-5"
StaticArrays = "0"

["3.3-4.1"]
["3.3-4"]
julia = "1"

["3.5"]
["3.5-3"]
DiffEqBase = "1.19.0-*"

["4.0-4.1"]
["4-4.1"]
DiffEqBase = "5.19.0-*"

["4.2-4"]
DiffEqBase = "6"
ModelingToolkit = "0.8"
21 changes: 13 additions & 8 deletions D/DiffEqOperators/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
["2.0-3.4"]
["2-3.4"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["2.0-4.1"]
[2-4]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["3.0-3.4"]
["3-3.4"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

["3.1-4.1"]
["3.1-4"]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

["3.5"]
["3.5-3"]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

["3.5-4.1"]
["3.5-4"]
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

["4.0-4.1"]
[4]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"

["4.1"]
["4.1-4"]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

["4.2-4"]
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
3 changes: 3 additions & 0 deletions D/DiffEqOperators/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ git-tree-sha1 = "069d9f4d61ec20db549b8bc5cc29baacb885b69a"

["4.1.0"]
git-tree-sha1 = "730b9dfb221310fd73a299f6bdb5823347fe72e5"

["4.2.0"]
git-tree-sha1 = "d238aff7c466df714fd56fddc258b565cbfac904"

0 comments on commit 2d0d7b0

Please sign in to comment.