## What's Changed * chore(doc): Temp workaround missing pytorch docs by @junrushao in https://github.com/apache/tvm-ffi/pull/577 * fix(dataclass): collect py_class fields from plain bases by @junrushao in https://github.com/apache/tvm-ffi/pull/575 * chore(release): Version bump after release v0.1.11 by @yongwww in https://github.com/apache/tvm-ffi/pull/579 * Update ML infrastructure section with XGrammar link by @Ubospica in https://github.com/apache/tvm-ffi/pull/581 * [FEAT][REFLECTION] Add tvm::ffi::reflection::overload_cast to pick overloaded function by @tqchen in https://github.com/apache/tvm-ffi/pull/582 * [FEAT] Split SEqHashDef into recursive and non-recursive variants by @tqchen in https://github.com/apache/tvm-ffi/pull/583 * [REFACTOR][OrcJIT] Per-session slab-pool memory manager by @cyx-6 in https://github.com/apache/tvm-ffi/pull/574 * [BugFix][ROCm] Prefer upstream PyTorch DLPack API in torch extension loader by @zihaomu in https://github.com/apache/tvm-ffi/pull/585 * [Minor] log ninja result by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/584 * [BUILD] TVM_FFI_COLD_CODE / TVM_FFI_PREDICT_FALSE macros and cold-marking of error paths by @tqchen in https://github.com/apache/tvm-ffi/pull/589 * [FIX][RUST] use `$crate::` in tvm_ffi_dll_export_typed_func! and ensure! by @lucifer1004 in https://github.com/apache/tvm-ffi/pull/590 * [EXTRA][FEAT] VisitErrorContext for visit-context-aware error reporting by @tqchen in https://github.com/apache/tvm-ffi/pull/587 * [FEAT][FFI] Add ostream operator<< for Any/ObjectRef/Variant/Optional by @tqchen in https://github.com/apache/tvm-ffi/pull/596 * [FEAT] Optimize Expected<T> for minimal compiled code and efficiency by @tqchen in https://github.com/apache/tvm-ffi/pull/599 * [FEAT] Streamline AccessPath/AccessStep print format by @tqchen in https://github.com/apache/tvm-ffi/pull/598 * [CI] Use uv tool run for sdist build instead of pipx by @tqchen in https://github.com/apache/tvm-ffi/pull/600 * [CORE] Make AnyView trivially copyable — match C-ABI struct passing by @tqchen in https://github.com/apache/tvm-ffi/pull/602 * feat(python): add tensor methods to align with C++ APIs by @kainzhong in https://github.com/apache/tvm-ffi/pull/604 * [FIX] Drop test_empty_tensor_attributes (numpy dlpack stride change) by @tqchen in https://github.com/apache/tvm-ffi/pull/607
## New Contributors * @zihaomu made their first contribution in https://github.com/apache/tvm-ffi/pull/585 * @kainzhong made their first contribution in https://github.com/apache/tvm-ffi/pull/604 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.11...v0.1.12-rc0 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.12-rc0 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
