Skip to content

Commit

Permalink
New package: LaplacianExpectationMaximization v0.1.0 (#121195)
Browse files Browse the repository at this point in the history
UUID: 610349f3-aa2e-4e53-b232-3ba00964b24d
Repo: https://github.com/jbrea/LaplacianExpectationMaximization.jl.git
Tree: 0aef0d77084d5edb999376a1e2e5821f98da4b89

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 14, 2024
1 parent 0637bd3 commit 0e4c552
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
14 changes: 14 additions & 0 deletions L/LaplacianExpectationMaximization/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[0]
ADTypes = "1"
ComponentArrays = "0.15"
ConcreteStructs = "0.2"
Distributions = "0.25"
DocStringExtensions = "0.9"
ForwardDiff = "0.10"
LinearAlgebra = "1"
Optim = "1"
Optimisers = "0.3-0.4"
OptimizationCallbacks = "0.1"
Printf = "1"
Random = "1"
julia = "1.10.0-1"
13 changes: 13 additions & 0 deletions L/LaplacianExpectationMaximization/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[0]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
OptimizationCallbacks = "65fa8838-c146-46ed-aad7-5f6b0eb2af66"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3 changes: 3 additions & 0 deletions L/LaplacianExpectationMaximization/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "LaplacianExpectationMaximization"
uuid = "610349f3-aa2e-4e53-b232-3ba00964b24d"
repo = "https://github.com/jbrea/LaplacianExpectationMaximization.jl.git"
2 changes: 2 additions & 0 deletions L/LaplacianExpectationMaximization/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "0aef0d77084d5edb999376a1e2e5821f98da4b89"
4 changes: 4 additions & 0 deletions L/LaplacianExpectationMaximization/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[0]
Enzyme = "0.11-0.13"
NLopt = "1"
Optimization = "4"
4 changes: 4 additions & 0 deletions L/LaplacianExpectationMaximization/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[0]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4474,6 +4474,7 @@ some amount of consideration when choosing package names.
60f91f6f-d783-54cb-84f9-544141854719 = { name = "CovarianceMatrices", path = "C/CovarianceMatrices" }
60fd0770-a5cf-11ea-07c5-d789f1eae5cb = { name = "ChordalGraph", path = "C/ChordalGraph" }
610335e3-e389-450b-99eb-3a0a1c8c6bf9 = { name = "SparseArraysCOO", path = "S/SparseArraysCOO" }
610349f3-aa2e-4e53-b232-3ba00964b24d = { name = "LaplacianExpectationMaximization", path = "L/LaplacianExpectationMaximization" }
6103b61f-200f-420b-b397-2cbeef157920 = { name = "RigorousInvariantMeasures", path = "R/RigorousInvariantMeasures" }
61083c21-b130-4e74-9cd1-836f8dfec7b9 = { name = "TurbulentWords", path = "T/TurbulentWords" }
6112ee07-acf9-5e0f-b108-d242c714bf9f = { name = "UnitfulAstro", path = "U/UnitfulAstro" }
Expand Down

0 comments on commit 0e4c552

Please sign in to comment.