Skip to content

Releases: google/array_record

ArrayRecord v0.8.3

13 Nov 16:34

Choose a tag to compare

Fix dependency issues and add reading/writing with `gs://` URIs

PiperOrigin-RevId: 831144085

ArrayRecord v0.8.2

27 Oct 15:47

Choose a tag to compare

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

21 Aug 20:08

Choose a tag to compare

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

20 Aug 21:08

Choose a tag to compare

ArrayRecord 0.8.0 release.

PiperOrigin-RevId: 797435637

ArrayRecord v0.8.0a1

18 Jul 20:45

Choose a tag to compare

ArrayRecord v0.8.0a1 Pre-release
Pre-release
Fix breakage due to rules_cc.

PiperOrigin-RevId: 784673657

ArrayRecord v0.5.0

30 Oct 10:27

Choose a tag to compare

Publish ArrayRecord 0.4.x->0.5.0 to PyPI.

PiperOrigin-RevId: 575239033

ArrayRecord v0.4.1

09 Sep 05:35

Choose a tag to compare

Release ArrayRecord 0.4.1.

PiperOrigin-RevId: 554817684

ArrayRecord v0.4.0

03 Jul 12:49

Choose a tag to compare

  • __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

22 Jun 07:39

Choose a tag to compare

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

13 Apr 07:44

Choose a tag to compare

Changelog:

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