## What's Changed * [Feature] Support vanilla C++ STL in FFI. by @DarkSharpness in https://github.com/apache/tvm-ffi/pull/228 * fix: Use-after-move when handling std::tuple by @junrushao in https://github.com/apache/tvm-ffi/pull/293 * chore(release): Version bump after v0.1.4 release by @junrushao in https://github.com/apache/tvm-ffi/pull/296 * Workaround Segfaults and clang-tidy warnings by @junrushao in https://github.com/apache/tvm-ffi/pull/297 * [TEST] Further fix potential use after free issue by @tqchen in https://github.com/apache/tvm-ffi/pull/298 * [ADDON] Merge torch c dlpack actions by @cyx-6 in https://github.com/apache/tvm-ffi/pull/299 * [FIX] Fixes from_dlpack issue fallback by @tqchen in https://github.com/apache/tvm-ffi/pull/301 * Change log level from info to debug for JIT initialization by @merrymercy in https://github.com/apache/tvm-ffi/pull/303 * [METADATA] Always return metadata string as created in main lib by @tqchen in https://github.com/apache/tvm-ffi/pull/305 * [FEAT] kwargs wrapping utility by @tqchen in https://github.com/apache/tvm-ffi/pull/309 * [FEAT] Further robustify kwargs wrapper by @tqchen in https://github.com/apache/tvm-ffi/pull/311 * [REFACTOR][FEAT] Introduce generic value protocol by @tqchen in https://github.com/apache/tvm-ffi/pull/312 * chore(test): Fix segfaults by @junrushao in https://github.com/apache/tvm-ffi/pull/313 * [DLPack] Further compatibility by @tqchen in https://github.com/apache/tvm-ffi/pull/315
## New Contributors * @merrymercy made their first contribution in https://github.com/apache/tvm-ffi/pull/303 **Full Changelog**: https://github.com/apache/tvm-ffi/compare/v0.1.4...v0.1.5-rc4 -- View it on GitHub: https://github.com/apache/tvm-ffi/releases/tag/v0.1.5-rc4 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/releases/[email protected]>
