Skip to content

Releases: google/array_record

ArrayRecord v0.8.3

Choose a tag to compare

@iindyk iindyk released this 13 Nov 16:34
Fix dependency issues and add reading/writing with `gs://` URIs

PiperOrigin-RevId: 831144085

ArrayRecord v0.8.2

Choose a tag to compare

@iindyk iindyk released this 27 Oct 15:47
Add Python 3.14 build and deprecate 3.10.

Also:
 - fix test issues due to h5py build
 - bump version after the last release

See https://github.com/google/grain/issues/1092

PiperOrigin-RevId: 823609303

ArrayRecord v0.8.1

Choose a tag to compare

@iindyk iindyk released this 21 Aug 20:08
Revert the last cpp protobuf update and GCS reader support.

The required riegeli version depends on protobug that is incompatible with TF. Ported from https://github.com/google/array_record/pull/175

PiperOrigin-RevId: 797851410

ArrayRecord v0.8.0

Choose a tag to compare

@iindyk iindyk released this 20 Aug 21:08
ArrayRecord 0.8.0 release.

PiperOrigin-RevId: 797435637

ArrayRecord v0.8.0a1

ArrayRecord v0.8.0a1 Pre-release
Pre-release

Choose a tag to compare

@iindyk iindyk released this 18 Jul 20:45
Fix breakage due to rules_cc.

PiperOrigin-RevId: 784673657

ArrayRecord v0.5.0

Choose a tag to compare

@marcenacp marcenacp released this 30 Oct 10:27
Publish ArrayRecord 0.4.x->0.5.0 to PyPI.

PiperOrigin-RevId: 575239033

ArrayRecord v0.4.1

Choose a tag to compare

@aireenmei aireenmei released this 09 Sep 05:35
Release ArrayRecord 0.4.1.

PiperOrigin-RevId: 554817684

ArrayRecord v0.4.0

Choose a tag to compare

@marcenacp marcenacp released this 03 Jul 12:49
  • __getitem__() signature: the method now accepts a single integer and returns a single record, as per Python standard.
  • __getitems__() allows to query multiple records.

ArrayRecord v0.3.0

Choose a tag to compare

@marcenacp marcenacp released this 22 Jun 07:39

Changelog:

  • __getitem__() signature: Batching indexes is no longer required for good performance. Accessing elements can be done in Python:
[source[i] for i in range(...)]

ArrayRecord v0.2.0

Choose a tag to compare

@Marvin182 Marvin182 released this 13 Apr 07:44

Changelog:

  • Added Python DataSource class for handling set of files conveniently.
  • Minor bug fixes.