AlenkaF commented on code in PR #790:
URL: https://github.com/apache/arrow-site/pull/790#discussion_r3612260679
##########
_posts/2026-07-10-25.0.0-release.md:
##########
@@ -0,0 +1,132 @@
+---
+layout: post
+title: "Apache Arrow 25.0.0 Release"
+date: "2026-07-10 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+The Apache Arrow team is pleased to announce the 25.0.0 release. This release
+covers over 3 months of development work and includes [**222 resolved
+issues**][1] on [**268 distinct commits**][2] from [**66 distinct
+contributors**][2]. See the [Install Page](https://arrow.apache.org/install/)
to
+learn how to get the libraries for your platform.
+
+The release notes below are not exhaustive and only expose selected highlights
+of the release. Many other bugfixes and improvements have been made: we refer
+you to the [complete changelog][3].
+
+## Community
+
+
+## Format Notes
+
+
+## Arrow Flight RPC Notes
+
+
+## C++ Notes
+
+
+### Compute
+
+
+### Extension Types
+
+
+### Parquet
+
+
+### Miscellaneous C++ changes
+
+
+## Linux Packaging Notes
+
+
+## MATLAB Notes
+
+
+## Python Notes
+
Review Comment:
```suggestion
## Compatibility notes
* Feather reader and writer is deprecated in favour of the Arrow IPC API
[GH-49232](https://github.com/apache/arrow/issues/49232).
## New features
* ``hypot`` compute kernel is added to Arrow compute module and accessible
in PyArrow [GH-50197](https://github.com/apache/arrow/issues/50197).
* ``pa.OSFile`` now accepts open file descriptor (``int`` parameter) besides
the ``str`` path [GH-49751](https://github.com/apache/arrow/issues/49751).
* Conversion from a list of individual ``numpy.ndarrays`` to a
``FixedShapeTensor``
is added [GH-49644](https://github.com/apache/arrow/issues/49644).
* ``create_encryption_properties`` and ``create_decryption_properties``
methods
are added to the parquet API using Arrow C++
``FileEncryptionPropertiesBuilder``
and ``FileDecryptionPropertiesBuilder``
[GH-47435](https://github.com/apache/arrow/issues/47435).
* Conversion of Table to Tensor has been implemented in Arrow C++ and can
also
be used in Python bindings
[GH-40062](https://github.com/apache/arrow/issues/40062).
* ``default_column_type`` option is added to ``csv.ConvertOptions`` which
sets a
default column type for all columns and can be combined with
``column_types``
[GH-22232](https://github.com/apache/arrow/issues/22232).
## Other improvements
* Extension types are supported in ``pyarrow.parquet.read_schema``
[GH-48254](https://github.com/apache/arrow/issues/48254)
* Default values for Parquet `pre_buffer` are made consistent
[GH-49923](https://github.com/apache/arrow/issues/49923).
## Relevant bug fixes
* ``count`` compute kernel bug for sliced union arrays is fixed
[GH-50113](https://github.com/apache/arrow/issues/50113).
* ``hash_any/hash_all`` compute kernel bug is fixed for sliced
boolean arrays [GH-50043](https://github.com/apache/arrow/issues/50043).
* ``Table.from_pylist`` on ``ExtensionType`` column with ``list_`` storage
crash when values exceed int32 offsets is fixed
[GH-50012](https://github.com/apache/arrow/issues/50012).
* Bug causing Use-After-Free on ``PyList_SetItem`` in
`SparseCSFTensorToNdarray`
is fixed [GH-49917](https://github.com/apache/arrow/issues/49917).
* Timezone drop when converting tz-aware pandas Categorical is fixed
[GH-49875](https://github.com/apache/arrow/issues/49875).
* `_export_to_c` segmentation fault for `binary_view` array is fixed by
fixing cast kernels so all-inline view arrays do not keep a null variadic
buffer slot [GH-49740](https://github.com/apache/arrow/issues/49740).
* `replace_with_mask` crash when null type inputs are used is
fixed [GH-47447](https://github.com/apache/arrow/issues/47447).
* Segmentation fault when using ``sort_indices`` for temporal types
is fixed [GH-47252](https://github.com/apache/arrow/issues/47252)
* Index level is bumped if pandas dataframe already contains
``__index_level_i__``
column [GH-46179](https://github.com/apache/arrow/issues/46179).
* Special handling for single-file paths passed to ``ParquetDataset``
constructor is restored, fixing merge error in
``pyarrow.parquet.read_table``
[GH-43574](https://github.com/apache/arrow/issues/43574).
## Other
* Annotations are withhold from Python wheels until they are complete
[GH-49831](https://github.com/apache/arrow/issues/49831).
* PyBuffer and NumPyBuffer destructors are protected against interpreter
finalization [GH-49942](https://github.com/apache/arrow/issues/49942).
* Documentation updates in
[GH-50227](https://github.com/apache/arrow/issues/50227)
and [GH-20403](https://github.com/apache/arrow/issues/20403).
* Tests for regular ``replace_with_mask`` kernel usage are added
[GH-50072](https://github.com/apache/arrow/issues/50072).
* Hypothesis timezones test strategy now includes fixed offsets
[GH-31318](https://github.com/apache/arrow/issues/31318).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]