We are pleased to announce the 1.6.0 release of PyMongoArrow - a PyMongo extension containing tools for loading MongoDB query result sets as Apache Arrow tables, Pandas and NumPy arrays.
This release:
-
Adds support for PyArrow 18.0 and Python 3.13.
-
Drops support for Python 3.8.
-
Fixes support for nulls and extension types in nested data.
-
Adds support for PyArrow’s
null
type. -
Prevents segmentation faults by checking the status of all calls to the PyArrow C APIs.
Source: GitHub
Release Notes: JIRA
Thank you to everyone who contributed to this release!