Releases: materialsvirtuallab/monty
Releases · materialsvirtuallab/monty
v0.9.1
- bson.objectid.ObjectId support for MontyEncoder and MontyDecoder.
v0.9.0
- Improved default as and from_dict.
v0.8.4
- Support for bson fields in jsanitize.
v0.8.1
- Update gcd for deprecated fractions.gcd in py >= 3.5. Try math.gcd by default first.
v0.8.0
- A new collections.tree object, which allows nested defaultdicts.
v0.7.2
- Added support for msgpack serialization in monty.serialization.dumpfn, loadfn
and monty.msgpack.default and object_hook.