You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order in which we need to address the dependent packages:
TaylorSeries
TaylorModels
LazySets and IntervalLinearAlgebra (mutually dependent)
In addition, adding several methods may help the downstream packages:
isthinzero(x::Real) to ease the usage in generic code
intersect_interval(X, Y ; decoration = :parent) to avoid always giving trv on set operations, which is in the standard, but otherwise seems to be what nobody wants
Many packages depending on IntervalArithmetic have not been able to update themselves to the newest version.
I think it would be great if we put some effort helping others, once the packages in JuliaIntervals are updated themselves.
In particular, all of the JuliaReach ecosystem is lagging behind, see e.g. JuliaReach/RangeEnclosures.jl#181
The text was updated successfully, but these errors were encountered: