v0.2.0
potatomashed
released this
31 Jan 03:51
·
4 commits
to release/0.2
since this release
What's Changed
Support Tensor class and interop with DLPack
- feat(core): Introduce
mlc.Tensor
by @potatomashed in #14 - feat(core): Implement
Tensor.__dlpack__
by @potatomashed in #15 - feat(core): JSON Serialization w/ Tensors by @potatomashed in #16
Interop with torch, numpy and Python ecosystem
- feat(core): Interop torch.dtype/torch.device by @potatomashed in #6
- feat(core): Add common methods to list/dict by @potatomashed in #9
- feat(core): Support
__eq__
and__ne__
for List/Dict by @potatomashed in #10
C++ and FFI Improvement
- feat(cpp): Import Mode by @potatomashed in #5
- feat(core): Support Bool in Any/AnyView by @potatomashed in #7
- fix(core): Backtrace Filtering by @potatomashed in #11
- feat(core): Support Opaque Objects by @potatomashed in #13
Bugfixes
- fix(printer): Handle Assign.lhs being an empty tuple by @potatomashed in #12
Full Changelog: v0.1.0...v0.2.0