diff --git a/A/AutoHist/Compat.toml b/A/AutoHist/Compat.toml new file mode 100644 index 000000000000000..0285bbff3a09ca5 --- /dev/null +++ b/A/AutoHist/Compat.toml @@ -0,0 +1,7 @@ +[0] +Distributions = "0.25.118-0.25" +LoopVectorization = "0.12.172-0.12" +SpecialFunctions = "2.5.0-2" +Statistics = "1.10.0-1" +StatsBase = "0.34.4-0.34" +julia = "1.6.7-1" diff --git a/A/AutoHist/Deps.toml b/A/AutoHist/Deps.toml new file mode 100644 index 000000000000000..c2a10390461f523 --- /dev/null +++ b/A/AutoHist/Deps.toml @@ -0,0 +1,6 @@ +[0] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/A/AutoHist/Package.toml b/A/AutoHist/Package.toml new file mode 100644 index 000000000000000..61bae20642bd566 --- /dev/null +++ b/A/AutoHist/Package.toml @@ -0,0 +1,3 @@ +name = "AutoHist" +uuid = "0bf0ee65-3559-4d1e-a282-1b0e88839781" +repo = "https://github.com/oskarhs/AutoHist.jl.git" diff --git a/A/AutoHist/Versions.toml b/A/AutoHist/Versions.toml new file mode 100644 index 000000000000000..a5ab6eae627e3d6 --- /dev/null +++ b/A/AutoHist/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "6eed052dc45ccd170e032661afc376ab61e900fd" diff --git a/Registry.toml b/Registry.toml index c96eb9c27792bda..afe169fa57461bb 100644 --- a/Registry.toml +++ b/Registry.toml @@ -582,6 +582,7 @@ some amount of consideration when choosing package names. 0be6dd02-ae9e-43eb-b318-c6e81d6890d8 = { name = "RelevancePropagation", path = "R/RelevancePropagation" } 0befed6a-bd73-11e8-1e41-a1190947c2f5 = { name = "GroupRings", path = "G/GroupRings" } 0bf025f6-8a23-43ed-a0f8-ad988f0a8cd8 = { name = "Photon", path = "P/Photon" } +0bf0ee65-3559-4d1e-a282-1b0e88839781 = { name = "AutoHist", path = "A/AutoHist" } 0bf3e898-7c79-4b38-9ca6-2d9cc6573905 = { name = "BundleAdjustmentModels", path = "B/BundleAdjustmentModels" } 0bf59076-c3b1-5ca4-86bd-e02cd72cde3d = { name = "AdvancedHMC", path = "A/AdvancedHMC" } 0bf644f3-9992-48f5-8d6e-b7168dcf6b06 = { name = "DianoiaML", path = "D/DianoiaML" }