File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Changes in Version 0.4.0
6
6
- Support for :class: `~bson.decimal128.Decimal128 ` type.
7
7
- Support for macOS arm64 architecture on Python 3.9+.
8
8
- Support for writing tabular datasets (materialized as
9
- PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB.
9
+ PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB
10
+ using the :meth: `~pymongoarrow.api.write ` function.
10
11
See the :doc: `quickstart ` guide for more info.
11
12
12
13
Changes in Version 0.3.0
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.4.0 "
15
+ __version__ = "0.5.0.dev0 "
16
16
17
17
_MIN_LIBBSON_VERSION = "1.21.0"
You can’t perform that action at this time.
0 commit comments