Skip to content

v2026.7.16

Latest

Choose a tag to compare

@shyuep shyuep released this 16 Jul 00:51
74132ef

2026.7.16

  • Add YAML round-trip support for MSONable and TypeHandler-registered types (numpy, pandas, pint, torch, uuid, pathlib, bson, and user-registered handlers). dumpfn/loadfn now treat YAML symmetrically with JSON via the @module/@class envelope, with a cls=None opt-out matching the JSON path (closes #587).
  • Fix YAML race condition by using a thread-local instance (closes #795).
  • Fix regression when decoding a MSONable object whose originating module is missing.