We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3140d commit ec77eaaCopy full SHA for ec77eaa
bindings/python/docs/source/changelog.rst
@@ -5,6 +5,9 @@ Changes in Version 0.4.0
5
------------------------
6
- Support for :class:`~bson.decimal128.Decimal128` type.
7
- Support for macOS arm64 architecture on Python 3.9+.
8
+- Support for writing tabular datasets (materialized as
9
+ PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB.
10
+ See the :doc:`quickstart` guide for more info.
11
12
Changes in Version 0.3.0
13
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "0.4.0.dev0"
+__version__ = "0.4.0"
16
17
_MIN_LIBBSON_VERSION = "1.21.0"
0 commit comments