- Introduces a JSON parser implemented in MLC C++ - Implements serialization and deserialization routines for any MLC object - Integrates serialiaztion with Python's pickle
0.0.8
Introduce `mlc.core.typing`
0.0.7
- Support for `Ref<POD>` types - Support auto boxing/unboxing when converting between `Any` <=> `Ref<POD>` - Support for `Optional<T>`