Skip to content

PyMongoArrow 1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 15:40
· 3 commits to main since this release
c36ac05

Highlights

  • Add support for PyArrow 21.0.
  • Add support for conversion of unsupported Arrow data types in write()
    function with auto_convert parameter.
  • Make pandas an optional dependency.
  • Add support for free-threaded Python 3.13 on Windows.
  • Add support for building against libbson 2.0.

What's Changed

  • Bump github/codeql-action from 3.28.18 to 3.28.19 in the actions group by @dependabot[bot] in #322
  • Bump github/codeql-action from 3.28.19 to 3.29.0 in the actions group by @dependabot[bot] in #323
  • INTPYTHON-653 & INTPYTHON-620 Make pandas optional and add free-threading support on Windows by @blink1073 in #324
  • Bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #328
  • INTPYTHON-664 Update windows hosts used in GitHub Actions by @blink1073 in #329
  • INTPYTHON-665 Add support for bson2 by @blink1073 in #332
  • INTPYTHON-419 Include the pyarrow status message in errors by @blink1073 in #330
  • PYTHON-5430 Use the zizmor action by @blink1073 in #334
  • Bump zizmorcore/zizmor-action from 1c7106082dbc1753372e3924b7da1b9417011a21 to 0f0557ab4a0b31211d42435e42df31cbd63fdd59 in the actions group by @dependabot[bot] in #335
  • INTPYTHON-694 Support PyArrow 21.0 by @blink1073 in #337
  • Bump zizmorcore/zizmor-action from 0f0557ab4a0b31211d42435e42df31cbd63fdd59 to 87e33752ad17c7c7fc16fe27c858900c59b18d77 in the actions group by @dependabot[bot] in #339
  • INTPYTHON-520 Ensure all parquet data types are handled by @sleepyStick in #338
  • Bump zizmorcore/zizmor-action from 87e33752ad17c7c7fc16fe27c858900c59b18d77 to 383d31df2eb66a2f42db98c9654bdc73231f3e3a in the actions group by @dependabot[bot] in #340
  • Bump furo from 2024.8.6 to 2025.7.19 in /bindings/python by @dependabot[bot] in #341
  • INTPYTHON-712 Prep for 1.10 release by @blink1073 in #342
  • INTPYTHON-712 Bump version to 1.10 by @blink1073 in #343

New Contributors

Full Changelog: 1.9.0...1.10.0