v0.1.5
What's Changed
- [Feature] Support vanilla C++ STL in FFI. by @DarkSharpness in #228
- fix: Use-after-move when handling std::tuple by @junrushao in #293
- chore(release): Version bump after v0.1.4 release by @junrushao in #296
- Workaround Segfaults and clang-tidy warnings by @junrushao in #297
- [TEST] Further fix potential use after free issue by @tqchen in #298
- [ADDON] Merge torch c dlpack actions by @cyx-6 in #299
- [FIX] Fixes from_dlpack issue fallback by @tqchen in #301
- Change log level from info to debug for JIT initialization by @merrymercy in #303
- [METADATA] Always return metadata string as created in main lib by @tqchen in #305
- [FEAT] kwargs wrapping utility by @tqchen in #309
- [FEAT] Further robustify kwargs wrapper by @tqchen in #311
- [REFACTOR][FEAT] Introduce generic value protocol by @tqchen in #312
- chore(test): Fix segfaults by @junrushao in #313
- [DLPack] Further compatibility by @tqchen in #315
- [C-API] Introduce TVMFFIHandleInitOnce by @tqchen in #317
New Contributors
- @merrymercy made their first contribution in #303
Full Changelog: v0.1.4...v0.1.5-rc4