|
2 | 2 |
|
3 | 3 | .. _progress: |
4 | 4 |
|
5 | | -======== |
6 | | -Progress |
7 | | -======== |
8 | | - |
| 5 | +========= |
9 | 6 | Changelog |
10 | 7 | ========= |
11 | 8 |
|
@@ -66,72 +63,11 @@ There is no changelog for these versions. |
66 | 63 | 0.3.0 |
67 | 64 | ~~~~~ |
68 | 65 |
|
69 | | -* Add this changelog (Matthias Feurer) |
70 | | -* 2nd example notebook PyOpenML.ipynb (Joaquin Vanschoren) |
| 66 | +* Add this changelog |
| 67 | +* 2nd example notebook PyOpenML.ipynb |
71 | 68 | * Pagination support for list datasets and list tasks |
72 | 69 |
|
73 | 70 | Prior |
74 | 71 | ~~~~~ |
75 | 72 |
|
76 | 73 | There is no changelog for prior versions. |
77 | | - |
78 | | -API calls |
79 | | -========= |
80 | | - |
81 | | -=============================================== =========== ====== =============== ========== ===================== |
82 | | -API call implemented tested properly tested loads json proper error handling |
83 | | -=============================================== =========== ====== =============== ========== ===================== |
84 | | -/data/{id} yes yes |
85 | | -/data/features/{id} yes yes |
86 | | -/data/qualities/{id} yes yes |
87 | | -/data/list/ yes yes |
88 | | -/data/list/tag/{tag} yes yes |
89 | | -/data/upload/ yes yes |
90 | | -/data/tag |
91 | | -/data/untag |
92 | | -/data/delete/ X |
93 | | - |
94 | | -/task/{task} yes yes |
95 | | -/task/list yes yes |
96 | | -/task/list/type/{id} yes yes |
97 | | -/task/list/tag/{tag} yes yes |
98 | | -/task {POST} |
99 | | -/task/tag |
100 | | -/task/untag |
101 | | -/task/delete X |
102 | | - |
103 | | -/tasktype/{id} |
104 | | -/tasktype/list |
105 | | - |
106 | | -/flow/{id} |
107 | | -/flow/exists/{name}/{ext_version} yes |
108 | | -/flow/list yes |
109 | | -/flow/list/tag/{tag} |
110 | | -/flow/owned |
111 | | -/flow/ {POST} yes yes |
112 | | -/flow/tag |
113 | | -/flow/untag |
114 | | -/flow/{id} {DELETE} X |
115 | | - |
116 | | -/run/list/task/{ids} yes yes |
117 | | -/run/list/run/{ids} yes yes |
118 | | -/run/list/tag/{tag} yes yes |
119 | | -/run/{id} yes yes |
120 | | -/run/list/uploader/{ids} yes yes |
121 | | -/run/list/flow/{ids} yes yes |
122 | | -/run/list/{filters} yes yes |
123 | | -/run/untag |
124 | | -/run (POST) yes yes |
125 | | -/run/tag |
126 | | -/run/{id} (DELETE) X |
127 | | - |
128 | | -/evaluation/list/run/{ids} |
129 | | -/evaluation/list/tag/{tag} |
130 | | -/evaluation/list/task/{ids} |
131 | | -/evaluation/list/uploader/{ids} |
132 | | -/evaluation/list/flow/{ids} |
133 | | -/evaluation/list/{filters} |
134 | | - |
135 | | -=============================================== =========== ====== =============== ========== ===================== |
136 | | - |
137 | | -We do not plan to implement API calls marked with an **X**! |
0 commit comments