Skip to content
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

Merged
merged 18 commits into from
Dec 12, 2022
Merged

Support TensorFlow 2.11.0 #287

merged 18 commits into from
Dec 12, 2022

Conversation

adriangb
Copy link
Owner

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.

@adriangb adriangb marked this pull request as draft November 29, 2022 08:12
@github-actions
Copy link

github-actions bot commented Nov 29, 2022

📝 Docs preview for commit 4bd4502 at: https://www.adriangb.com/scikeras/refs/pull/287/merge/

@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2022

Codecov Report

Merging #287 (e80ff91) into master (eb88be8) will increase coverage by 0.01%.
The diff coverage is 96.15%.

❗ Current head e80ff91 differs from pull request most recent head c4b7b16. Consider uploading reports for the commit c4b7b16 to get more accurate results

@@            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              
Impacted Files Coverage Δ
scikeras/_saving_utils.py 97.56% <96.07%> (-0.27%) ⬇️
scikeras/utils/transformers.py 100.00% <100.00%> (ø)
scikeras/__init__.py 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@adriangb adriangb marked this pull request as ready for review December 12, 2022 14:32
@adriangb adriangb merged commit 32fc6af into master Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants