-
Notifications
You must be signed in to change notification settings - Fork 108
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
Website: Add blog post for 16.0.0 #500
Conversation
Co-authored-by: David Li <[email protected]>
Co-authored-by: Curt Hagenlocher <[email protected]>
Co-authored-by: Matt Topol <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Dane Pitkin <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only missing notes at the moment are C++, Ruby and CGLib notes. I will do a format review (remove some unnecessary subsections) and will try to publish in order to send the announcement and tweet about the release.
Hi @raulcd, since you last looked, I added notes for C++, C Data Interface, and a note about the new committers list. Please have a look. |
Co-authored-by: Bryce Mecum <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
## C++ notes | ||
For C++ notes refer to the full changelog. | ||
|
||
## Highlights |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick note here, but heading levels should have been chosen so as to expose the logical document structure ("Highlights", "Compute"... should have been under "C++ notes").
- Repeated S3Client initialization is now roughly an order of magnitude faster ([GH-40299](https://github.com/apache/arrow/pull/40299)). | ||
- The MemoryPoolStats implementation has been reworked to re-order loads and stores which may be an improvement for some allocation-heavy, multi-threaded applications ([GH-40783](https://github.com/apache/arrow/issues/40783)). | ||
|
||
### Substrait |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Substrait" should not be under "Filesystems" but at the same level.
|
||
- Added support the mold and lld linkers for building Arrow C++ ([GH-40394](https://github.com/apache/arrow/issues/40394), [GH-40400](https://github.com/apache/arrow/issues/40400)). | ||
|
||
### Miscellaneous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Miscellaneous" should not be under "Development".
No description provided.