openml-labs / gama

An automated machine learning tool aimed to facilitate AutoML research.
https://openml-labs.github.io/gama/master/
Apache License 2.0
92 stars 29 forks source link

Bump to minimum Py3.9 #195

Closed PGijsbers closed 1 year ago

github-actions[bot] commented 1 year ago

Thank you for the pull request! :pray: If CI reports any errors please address them. If you believe the errors are unrelated to your PR, please state why. This will make it easier for the maintainers to assess your PR :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #195 (91ed550) into master (9596bf0) will increase coverage by 20.77%. The diff coverage is 73.33%.

@@             Coverage Diff             @@
##           master     #195       +/-   ##
===========================================
+ Coverage   68.26%   89.04%   +20.77%     
===========================================
  Files          45       45               
  Lines        2187     2191        +4     
===========================================
+ Hits         1493     1951      +458     
+ Misses        694      240      -454     
Flag Coverage Δ
unit-tests 89.04% <73.33%> (+20.77%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gama/configuration/regression.py 100.00% <ø> (ø)
gama/genetic_programming/mutation.py 95.16% <ø> (+3.22%) :arrow_up:
gama/postprocessing/best_fit.py 80.00% <ø> (ø)
gama/utilities/evaluation_library.py 89.68% <ø> (+7.14%) :arrow_up:
gama/utilities/generic/async_evaluator.py 68.30% <0.00%> (+51.27%) :arrow_up:
gama/gama.py 83.95% <33.33%> (+29.36%) :arrow_up:
gama/genetic_programming/compilers/scikitlearn.py 77.01% <100.00%> (ø)
gama/genetic_programming/components/terminal.py 100.00% <100.00%> (ø)
gama/genetic_programming/operations.py 100.00% <100.00%> (ø)
gama/genetic_programming/selection.py 100.00% <100.00%> (+4.34%) :arrow_up:
... and 5 more

... and 11 files with indirect coverage changes

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