## What's Changed * [FIX] Fix the error propagation in the case of tensor arguments by @tqchen in https://github.com/apache/tvm-ffi/pull/409 * doc: abi overview by @junrushao in https://github.com/apache/tvm-ffi/pull/402 * [Feat] Support lower PyTorch versions in dtype handling by @nan2088 in https://github.com/apache/tvm-ffi/pull/414 * feat: Add __repr__ generation support for @c_class dataclasses by @Dayuxiaoshui in https://github.com/apache/tvm-ffi/pull/411 * docs: add PaddlePaddle quickstart and load example by @SigureMo in https://github.com/apache/tvm-ffi/pull/415 * feat: add kw_only support for dataclass init generation by @guan404ming in https://github.com/apache/tvm-ffi/pull/384 * [DLPack] bump to latest version by @guan404ming in https://github.com/apache/tvm-ffi/pull/420 * fix: handle empty metadata in get_global_func_metadata by @guan404ming in https://github.com/apache/tvm-ffi/pull/417 * Update the logic of checking `#embed` by @oraluben in https://github.com/apache/tvm-ffi/pull/418 * feat: add Rust binding for `Array<T>` by @khj809 in https://github.com/apache/tvm-ffi/pull/348 * Fix two issues that undefined behavior sanitizer caught by @henrylhtsang in https://github.com/apache/tvm-ffi/pull/419 * [Error] Unify EnvErrorAlreadySet to error.kind by @tqchen in https://github.com/apache/tvm-ffi/pull/425 * doc: Standalone Stub Generation Doc by @junrushao in https://github.com/apache/tvm-ffi/pull/427 * doc: Standalone Exception Handling by @junrushao in https://github.com/apache/tvm-ffi/pull/428 * doc: Merge C++ tooling and C++ packaging by @junrushao in https://github.com/apache/tvm-ffi/pull/429 * feat: add ffi::Expected<T> for exception-free error handling by @guan404ming in https://github.com/apache/tvm-ffi/pull/399 * doc: Update Kernel Library Guide by @junrushao in https://github.com/apache/tvm-ffi/pull/431 * chore: Switch from mypy to ty by @junrushao in https://github.com/apache/tvm-ffi/pull/432 * Reliability update by @oraluben in https://github.com/apache/tvm-ffi/pull/435 * doc: Export Functions and Classes by @junrushao in https://github.com/apache/tvm-ffi/pull/436 * doc: More Developer Manuals by @junrushao in https://github.com/apache/tvm-ffi/pull/437 * refactor: Get `compiled_kernel` from Triton Call Directly by @sgjzfzzf in https://github.com/apache/tvm-ffi/pull/423 * chore: Run ty in dev environment by @junrushao in https://github.com/apache/tvm-ffi/pull/441 * fix(build): Broken Wheel Testing by @junrushao in https://github.com/apache/tvm-ffi/pull/444 * fix: handle UTF-8 bytes correctly in JSON parser control character check by @MasterJH5574 in https://github.com/apache/tvm-ffi/pull/442 * feat: Introduce List as Mutable Sequence by @junrushao in https://github.com/apache/tvm-ffi/pull/443 * fix: Suppress GCC warning for array bounds in String class by @oraluben in https://github.com/apache/tvm-ffi/pull/439 * Add Support for NVIDIA Ampere GPUs in _get_cuda_target by @guoyuhong in https://github.com/apache/tvm-ffi/pull/440 * feat: add `__copy__`, `__deepcopy__`, and `__replace__` for FFI objects by @junrushao in https://github.com/apache/tvm-ffi/pull/438 * feat: Claude Skill for TVM-FFI Development by @junrushao in https://github.com/apache/tvm-ffi/pull/445 * feat: add `DefaultFactory` support to field reflection by @junrushao in https://github.com/apache/tvm-ffi/pull/446 * feat: add `ffi.GetInvalidObject` global function for MISSING singleton by @junrushao in https://github.com/apache/tvm-ffi/pull/447 * [CORE] Enable customized AnyHash/Equal in Object Type attr by @tqchen in https://github.com/apache/tvm-ffi/pull/451 * [TEST] Addback missing test for init once by @tqchen in https://github.com/apache/tvm-ffi/pull/452 * [EXTRA] Introduce StructuralKey by @tqchen in https://github.com/apache/tvm-ffi/pull/453 * doc: Properly document `field_static_type_index` and add more tests by @junrushao in https://github.com/apache/tvm-ffi/pull/456 * [Feature] Support AMD HIP for cpp extension by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/460 * feat: add DFS-based ffi.ReprPrint for unified object repr by @junrushao in https://github.com/apache/tvm-ffi/pull/454 * [REACTOR] Cleanup and improve map array containers by @tqchen in https://github.com/apache/tvm-ffi/pull/462 * [FEAT] Introduce mutable Dict by @tqchen in https://github.com/apache/tvm-ffi/pull/463 * [ERROR] Complete support of CHECK macros by @tqchen in https://github.com/apache/tvm-ffi/pull/465
## New Contributors * @Dayuxiaoshui made their first contribution in https://github.com/apache/tvm-ffi/pull/411 * @SigureMo made their first contribution in https://github.com/apache/tvm-ffi/pull/415 * @henrylhtsang made their first contribution in https://github.com/apache/tvm-ffi/pull/419 * @sgjzfzzf made their first contribution in https://github.com/apache/tvm-ffi/pull/423 * @guoyuhong made their first contribution in https://github.com/apache/tvm-ffi/pull/440 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.8-post1...v0.1.9-rc0 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.9-rc0 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
