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
Handle the case of 1000s of duplicate points - previously there was an assert() for this - and since those don't run in production, the resulting code flow could lead to a segfault (#232, #250)
Drastically reduce the amount of metadata duplicated across subset builds
Properly compute dimension statistics for subset builds/merges
Properly handle OriginId dimension, as well as its stats for subset builds (#277)