File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55** Breaking changes**
66
7+ ### VarInfo constructor
8+
9+ ` VarInfo(vi::VarInfo, values) ` has been removed. You can replace this directly with ` unflatten(vi, values) ` instead.
10+
711### VarName prefixing behaviour
812
913The way in which VarNames in submodels are prefixed has been changed.
Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ const TypedVarInfo = VarInfo{<:NamedTuple}
100100const VarInfoOrThreadSafeVarInfo{Tmeta} = Union{
101101 VarInfo{Tmeta},ThreadSafeVarInfo{<: VarInfo{Tmeta} }
102102}
103- # TODO : Remove this
104- @deprecate VarInfo (vi:: VarInfo , x:: AbstractVector ) unflatten (vi, x)
105103
106104# NOTE: This is kind of weird, but it effectively preserves the "old"
107105# behavior where we're allowed to call `link!` on the same `VarInfo`
You can’t perform that action at this time.
0 commit comments