Skip to content

Releases: openAGI/datum

Release 1.11.1

10 May 17:38
36d20ab
Compare
Choose a tag to compare

Use accurate JPEG decoding.

New Features

N/A

Bug Fixes

  1. "INTEGER_ACCURATE" JPEG decoding is used to make output PIL equivalent.

Breaking Changes

N/A

Release 1.11.0

28 Apr 10:25
764921f
Compare
Choose a tag to compare

Adds support for TensorFlow 2.16.

New Features

N/A

Breaking Changes

N/A

Release 1.10.0

22 Mar 14:26
Compare
Choose a tag to compare

Added support for Tensorflow 2.15 and Python 3.11

New Features

N/A

Bug fixes

  1. Python 3.11 supports

Breaking Changes

Release 1.9.0

08 Jan 13:42
1a0f6c8
Compare
Choose a tag to compare

Added support for Tensorflow 2.11

New Features

N/A

Bug fixes

N/A

Breaking Changes

TensorFlow version < 2.11 not supported

Release 1.8.0

16 Aug 15:52
Compare
Choose a tag to compare

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

Release 1.7.0

09 Aug 16:49
Compare
Choose a tag to compare

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

Release 1.6.0

03 Aug 15:38
Compare
Choose a tag to compare

Datum now supports Tensorflow 2.9.1. This release updates the TensorFlow version.

Release 1.5.0

03 Jun 16:38
Compare
Choose a tag to compare

Datum 1.5.0 support tensorflow==2.8.1

Release 1.4.0

07 Jan 17:14
Compare
Choose a tag to compare

Set drop_remainder, num_parallel_calls and deterministic via configs. num_parallel_calls only available when using deterministic.

Release 1.3.0

01 Dec 07:49
Compare
Choose a tag to compare

Now datum supports tensorflow=2.7.0