Skip to content

Releases: kylebarron/arro3

py-v0.4.0

03 Oct 20:03
2d68111
Compare
Choose a tag to compare

Enhancements 🪄

Bug fixes 🐛

New Contributors

  • @3ok made their first contribution in #210

Full Changelog: py-v0.3.1...py-v0.4.0

Build of arro3 for pyodide v0.26.2 and arro3 v0.4.0

03 Oct 20:54
6dcd1c8
Compare
Choose a tag to compare
pyodide-v0.26.2-arro3-v0.4.0

Update pyo3-arrow version table (#218)

pyo3-arrow-v0.2.1

06 Sep 15:42
Compare
Choose a tag to compare
  • Public API to import pycapsules (#183)

Full Changelog: pyo3-arrow-v0.2.0...pyo3-arrow-v0.2.1

py-v0.3.0

27 Aug 19:46
1e423aa
Compare
Choose a tag to compare

Enhancements 🪄

  • Wheels for pyodide are auto-built on CI and published to Github releases.
  • Ensure Parquet schema metadata is added to arrow table by @kylebarron in #137
  • Access dictionary array keys and values by @kylebarron in #139
  • Support reading Parquet from file objects by @kylebarron in #142
  • Implement dictionary encoding by @kylebarron in #136
  • Support for Arrow scalars and converting to Python objects by @kylebarron in #159
  • Move functional accessors to core module by @kylebarron in #151
  • Support for python buffer protocol by @kylebarron in #156

Bug fixes 🐛

Full Changelog: py-v0.2.1...py-v0.3.0

Build of arro3 for pyodide v0.26.2 and arro3 v0.3.0

27 Aug 19:34
1e423aa
Compare
Choose a tag to compare
fix wheel build (#176)

* fix wheel build

* fix wheels

* remove python matrix

* restore publish

py-v0.2.1

14 Aug 04:53
53ae23c
Compare
Choose a tag to compare

What's Changed

Full Changelog: py-v0.2.0...py-v0.2.1

py-v0.2.0

14 Aug 04:47
3dded49
Compare
Choose a tag to compare

Enhancements 🪄

  • In general, high parity with pyarrow for most data access and management. Most of the Table, ChunkedArray, Array, RecordBatchReader, Schema, and Field methods and behavior should be similar to pyarrow.
  • An ArrayReader, an abstraction beyond RecordBatchReader to allow a stream of arrow arrays that are not RecordBatches.
  • Readers and writers for Parquet, Arrow IPC, CSV, and JSON.
  • Initial compute functions.
  • Initial Python tests.
  • Improved documentation, both in the type stubs and in the docs website.
  • Pyodide wheel support.

Build of arro3 for pyodide v0.26.1 and arro3 v0.2.1

14 Aug 15:22
02c8483
Compare
Choose a tag to compare
pyodide-v0.26.1-arro3-v0.2.1

fix tag regex for building pyodide wheels on ci (#132)

Build of arro3 for pyodide v0.26.1 and arro3 v0.2.0

14 Aug 15:12
02c8483
Compare
Choose a tag to compare
pyodide-v0.26.1-arro3-v0.2.0

fix tag regex for building pyodide wheels on ci (#132)

pyo3-arrow-v0.1.0

28 Jun 01:43
f3a1108
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/kylebarron/arro3/commits/pyo3-arrow-v0.1.0