This is a minor patch release, mainly to include the latest support for AOT torch-dlpack-ext and reduce JIT deadlock issues
## What's Changed * doc: Polish quickstart doc and add Examples by @junrushao in https://github.com/apache/tvm-ffi/pull/170 * feat: Automatically add `__init__` method if available by @junrushao in https://github.com/apache/tvm-ffi/pull/174 * doc: Migrate `.pyi` docstrings into Cython by @junrushao in https://github.com/apache/tvm-ffi/pull/175 * Introduce dtype protocol by @tqchen in https://github.com/apache/tvm-ffi/pull/178 * Introduce Device Protocol by @tqchen in https://github.com/apache/tvm-ffi/pull/179 * doc: Handle builtin and inheritance by @junrushao in https://github.com/apache/tvm-ffi/pull/177 * Update readme text by @tqchen in https://github.com/apache/tvm-ffi/pull/182 * Fix README.md by @junrushao in https://github.com/apache/tvm-ffi/pull/183 * [PYTHON] Robustify libinfo finding by @tqchen in https://github.com/apache/tvm-ffi/pull/185 * [Minor] Fix missing function ref in type traits by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/186 * feat: Enhance load_module to accept PathLike objects by @Tunghohin in https://github.com/apache/tvm-ffi/pull/187 * chore(build): Introduce `setuptools_scm` for better versioning by @junrushao in https://github.com/apache/tvm-ffi/pull/154 * doc: Stable C ABI by @junrushao in https://github.com/apache/tvm-ffi/pull/191 * fix(doc): SVG images not rendering by @junrushao in https://github.com/apache/tvm-ffi/pull/193 * fix(doc): Remove `?sanitize=true` in SVG URL by @junrushao in https://github.com/apache/tvm-ffi/pull/196 * feat: support `ml_dtypes<0.5` by @oraluben in https://github.com/apache/tvm-ffi/pull/198 * chore: Fix clang-tidy warnings by @junrushao in https://github.com/apache/tvm-ffi/pull/197 * feat: add clang-tidy to CI by @junrushao in https://github.com/apache/tvm-ffi/pull/95 * [Feature] Add a function to build c-dlpack for torch by @yaoyaoding in https://github.com/apache/tvm-ffi/pull/192 * [Fix] Keep a reference to loaded patch lib by @yaoyaoding in https://github.com/apache/tvm-ffi/pull/200 * doc: Remove stale notes by @junrushao in https://github.com/apache/tvm-ffi/pull/204 * [Lint] Lint the build torch c dlpack utility by @yaoyaoding in https://github.com/apache/tvm-ffi/pull/203 * [DOCS] add author by @tqchen in https://github.com/apache/tvm-ffi/pull/207 * doc(python): Add example coverage to docstrings by @junrushao in https://github.com/apache/tvm-ffi/pull/206 * [Fix] Remove python lib during building torch c dlpack ext by @yaoyaoding in https://github.com/apache/tvm-ffi/pull/210 * [Docs][Examples] Add CUDA C++ loading example and improve development documentation by @yifeifang in https://github.com/apache/tvm-ffi/pull/209 * feat: Build PyTorch DLPack extension ahead of time by @yzh119 in https://github.com/apache/tvm-ffi/pull/189 * [DOCS] Add README to torch-c-dlpack-ext by @tqchen in https://github.com/apache/tvm-ffi/pull/214 * Minor improvement on type hint of `register_object` by @KEKE046 in https://github.com/apache/tvm-ffi/pull/212 ## New Contributors * @DarkSharpness made their first contribution in https://github.com/apache/tvm-ffi/pull/186 * @Tunghohin made their first contribution in https://github.com/apache/tvm-ffi/pull/187 * @KEKE046 made their first contribution in https://github.com/apache/tvm-ffi/pull/212 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.0...v0.1.1.rc0 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.1 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
