adriangb / scikeras

Scikit-Learn API wrapper for Keras.
https://www.adriangb.com/scikeras/
MIT License
239 stars 47 forks source link

BREAKING CHANGE: bump TensorFlow dependency to 2.7.0 #252

Closed adriangb closed 2 years ago

adriangb commented 2 years ago

This fixes compatibility with TensorFlow 2.7.0, at the cost of dropping support for older versions.

github-actions[bot] commented 2 years ago

📝 Docs preview for commit 041b7cb at: https://www.adriangb.com/scikeras/refs/pull/252/merge/

codecov-commenter commented 2 years ago

Codecov Report

Merging #252 (041b7cb) into master (67de238) will decrease coverage by 0.52%. The diff coverage is 97.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage   98.79%   98.26%   -0.53%     
==========================================
  Files           6        6              
  Lines         746      749       +3     
==========================================
- Hits          737      736       -1     
- Misses          9       13       +4     
Impacted Files Coverage Δ
scikeras/_utils.py 99.08% <96.29%> (-0.92%) :arrow_down:
scikeras/__init__.py 100.00% <100.00%> (ø)
scikeras/_saving_utils.py 97.82% <100.00%> (-1.03%) :arrow_down:
scikeras/wrappers.py 97.48% <100.00%> (-0.52%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67de238...041b7cb. Read the comment docs.