Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 20 Mar 21:24
· 2 commits to master since this release
5549d89

Breaking changes

  • Requires keras>=3.0.0 instead of tf.keras.
  • Removed the structured data related tasks by removing the following public
    APIs:
    • CategoricalToNumerical
    • MultiCategoryEncoding
    • StructuredDataInput
    • StructuredDataBlock
    • StructuredDataClassifier
    • StructuredDataRegressor
  • Removed the Time series related tasks by removing the following public APIs:
    • TimeseriesInput
    • TimeseriesForecaster
  • Reduced search space of Text related tasks by removing the following blocks.
    • Embedding
    • TextToIntSequence
    • TextToNgramVector
    • Transformer

New Contributors

Full Changelog: 1.1.0...2.0.0