junrushao opened a new issue, #520:
URL: https://github.com/apache/tvm-ffi/issues/520

   Dear community:
   
   This is a call for vote to release `apache-tvm-ffi` version v0.1.10. Here's 
the summary of the release:
   
   - Introduces`@py_class` - Python-defined FFI dataclasses
   - Reimplements `@c_class` as `register_object` + structural dunders
   - Introduce OctJIT-based dynamic object loader
   - Dataclass / Object system overhaul
     * Extended `TVMFFIFieldInfo` setter to support `FunctionObj` dispatch
     * Added `__ffi_convert__` type attribute for Python-defined type support
     * Enforced `__slots__=()` for Object subclasses unless specified 
explicitly via `__slots__ = ("__dict__", )`
   - `cuLaunchKernelEx` support
   - Bug fixes
     * Fix integer overflow in `GetDataSize` on 32-bit platforms
     * Fix config loading on Windows
     * Fix 3 deny-level clippy lints in Rust bindings
     * CMake namespace aliases for source dependency builds
   
   Link to draft release notes:
   https://github.com/apache/tvm-ffi/releases/tag/v0.1.10-rc2
   
   Link to release candidate:
   https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.10-rc2/
   
   Everyone is welcomed to vote. Please vote by replying to this thread 
explicitly. The vote will last at least 72 hours, please vote
   
   +1 = approve
   +0 = no opinion
   -1 = disapprove (provide reason)
   
   NOTE: this thread is being mirrored in dev@


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to