New features 1. Support more than one JSON file for a single dataset tfrecord conversion of text data. 2. Support text data as part of the labels columns family. This enhances the support for Question/Answer relates tasks and GLUE benchmarks.
Breaking changes
N/A
Bug fixes
N/A
1.7.0
New features 1. Disabled default padding of elements within a batch. To enable padding of elements using datum interpreted shape use `dataset_configs.use_dautm_padding=True`.
Breaking Changes N/A
Bug Fixes N/A
1.6.0
Datum now supports Tensorflow 2.9.1. This release updates the TensorFlow version.
1.5.0
1.4.0
Not secure
Set `drop_remainder`, `num_parallel_calls` and `deterministic` via configs. `num_parallel_calls` only available when using `deterministic`.