Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@tomasatdatabricks tomasatdatabricks released this 01 May 20:07
· 75 commits to master since this release

This is the 1.0.0 release. It brings compatibility with newer versions of Spark (2.3) and Tensorflow (1.6+). The custom image schema formerly defined in this package has been replaced with Spark's ImageSchema so there may be some breaking changes when updating to this version.

Notable changes:

  • (breaking change) Using the definition of images from Spark 2.3.0. The new definition uses the BGR channel ordering for 3-channel images instead of the RGB ordering used in this project before the change.
  • Persistence for DeepImageFeaturizer (both Python and Scala).