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
refactor: tidy __reduce__ and make pickle bytes deterministic
- return Bound values directly instead of unbind/into_any noise, with
a PickleReduction type alias for the pickle protocol shape
- sort the simplices before serializing so equal triangulations pickle
to identical bytes (the hash-map iteration order is arbitrary)
0 commit comments