apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.89k stars 3.38k forks source link

[Python][Docs] Where's the changelog? #42091

Open j-carson opened 3 weeks ago

j-carson commented 3 weeks ago

Describe the bug, including details regarding any error messages, version, and platform.

The only changelog I can find is https://github.com/apache/arrow/blob/main/CHANGELOG.md which hasn't been updated since 2021

Where can I find the changelog for pyarrow?

Component(s)

Python

assignUser commented 3 weeks ago

Each release has a blog post with a summary of the changelog for each component with a link to the full list of resolved issues as well, e.g. the 16.0.0 release: https://arrow.apache.org/blog/2024/04/20/16.0.0-release/

jorisvandenbossche commented 3 weeks ago

Some related issues to the changelog file not being updated:

(will close two of them in favor of one)

Separately from the CHANGELOG.md file and the release blogposts, it might be useful to have a page in the Python docs that links to those sources (I agree that a first place to look for this for pyarrow will typically be the docs)

j-carson commented 3 weeks ago

Thank you!