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

Website: Add blog post for 16.0.0 #500

Merged
merged 13 commits into from Apr 29, 2024
Merged

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Apr 22, 2024

No description provided.

_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Show resolved Hide resolved
_posts/2024-04-20-16.0.0-release.md Outdated Show resolved Hide resolved
raulcd and others added 7 commits April 26, 2024 19:08
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Dane Pitkin <48041712+danepitkin@users.noreply.github.com>
Co-authored-by: Bryce Mecum <petridish@gmail.com>
Co-authored-by: Bryce Mecum <petridish@gmail.com>
Copy link
Member Author

@raulcd raulcd left a 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.

@amoeba
Copy link
Member

amoeba commented Apr 27, 2024

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.

raulcd and others added 4 commits April 29, 2024 15:24
Co-authored-by: Bryce Mecum <petridish@gmail.com>
Co-authored-by: Bryce Mecum <petridish@gmail.com>
Co-authored-by: Bryce Mecum <petridish@gmail.com>
@raulcd raulcd merged commit 28c3cd4 into apache:main Apr 29, 2024
1 check passed
@raulcd raulcd deleted the blog-post-16.0.0 branch April 29, 2024 13:31
## C++ notes
For C++ notes refer to the full changelog.

## Highlights
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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".

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

Successfully merging this pull request may close these issues.

None yet

10 participants