JuliaAI / OpenML.jl

Partial implementation of the OpenML API for Julia
MIT License
10 stars 5 forks source link

Adapt to changes in OpenML API, bump versions, add maxbytes feature #18

Closed jbrea closed 2 years ago

jbrea commented 2 years ago

This addresses #16 and #17.

In addition,

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (ccaee38) into dev (f2daf08) will decrease coverage by 2.06%. The diff coverage is 34.37%.

@@            Coverage Diff             @@
##              dev      #18      +/-   ##
==========================================
- Coverage   34.53%   32.46%   -2.07%     
==========================================
  Files           1        1              
  Lines         139       77      -62     
==========================================
- Hits           48       25      -23     
+ Misses         91       52      -39     
Impacted Files Coverage Δ
src/data.jl 32.46% <34.37%> (-2.07%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ablaom commented 2 years ago

Many thanks @jbrea !

@darenasc or @OkonSamuel Going on leave for a week. Any chance one of you could review this?

Hopefully I can then jump and tag a new (breaking release) with the new HTTP compat.

jbrea commented 2 years ago

Does anyone have the time to look at this within the next few days? I would like to use the updated version for the course that starts mid September.

jbrea commented 2 years ago

Breaking is only the removal of the keyword argument api_keys. However, this keyword argument never did anything, so I don't expect to break user code.

jbrea commented 2 years ago

Thanks, @ablaom!