Releases: google/array_record
Releases · google/array_record
ArrayRecord v0.5.0
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.
Array_record 0.1.0 release
array_record pip package PiperOrigin-RevId: 490568092