This is a minor patch release, mainly to include the fixes support for corner cases and enable cuda-python CUstream compactibility
## What's Changed * Add torch c dlpack release workflow by @cyx-6 in https://github.com/apache/tvm-ffi/pull/220 * [Fix] fix iterator behavior by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/218 * [Test] Add test for filelock utility by @yaoyaoding in https://github.com/apache/tvm-ffi/pull/216 * [LINT] Bump macro version after release by @tqchen in https://github.com/apache/tvm-ffi/pull/223 * [EXTRA] Improve the Error propagation in alloc by @tqchen in https://github.com/apache/tvm-ffi/pull/224 * [Minor] Improve tuple functionality by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/219 * [Feature] Support build and build_and_load. by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/213 * fix: More fix of `ml_dtypes<0.5` by @oraluben in https://github.com/apache/tvm-ffi/pull/222 * [ADDON] Fix import issue by @tqchen in https://github.com/apache/tvm-ffi/pull/227 * [ADDON] Improved github action for torch-c-dlpack-ext by @cyx-6 in https://github.com/apache/tvm-ffi/pull/225 * [CYTHON] Fix ctypes.c_void_p for nullptr by @tqchen in https://github.com/apache/tvm-ffi/pull/235 * [STREAM] Enable compact with cuda-python driver stream by @tqchen in https://github.com/apache/tvm-ffi/pull/236 * Allow handling of load-bearing compiler flags for dlpack by @directhex in https://github.com/apache/tvm-ffi/pull/231 * [ERROR] Make Error conform more to std by @tqchen in https://github.com/apache/tvm-ffi/pull/240 * [FIX] Fix missing static registration for DLTensor* by @tqchen in https://github.com/apache/tvm-ffi/pull/239 * [CYTHON] Improve fallback and dtype convert behavior by @tqchen in https://github.com/apache/tvm-ffi/pull/241 * [TORCH] Update the extension build to o3 by @tqchen in https://github.com/apache/tvm-ffi/pull/243 * [PYTHON] Further streamline number handling by @tqchen in https://github.com/apache/tvm-ffi/pull/242 ## New Contributors * @directhex made their first contribution in https://github.com/apache/tvm-ffi/pull/231 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.1...v0.1.2.rc0 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.2 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
