-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When would xsimd has next new Release? #1015
Comments
We planned a major release once #1009 is fixed. We could do an intermediate release in between, but I think current master branch already contains some minor API breakage, so that still would be a major version change. |
Thanks! |
Thanks! |
This was referenced May 6, 2024
kou
pushed a commit
to apache/arrow
that referenced
this issue
May 24, 2024
### Rationale for this change Arrow now uses xsimd 9.0.1, currently, some conversion for batch is now support in neon, see: #40335 (comment) . So we can upgrading it. The xsimd currently released 13.0.0, see: xtensor-stack/xsimd#1015 For conan, seems community is updating it: conan-io/conan-center-index#23859 . Maybe we can wait for a while ### What changes are included in this PR? Update xsimd to 13.0.0 ### Are these changes tested? Tested by existing test code ### Are there any user-facing changes? no * GitHub Issue: #41547 Authored-by: mwish <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
vibhatha
pushed a commit
to vibhatha/arrow
that referenced
this issue
May 25, 2024
### Rationale for this change Arrow now uses xsimd 9.0.1, currently, some conversion for batch is now support in neon, see: apache#40335 (comment) . So we can upgrading it. The xsimd currently released 13.0.0, see: xtensor-stack/xsimd#1015 For conan, seems community is updating it: conan-io/conan-center-index#23859 . Maybe we can wait for a while ### What changes are included in this PR? Update xsimd to 13.0.0 ### Are these changes tested? Tested by existing test code ### Are there any user-facing changes? no * GitHub Issue: apache#41547 Authored-by: mwish <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Arrow now use xsimd 9.0.1 by default [1]. I'd like to shifting it to latest version. However, since master code contains some bugfixes [2][3], and arrow uses xsimd when neon64 enabled, I'd like to change to latest version when new release is enabled.
So may I ask when would xsimd has next new release? Thanks!
[1] https://github.com/apache/arrow/blob/23bece4e4840758795f12db75ec919f91f21f006/ci/conan/all/conanfile.py#L227
[2] 836b4c3
[3] 1d8536b
The text was updated successfully, but these errors were encountered: