Skip to content

Commit

Permalink
New version: Unfold v0.8.0 (#122948)
Browse files Browse the repository at this point in the history
UUID: 181c99d8-e21b-4ff3-b70b-c233eddec679
Repo: https://github.com/unfoldtoolbox/Unfold.jl.git
Tree: b81d0ee9460383290767b899f196f93df9841925

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jan 13, 2025
1 parent 49bbaf8 commit 3ed8de8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
9 changes: 7 additions & 2 deletions U/Unfold/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[0]
DSP = "0.7"
DataFrames = "1"
Distributions = "0.25"
GLM = "1"
IterativeSolvers = "0.9"
MLBase = "0.9"
Missings = "1"
MixedModels = "4"
ProgressMeter = "1"
StaticArrays = "1"
Tables = "1"
Expand Down Expand Up @@ -38,6 +36,10 @@ StatsModels = "0.6"
["0-0.6.3"]
Statistics = "1.6.0-1"

["0-0.7"]
DSP = "0.7"
MixedModels = "4"

["0.3.12-0"]
DocStringExtensions = "0.9"
StatsFuns = "1"
Expand Down Expand Up @@ -111,3 +113,6 @@ Interpolations = "0.15.1-0.15"
["0.7.9-0"]
ImageTransformations = "0.9-0.10"
Interpolations = "0.15"

["0.8-0"]
DSP = "0.7-0.8"
4 changes: 3 additions & 1 deletion U/Unfold/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand All @@ -35,6 +34,9 @@ PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
["0-0.6"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0-0.7"]
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"

["0.3.5-0"]
Effects = "8f03c58b-bd97-4933-a826-f71b64d2cca2"

Expand Down
3 changes: 3 additions & 0 deletions U/Unfold/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ git-tree-sha1 = "daf7d68e207f4bbd4fdf5cfe32e7db4e49188ee3"

["0.7.9"]
git-tree-sha1 = "77398c97f45fb7fa8ddf2cced4eeee50be605f6e"

["0.8.0"]
git-tree-sha1 = "b81d0ee9460383290767b899f196f93df9841925"
4 changes: 3 additions & 1 deletion U/Unfold/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
["0.6-0"]
Krylov = "0.9"
MixedModels = "4"

["0.6-0.6.4"]
BSplineKit = "0.16"

["0.6-0.7"]
MixedModels = "4"

["0.6.0"]
CUDA = "4"
RobustModels = "0.4"
Expand Down
4 changes: 3 additions & 1 deletion U/Unfold/WeakDeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
RobustModels = "d6ea1423-9682-4bbd-952f-b1577cbf8c98"

["0.6-0.7"]
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"

0 comments on commit 3ed8de8

Please sign in to comment.