Releases: mlc-ai/mlc-python
Releases · mlc-ai/mlc-python
v0.2.3
What's Changed
- fix(dataclass): Create proper
__init__
method for PyClass by @potatomashed in #20
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(dataclass): Introduce
mlcd.prototype
by @potatomashed in #19
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Fix handling of mlc/._version.py
so that it's included in the wheel
- fix(build): Properly include
mlc.__version__
by @potatomashed in #17 - fix(build): Fix version tag by @potatomashed in #18
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
v0.1.3
What's Changed
- feat(core): Support
__eq__
and__ne__
for List/Dict by @potatomashed in #10
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- feat(core): Add common methods to list/dict by @potatomashed in #9
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat(cpp): Import Mode by @potatomashed in #5
- feat(core): Interop torch.dtype/torch.device by @potatomashed in #6
- feat(core): Support Bool in Any/AnyView by @potatomashed in #7
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The first official release.
v0.0.14
AST Parser
v0.0.13
Introduce mlc.printer
for Python syntax text format printing