Skip to content

Releases: materialsvirtuallab/monty

v2022.9.8

07 Sep 22:33
Compare
Choose a tag to compare
  • Support for DataClasses in MontyEncoder, MontyDecoder and MSONable.

v2022.9.7

07 Sep 22:11
Compare
Choose a tag to compare
  • Fall back on json if orjson is not present. (@munrojm)

v2022.4.26

26 Apr 17:24
Compare
Choose a tag to compare
  • Fall back on json if orjson is not present. (@munrojm)

v2022.3.12

12 Mar 15:14
Compare
Choose a tag to compare
  • Allow recursive MSON in jsanitize (@arosen93)
  • Option to use orjson for faster decoding. (@munrojm)

v2022.1.19

19 Jan 21:26
Compare
Choose a tag to compare
  • Fix ruamel.yaml backwards compatibility.

v2022.1.12.1

12 Jan 12:40
Compare
Choose a tag to compare
  • Fix decoding of dictionaries (@arosen93).
  • Formal support for py3.10

v2022.1.12

12 Jan 12:29
Compare
Choose a tag to compare
  • Fix decoding of dictionaries (@arosen93).
  • Formal support for py3.10

v2021.12.1

01 Dec 17:22
Compare
Choose a tag to compare
  • Adds support for lzma/xz format in zopen (@zhubonan).

v2021.8.17

17 Aug 14:38
Compare
Choose a tag to compare
  • Support serialization for Pandas DataFrames (@mkhorton).

v2021.7.8

08 Jul 23:05
Compare
Choose a tag to compare
  • Support the specification of fmt keyword arg in monty.serialization
    loadfn and dumpfn.