- Move Partial Serialization out of MSONable (jmmshn)
2025.1.9
- Re-add python 3.9 support
2025.1.3
- Drop deadline warning in dev.deprecated - allow strict="skip" for jsanitize
2024.12.10
- zopen changes: forbid implicit binary/text mode, signature change, default UTF-8 encoding in text mode, drop .z support after one-year. (DanielYang59) - Add support for extended JSON to MontyDecoder (esoteric-ephemera) - Fix jsanitize when recursive_msonable=True (Andrew-S-Rosen) - Fix custom dict overriding in collections (DanielYang59)
2024.10.21
* Lazily import torch/pydantic in json module, speedup from monty.json import by 10x (DanielYang59) * Fix missing monty.os package. (eamanu) * Fix zpath when passing pathlib.Path (janosh)
2024.7.29
- Fix line ending in reverse_readfile/readline in Windows (DanielYang59) - Add missing functools.wraps decorator to deprecated decorator and handle dataclass properly (DanielYang59) - Add pint Quantity support to JSON (rkingsbury)