Skip to content

google-cloud-happybase-0.30.2

Compare
Choose a tag to compare
@tseaver tseaver released this 05 Oct 15:47
· 49 commits to master since this release
0.30.2
d9563f5

Dependencies

  • Update to use google.cloud.bigtable 0.30.2

Documentation

  • Fix incorrect PyPI link in README (#28).

Implementation changes

  • Use Bigtable's yield_rows for Table.rows() and Table.scan(). (#37)
  • Update scan method to use row set (#42)
  • Use row_set in rows() method. Improves performance for the rows method. (#44)