Skip to content

Conversation

@sahithyaravi
Copy link
Member

Reference Issue

What does this PR implement/fix? Explain your changes.

API call to list runs https://www.openml.org/api/v1/run/list/limit/10 - returns task type, while
python API does not.

added task type to list_runs call in python API

How should this PR be tested?

runs.list_runs(size=10)

Any other comments?

@codecov-io
Copy link

codecov-io commented Nov 6, 2019

Codecov Report

❗ No coverage uploaded for pull request base (develop@e489f41). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #857   +/-   ##
==========================================
  Coverage           ?   88.38%           
==========================================
  Files              ?       37           
  Lines              ?     4298           
  Branches           ?        0           
==========================================
  Hits               ?     3799           
  Misses             ?      499           
  Partials           ?        0
Impacted Files Coverage Δ
openml/runs/functions.py 82.32% <ø> (ø)

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 e489f41...dff7774. Read the comment docs.

@sahithyaravi sahithyaravi requested a review from mfeurer November 6, 2019 11:42
Copy link
Collaborator

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks a lot. Could you please add this to the changelog, too?


0.10.1
~~~~~~
* ADD #857: Adds task type ID to list_runs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually my mistake (as I didn't update this yet), but since we made a new release, you need to put this under a new header.

@mfeurer mfeurer merged commit 33bf643 into develop Nov 6, 2019
@mfeurer mfeurer deleted the list_run_task_type branch November 6, 2019 17:06
PGijsbers pushed a commit that referenced this pull request Nov 7, 2019
* Fixing broken links (#864)

* Adding license to each source file (#862)

* Preliminary addition of license to source files

* Adding license to almost every source file

* add task_type to list_runs (#857)

* add task_type to list_runs

* length of run change

* changelog

* changes in progress rst

* Prepare new release (#868)
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.

4 participants