Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: ScalingCollapse v0.1.0 #101557

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7856,6 +7856,7 @@ bce108ef-3f60-5dd0-bcd6-e13a096cb796 = { name = "Libical_jll", path = "jll/L/Lib
bce5aa3b-8e88-58e5-b7b9-01e2bcd06fb8 = { name = "Notifier", path = "N/Notifier" }
bcebb21b-c2e3-54f8-a781-646b90f6d2cc = { name = "Knockout", path = "K/Knockout" }
bcec86f5-ca56-4bff-b104-0763dbc0fc1b = { name = "SemifieldAlgebra", path = "S/SemifieldAlgebra" }
bcf2b353-04f3-4f78-ac0b-80007e341812 = { name = "ScalingCollapse", path = "S/ScalingCollapse" }
bcf6de08-7633-46ab-86e2-ee57f9a67390 = { name = "ElasticSurfaceEmbedding", path = "E/ElasticSurfaceEmbedding" }
bcf78de8-a01d-4207-9174-b5b11956a333 = { name = "GeometricalOptics", path = "G/GeometricalOptics" }
bcf9a6e7-4020-453c-b88e-690564246bb8 = { name = "BugReporting", path = "B/BugReporting" }
Expand Down
6 changes: 6 additions & 0 deletions S/ScalingCollapse/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[0]
Dierckx = "0.5"
Measurements = "2"
Optim = "1.6.2-1"
Statistics = "1.9.0-1"
julia = "1.9.0-1"
5 changes: 5 additions & 0 deletions S/ScalingCollapse/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[0]
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3 changes: 3 additions & 0 deletions S/ScalingCollapse/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "ScalingCollapse"
uuid = "bcf2b353-04f3-4f78-ac0b-80007e341812"
repo = "https://github.com/maltepuetz/ScalingCollapse.jl.git"
2 changes: 2 additions & 0 deletions S/ScalingCollapse/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "efc0d8ee4ece61d934823de3a3ce1ae7fd34e0e8"
2 changes: 2 additions & 0 deletions S/ScalingCollapse/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[0]
GLMakie = "0.9-0"
2 changes: 2 additions & 0 deletions S/ScalingCollapse/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[0]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Loading