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 3a4c9d8 commit 05bc4d8Copy full SHA for 05bc4d8
bindings/python/docs/source/changelog.rst
@@ -5,7 +5,9 @@ Changes in Version 0.7.0
5
------------------------
6
- Added support for BSON Embedded Document type.
7
- Added support for BSON Array type.
8
-- Support PyArrow 11.0.
+- Added support for BSON Decimal128 type.
9
+- Added support for Pandas 2.0 and Pandas extension types.
10
+- Support PyArrow 12.0.
11
12
Changes in Version 0.6.3
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__ = "1.0.0.dev0"
+__version__ = "1.0.0"
16
17
_MIN_LIBBSON_VERSION = "1.21.0"
0 commit comments