## What's Changed
* [Feature] Support dynamic-style overload for FFI object types by 
@DarkSharpness in https://github.com/apache/tvm-ffi/pull/286
* fix(lint): Suppress latest clang-tidy warnings by @junrushao in 
https://github.com/apache/tvm-ffi/pull/361
* [Enhancement] Refactor cubin launcher by @oraluben in 
https://github.com/apache/tvm-ffi/pull/300
* fix(build): Link dl and pthread dependencies for tvm_ffi by @junrushao in 
https://github.com/apache/tvm-ffi/pull/360
* chore(release): Version bump after v0.1.7 release by @junrushao in 
https://github.com/apache/tvm-ffi/pull/367
* doc: Add release_process.rst by @junrushao in 
https://github.com/apache/tvm-ffi/pull/368
* [Feature] support C++ dtype_trait and Python-side mapping to C++ dtype by 
@DarkSharpness in https://github.com/apache/tvm-ffi/pull/374
* fix: add bounds checking for size() and stride() methods by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/375
* feat: add array __contains__ support by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/377
* chore: fix compiler warnings by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/378
* fix: add negative index bounds check in ArrayObj by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/376
* feat: Introduce `<tvm/ffi/tvm_ffi.h>` by @junrushao in 
https://github.com/apache/tvm-ffi/pull/369
* doc: c++ toolchain by @junrushao in https://github.com/apache/tvm-ffi/pull/373
* doc: Tensor and DLPack by @junrushao in 
https://github.com/apache/tvm-ffi/pull/363
* doc: Reorder Sections in Python Packaging by @junrushao in 
https://github.com/apache/tvm-ffi/pull/372
* feat: add __bool__ support for Array and Map by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/380
* Fix TVMFFIEnvSetDLPackManagedTensorAllocator to correctly return the original 
allocator by @nan2088 in https://github.com/apache/tvm-ffi/pull/371
* [ADDONS] Add licence and notice for torch-c-dlpack-ext by @cyx-6 in 
https://github.com/apache/tvm-ffi/pull/385
* feat: add find and substr methods to String by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/383
* chore: replace C-style cast with static_cast in String::substr by 
@guan404ming in https://github.com/apache/tvm-ffi/pull/386
* [feat] Add overflow check for uint64_t/size_t in 
TypeTraits<Int>::CopyToAnyView by @nan2088 in 
https://github.com/apache/tvm-ffi/pull/370
* doc: Any and AnyView by @junrushao in 
https://github.com/apache/tvm-ffi/pull/382
* doc: Tensor Usage by @junrushao in https://github.com/apache/tvm-ffi/pull/390
* fix: out-of-bounds read in `StringViewToDLDataType_` with non-null-terminated 
strings by @khj809 in https://github.com/apache/tvm-ffi/pull/387
* ci: add clang-tidy to ci_test by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/389
* feat: add starts_with and ends_with to String by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/388
* doc: Object and Class by @junrushao in 
https://github.com/apache/tvm-ffi/pull/392
* docs: document structural_equal and structural_hash for Array and Map by 
@guan404ming in https://github.com/apache/tvm-ffi/pull/379
* fix: TypeStr support for Any type in reflection Init by @guan404ming in 
https://github.com/apache/tvm-ffi/pull/393
* feat: Add `tvm_ffi.Function.__init__` by @junrushao in 
https://github.com/apache/tvm-ffi/pull/395
* doc: Function, Exception and Module by @junrushao in 
https://github.com/apache/tvm-ffi/pull/394
* [ADDONS] Update torch-c-dlpack-ext to 0.1.5 by @cyx-6 in 
https://github.com/apache/tvm-ffi/pull/398
* [RFC][Error][ABI] Update Error to enable future compact to cause chaining by 
@tqchen in https://github.com/apache/tvm-ffi/pull/396
* [CMAKE] Allow threads to be not found for cross compilation by @tqchen in 
https://github.com/apache/tvm-ffi/pull/397
* [CMAKE] Allow explicit turning threads off by @tqchen in 
https://github.com/apache/tvm-ffi/pull/400
* [CMAKE] Allow explcitly turning dl off by @tqchen in 
https://github.com/apache/tvm-ffi/pull/401

## New Contributors
* @guan404ming made their first contribution in 
https://github.com/apache/tvm-ffi/pull/375
* @nan2088 made their first contribution in 
https://github.com/apache/tvm-ffi/pull/371
* @khj809 made their first contribution in 
https://github.com/apache/tvm-ffi/pull/387

**Full Changelog**: 
https://github.com/apache/tvm-ffi/compare/v0.1.7...v0.1.8-rc0

-- 
View it on GitHub:
https://github.com/apache/tvm-ffi/releases/tag/v0.1.8-rc0
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm-ffi/releases/[email protected]>

Reply via email to