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
Similar to #286, almost everything in builtin/vX/util/* is duplicated and identical (apart from minor import reorgs) from v8 to v15. So we should just move them to the top level. The exception to this is the adt directory which can stay.
I'm not sure we even need to leave aliases in place, this could be a breaking change for the next major release. If a future state change adjusts any of these (e.g. FilterEstimate might grow a new field?) then we could do what we do with ActorV4 and ActorV5 or introduce a new package with a version, e.g. smoothing2.
The text was updated successfully, but these errors were encountered:
Similar to #286, almost everything in
builtin/vX/util/*
is duplicated and identical (apart from minor import reorgs) from v8 to v15. So we should just move them to the top level. The exception to this is theadt
directory which can stay.I'm not sure we even need to leave aliases in place, this could be a breaking change for the next major release. If a future state change adjusts any of these (e.g.
FilterEstimate
might grow a new field?) then we could do what we do withActorV4
andActorV5
or introduce a new package with a version, e.g.smoothing2
.The text was updated successfully, but these errors were encountered: