Skip to content

Releases: adriangb/scikeras

v0.13.0

11 Apr 22:23
e92a7dc
Compare
Choose a tag to compare

What's Changed

Support for Keras 3 by @adriangb in #317

This release drops support for older versions of Keras, Tensorflow and Scikit-Learn.

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Oct 16:36
9ec5ca6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.0

14 Jun 14:38
427aab2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

12 Dec 18:14
32fc6af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

22 Jul 23:33
0144439
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

11 May 20:07
d50e75a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 Apr 17:58
Compare
Choose a tag to compare

What's Changed

  • Fixed Some Typos in README.md and Documentation by @RoyiAvital in #269
  • Add sklearn mixin inheritance by @go95 in #267
  • chore: run nightly tf in CI and fix compatibility with TF 2.9.0 by @adriangb in #271

New Contributors

  • @RoyiAvital made their first contribution in #269
  • @go95 made their first contribution in #267

Full Changelog: v0.6.1...v0.7.0

v0.6.1

15 Feb 18:48
1060d3c
Compare
Choose a tag to compare

What's Changed

  • doc: document that TensorFlow Datasets are not supported as inputs by @adriangb in #266

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Feb 18:47
cbc7940
Compare
Choose a tag to compare

What's Changed

  • MAINT: add optional packages for tensorflow and tensorflow-cpu; update documentation by @metasyn in #262

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

30 Nov 01:26
57918d6
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: bump TensorFlow dependency to 2.7.0 by @adriangb in #252
  • feat: add context manager for setting TensorFlow's random generator by @adriangb in #254
  • doc: add note on KerasRegressor.score() return value to migration guide by @adriangb in #255

Full Changelog: v0.4.1...v0.5.1