Skip to content

Releases: jongwook/tfrecord_lite

v0.0.7

07 Feb 09:22
Compare
Choose a tag to compare
  • This release adds a new feature, tfrecord_lite.tf_record_iterator, which can iterate a tfrecord file.
    • With this change, you can read tfrecord files without even tensorflow installed!
  • Additionally, the package now includes the Cython-generated CPP file.
    • Hence it no longer requires Cython to be installed.
  • Addded a simple test script for Travis-CI.