WIP Added support for tuples, namedtuples (both from collections and typing), sets, frozensets and OrderedDict's in MSONable, MontyEncoder and MontyDecoder#100
Open
davidwaroquiers wants to merge 16 commits intomaterialsvirtuallab:master from davidwaroquiers:master
+434-10
Commits
Commits on Jan 14, 2020
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jan 15, 2020
Commits on Jan 16, 2020
- committed
- committed
- committed
- committed
Changed "builtins" to "@builtins" in the serialization of tuples, namedtuples, etc ... in order to avoid potential clashes with the builtins package.
committed