Autokeras Versions Save

AutoML library for deep learning

2.0.0

4 weeks ago

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: https://github.com/keras-team/autokeras/compare/1.1.0...2.0.0

1.1.0

1 year ago

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: https://github.com/keras-team/autokeras/compare/1.0.20...1.1.0

1.0.20

1 year ago

Highlights

  • Minor bug fixes to prepare for new KerasTuner release.

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/autokeras/compare/1.0.19...1.0.20

1.0.19

1 year ago

What's Changed

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

New Contributors

Full Changelog: https://github.com/keras-team/autokeras/compare/1.0.18...1.0.19

1.0.18

2 years ago

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: https://github.com/keras-team/autokeras/compare/1.0.17...1.0.18

1.0.17

2 years ago

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: https://github.com/keras-team/autokeras/compare/1.0.16...1.0.17

1.0.16.post1

2 years ago
  • 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

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/autokeras/compare/1.0.16...1.0.17rc1

1.0.17rc0

2 years ago
  • Temporarily depending on tf-nightly.

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/autokeras/compare/1.0.16...1.0.17rc0

1.0.16

2 years ago
  • Support returning history in .fit() function if validation_data is not provided.
  • Pin the TF version to 2.5.0 or lower.