Releases: google/array_record
Releases · google/array_record
ArrayRecord v0.8.3
ArrayRecord v0.8.2
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
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
ArrayRecord 0.8.0 release. PiperOrigin-RevId: 797435637
ArrayRecord v0.8.0a1
Fix breakage due to rules_cc. PiperOrigin-RevId: 784673657
ArrayRecord v0.5.0
Publish ArrayRecord 0.4.x->0.5.0 to PyPI. PiperOrigin-RevId: 575239033
ArrayRecord v0.4.1
Release ArrayRecord 0.4.1. PiperOrigin-RevId: 554817684
ArrayRecord v0.4.0
__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
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
Changelog:
- Added Python DataSource class for handling set of files conveniently.
- Minor bug fixes.