Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 07:15
· 7 commits to master since this release
87d418a

1.2.0 - 2025-09-26

This release adds support to import from & export to local parquet file(s). For more details, check out their example usage on the Importing and Exporting Data page of the User Guide.

Features

  • #208: Added ExaConnection.import_from_parquet which can import data from local parquet file(s)
  • #234: Added ExaConnection.export_to_parquet which can export data to local parquet file(s)
  • #254: Added performance tests for http_transport export & import methods

Dependency Updates

main

  • Removed dependency numpy:1.26.4
  • Added dependency pyarrow:20.0.0

performance

  • Added dependency pytest-benchmark:5.1.0