Skip to content

Releases: materialsvirtuallab/monty

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.

v2021.6.10

10 Jun 15:59
Compare
Choose a tag to compare
  • Expanded support for built-in functions, numpy types, etc. in MSON serialization (@utf).

v2021.5.9

09 May 13:03
Compare
Choose a tag to compare
  • Drop py3.5 support.