Skip to content

Releases: keras-team/autokeras

Release v2.0.0

20 Mar 21:24
5549d89
Compare
Choose a tag to compare

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

Release v1.1.0

28 Jan 18:28
28cd95e
Compare
Choose a tag to compare

Release v1.1.0

Breaking changes

  • This only affect you if you use BertTokenizer or BertEncoder in AutoKeras explicity. You are not affected if you only use BertBlock, TextClassifier or TextRegressor. Removed the AutoKeras implementation of BertTokenizer and BertEncoder. Use keras-nlp implementation instead.

Bug fixes

  • Now also support numpy>=1.24.

New Contributors

Full Changelog: 1.0.20...1.1.0

Release v1.0.20

31 Aug 16:47
fb79306
Compare
Choose a tag to compare

Highlights

  • Minor bug fixes to prepare for new KerasTuner release.

What's Changed

New Contributors

Full Changelog: 1.0.19...1.0.20

Release v1.0.19

30 Apr 05:35
Compare
Choose a tag to compare

What's Changed

  • Compatible with TF 2.9.0.
  • Support more hyperparameters as arguments to blocks.

New Contributors

Full Changelog: 1.0.18...1.0.19

Release v1.0.18

18 Feb 08:12
Compare
Choose a tag to compare

Important Notice!

Please update to TensorFlow 2.8.0 and KerasTuner 1.1.0 to use this AutoKeras version.

What's Changed

New Contributors

Full Changelog: 1.0.17...1.0.18

Release v1.0.17

03 Feb 00:06
Compare
Choose a tag to compare

What's Changed

  • Fix broken link in docs by @htbkoo
  • Adapt to tf 2.8.0
  • Adapt to KerasTuner 1.1.0

New Contributors

Full Changelog: 1.0.16...1.0.17

1.0.16.post1

02 Nov 00:16
Compare
Choose a tag to compare
  • Support returning history in .fit() function if validation_data is not provided.
  • Pin the TF version to 2.5.0 or lower.
  • Pin the KerasTuner version to 1.0.x and less than 1.1.

1.0.17rc1

20 Oct 06:37
Compare
Choose a tag to compare
1.0.17rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.16...1.0.17rc1

1.0.17rc0

18 Oct 08:51
Compare
Choose a tag to compare
1.0.17rc0 Pre-release
Pre-release
  • Temporarily depending on tf-nightly.

What's Changed

New Contributors

Full Changelog: 1.0.16...1.0.17rc0

Release v1.0.16

16 Aug 19:38
e503c51
Compare
Choose a tag to compare
  • Support returning history in .fit() function if validation_data is not provided.
  • Pin the TF version to 2.5.0 or lower.