Skip to content

Commit

Permalink
New version: DiscreteEntropy v0.2.1 (#120885)
Browse files Browse the repository at this point in the history
UUID: 940648b6-1797-4129-9403-35667d1f6004
Repo: https://github.com/kellino/DiscreteEntropy.jl.git
Tree: 7f78f7c2b4714509b8934b8239cd456d2ba2d64e

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 7, 2024
1 parent a380b03 commit 126b137
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
11 changes: 8 additions & 3 deletions D/DiscreteEntropy/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
[0]
CSV = "0.10"
Changepoints = "0.4"
Documenter = ["0.27", "1"]
QuadGK = "2.9.4-2"
Roots = "2.1.5-2"
SpecialFunctions = "1.8.1-2"
julia = "1.10.0-1"

["0-0.1"]
Distributions = "0.0.0-0.24"
Optim = "1.9.0-1"
StatsBase = "0.0.0-0.34.2"

["0-0.2.0"]
Changepoints = "0.4"
Documenter = ["0.27", "1"]
julia = "1.10.0-1"

["0.2-0"]
Distributions = "0.0.0-0.25"
GLPK = "1.2.0-1"
JuMP = "1.3.0-1"
Optim = "1.9.0-2"
Statistics = "1"
StatsBase = "0.0.0-0.34"

["0.2.1-0"]
julia = "1.11.0-1"
6 changes: 4 additions & 2 deletions D/DiscreteEntropy/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[0]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Changepoints = "98700a41-f20d-59c7-9e81-44d0470ae598"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -13,6 +11,10 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

["0-0.2.0"]
Changepoints = "98700a41-f20d-59c7-9e81-44d0470ae598"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

["0.2-0"]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
3 changes: 3 additions & 0 deletions D/DiscreteEntropy/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ git-tree-sha1 = "c2f1c125e0b221d8d27c2b33201d3d9f3c592668"

["0.2.0"]
git-tree-sha1 = "7bc6fed8299ef732a4c7957de8efdba9eebddbbd"

["0.2.1"]
git-tree-sha1 = "7f78f7c2b4714509b8934b8239cd456d2ba2d64e"

0 comments on commit 126b137

Please sign in to comment.