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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Patch Changes:
Bugfix - Fix networkx incompatable change by version pinning to 2.6.3 PR #1036 (#1035)
Add - Support for serializing numpy datetime64 types PR #1036 (#1022)
Update - Add traceback to default logging PR #1036
Notable new features:
We now support serializing numpy datetime64 arrays, using datetime64 arrays over regular python datetime arrays is much more performant when serializing/de-serializing (roughly +1000x faster)