## What's Changed * feat(cython): Expose TypeAttr via `_lookup_type_attr` by @junrushao in https://github.com/apache/tvm-ffi/pull/247 * fix(cython): Make sure `TypeInfo` is properly registered by all classes by @junrushao in https://github.com/apache/tvm-ffi/pull/246 * chore(cython): Specify `--module-name` when building Cython by @junrushao in https://github.com/apache/tvm-ffi/pull/248 * feat: Introduce `tvm.registry.get_registered_type_keys()` by @junrushao in https://github.com/apache/tvm-ffi/pull/249 * [misc] support various arg types by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/229 * [PyTorch] Allow tensor conversion on rocm backend by @MasterJH5574 in https://github.com/apache/tvm-ffi/pull/253 * [ADDON] Add torch c dlpack ext wheels for windows by @cyx-6 in https://github.com/apache/tvm-ffi/pull/252 * [Fix] Enhanced check for CUDA availability by @MasterJH5574 in https://github.com/apache/tvm-ffi/pull/258 * [ADDON] Add torch c dlpack for macos by @cyx-6 in https://github.com/apache/tvm-ffi/pull/256 * [DLPack] Leverage exchange api when possible by @tqchen in https://github.com/apache/tvm-ffi/pull/260 * [DTYPE] Align bool parsing to align with DLPack by @tqchen in https://github.com/apache/tvm-ffi/pull/262 * [DTYPE] Include dtype literals by @tqchen in https://github.com/apache/tvm-ffi/pull/263 * feat(stubgen): Refactor into staged pipeline, Introduce directive `import` by @junrushao in https://github.com/apache/tvm-ffi/pull/259 * feat(stubgen): Generate `__all__` for proper exporting by @junrushao in https://github.com/apache/tvm-ffi/pull/268 * Add Siyuan Feng's GPG key to KEYS file by @Hzfengsy in https://github.com/apache/tvm-ffi/pull/269
## New Contributors * @MasterJH5574 made their first contribution in https://github.com/apache/tvm-ffi/pull/253 * @Hzfengsy made their first contribution in https://github.com/apache/tvm-ffi/pull/269 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.2...v0.1.3-rc0 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.3-rc0 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
