-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TensorFlow 2.11.0 #287
Conversation
📝 Docs preview for commit 4bd4502 at: https://www.adriangb.com/scikeras/refs/pull/287/merge/ |
Codecov Report
@@ Coverage Diff @@
## master #287 +/- ##
==========================================
+ Coverage 98.24% 98.26% +0.01%
==========================================
Files 6 7 +1
Lines 741 748 +7
==========================================
+ Hits 728 735 +7
Misses 13 13
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There are quite a few breaking changes in 2.11.0 (mostly because we're digging deep into the Optimizer API) so to support 2.11.0 we'll have to drop support for older versions.