Release 0.13.7
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)