AlenkaF commented on code in PR #747:
URL: https://github.com/apache/arrow-site/pull/747#discussion_r2703725363


##########
_posts/2026-01-17-23.0.0-release.md:
##########
@@ -0,0 +1,109 @@
+---
+layout: post
+title: "Apache Arrow 23.0.0 Release"
+date: "2026-01-17 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 23.0.0 release. This release
+covers over 3 months of development work and includes [**XXX resolved
+issues**][1] on [**YYY distinct commits**][2] from [**ZZ 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
+
+As per our newly started tradition of rotating the PMC chair once a year
+Antoine Pitrou was elected as the new PMC chair and VP, succeeding             
                                                                                
                                                     
+Neal Richardson.
+
+Thanks for your contributions and participation in the project!
+
+## Arrow Flight RPC Notes
+
+## C++ Notes
+
+### Compute
+
+### Filesystems
+
+### Format
+
+### Parquet
+
+#### Encryption
+
+#### Type support
+
+### Gandiva
+
+### Miscellaneous C++ changes
+
+## Linux Packaging Notes
+
+## MATLAB Notes
+
+## Python Notes

Review Comment:
   ```suggestion
   ## Python Notes
   
   ## Compatibility notes
   
   * Deprecated ``Array.format`` is removed 
[GH-48102](https://github.com/apache/arrow/issues/48102).
   * Experimental tag has been removed for Arrow PyCapsule Interface
   [GH-47975](https://github.com/apache/arrow/issues/47975).
   * ``PyWeakref_GetRef`` has replaced the use of ``PyWeakref_GET_OBJECT`` to 
support Python 3.15
   [GH-47823](https://github.com/apache/arrow/issues/47823).
   
   ## New features
   
   * Bindings for ``scatter`` and ``inverse_permutation``are added
   [GH-48167](https://github.com/apache/arrow/issues/48167).
   * ``max_rows_per_page`` argument is now exposed in 
``parquet.WriterProperties``
   [GH-48096](https://github.com/apache/arrow/issues/48096).
   * External key material and rotation is enabled for individual Parquet files
   [GH-31869](https://github.com/apache/arrow/issues/31869).
   
   ## Other improvements
   
   * Nested field encryption configuration has been simplified 
[GH-41246](https://github.com/apache/arrow/issues/41246).
   * Reading INT-encoded ``Decimal`` statistics with ``StatisticsAsScalars`` is 
now supported
   [GH-47955](https://github.com/apache/arrow/issues/47955).
   * Unsigned dictionary indices are now supported in pandas conversion
   [GH-47022](https://github.com/apache/arrow/issues/47022).
   * Added code examples for compute functions ``min``, ``max`` and ``min_max``
   [GH-48668](https://github.com/apache/arrow/issues/48668).
   * Add temporal unit checking in NumPyDtypeUnifier 
[GH-48625](https://github.com/apache/arrow/issues/48625)
   * Error message is improved when mixing ``numpy.datetime64`` values with 
different units
   (e.g., datetime64[s] and datetime64[ms]) in a single array
   [GH-48463](https://github.com/apache/arrow/issues/48463).
   * The source argument is now checked in ``pyarrow.parquet.read_table``
   [GH-47728](https://github.com/apache/arrow/issues/47728).
   
   ## Relevant bug fixes
   
   * ``ipc.Message __repr__`` has been corrected to use f-string 
[GH-48608](https://github.com/apache/arrow/issues/48608).
   * Failures when reading parquet files written with non-compliant RLE 
encoders have been fixed
    in C++ with adding compatibility 
[GH-47981](https://github.com/apache/arrow/issues/47981).
   * Memory usage is now reduced when using ``to_pandas()`` with many extension 
arrays columns
   [GH-47861](https://github.com/apache/arrow/issues/47861).
   * Missing required argument error in ``FSSpecHandler`` 
``delete_root_dir_contents`` has been
   fixed [GH-47559](https://github.com/apache/arrow/issues/47559).
   * Invalid ``RecordBatch.from_struct_array`` batch for sliced arrays with 
offset zero has been fixed
   in the C++ [GH-44318](https://github.com/apache/arrow/issues/44318).
   ```



-- 
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]

Reply via email to