Skip to content
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

Closed
mapleFU opened this issue Apr 16, 2024 · 4 comments
Closed

When would xsimd has next new Release? #1015

mapleFU opened this issue Apr 16, 2024 · 4 comments

Comments

@mapleFU
Copy link

mapleFU commented Apr 16, 2024

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

@serge-sans-paille
Copy link
Contributor

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.
After some thoughts it's probably better to let some time live between two major release, so I'll prepare a release this week.

@mapleFU
Copy link
Author

mapleFU commented Apr 16, 2024

Thanks!

@serge-sans-paille
Copy link
Contributor

See #1019 for an intermediate (but still API-breaking) version that doesn't fix #1009 but should include the commits you mention.

@mapleFU
Copy link
Author

mapleFU commented May 6, 2024

Thanks!

@mapleFU mapleFU closed this as completed 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants