openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
276 stars 142 forks source link

New Release 0.14.2 #1323

Open LennartPurucker opened 6 months ago

PGijsbers commented 6 months ago

There are some problems with the history between main and develop. We can clean this up (for example, by branching off main again), but Lennart proposed we simply abandon the two branch system in favor of using tags for releases. I personally also would prefer this option, as it's less error prone. We could keep the main branch around for archival reasons. The documentation pages would need an update.

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 85.13011% with 240 lines in your changes missing coverage. Please review.

Project coverage is 83.88%. Comparing base (d26a911) to head (de983ac). Report is 1 commits behind head on main.

Files Patch % Lines
openml/datasets/dataset.py 87.20% 22 Missing :warning:
openml/_api_calls.py 75.64% 19 Missing :warning:
openml/cli.py 0.00% 18 Missing :warning:
openml/datasets/functions.py 86.76% 18 Missing :warning:
openml/tasks/task.py 77.63% 17 Missing :warning:
openml/study/functions.py 72.88% 16 Missing :warning:
openml/utils.py 82.22% 16 Missing :warning:
openml/testing.py 75.80% 15 Missing :warning:
openml/config.py 82.71% 14 Missing :warning:
openml/extensions/sklearn/extension.py 91.89% 12 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1323 +/- ## ========================================== - Coverage 85.19% 83.88% -1.32% ========================================== Files 38 38 Lines 5107 5261 +154 ========================================== + Hits 4351 4413 +62 - Misses 756 848 +92 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.