|
1 |
| -Changelog |
2 |
| -==== |
3 |
| - |
4 |
| -#### 1.5.4 |
5 |
| -Release date: 5/28/19 |
6 |
| -* Make kernels init more friendly |
7 |
| -* Make directories if needed for kernels output |
8 |
| - |
9 |
| -#### 1.5.3 |
10 |
| -Release date: 2/20/19 |
11 |
| -* Bump urllib3 version |
12 |
| - |
13 |
| -#### 1.5.2 |
14 |
| -Release date: 1/28/19 |
15 |
| -* Don't error on encoding errors when printing tables |
16 |
| -* Exit with error code when an exception is caught |
17 |
| - |
18 |
| -#### 1.5.1.1 |
19 |
| -Release date: 12/5/18 |
20 |
| -* Add missing cli option for dataset subfolders |
21 |
| - |
22 |
| -#### 1.5.1 |
23 |
| -Release date: 12/5/18 |
24 |
| -* Allow custom ca_cert files |
25 |
| -* Support uplodaing datasets with subfolders |
26 |
| -* Fix kaggle.json permissions warning |
27 |
| - |
28 |
| -#### 1.5.0 |
29 |
| -Release date: 10/19/18 |
30 |
| -* Update API to work with new competitions submissions backend. This change will force old API clients to update. |
31 |
| -* Update error message when config file is not found. |
32 |
| - |
33 |
| -#### 1.4.7.1 |
34 |
| -Release date: 8/28/18 |
35 |
| -* Fix host |
36 |
| - |
37 |
| -#### 1.4.7 |
38 |
| -Release date: 8/28/18 |
39 |
| -* Make dataset version `-p` argument actually optinal |
40 |
| -* Don't require the `resources` field when updating a dataset |
41 |
| -* Don't automatically unzip datasets |
42 |
| -* Add an unzip option for dataset downloads |
43 |
| -* Add validation for kernel title and slug length |
44 |
| -* Give a warning if kernel title does not resolve to the specified slug |
45 |
| -* Show kernel version number after pushing |
46 |
| -* Respect `code_file` value in kernel metadata when pulling kernels |
47 |
| - |
48 |
| -#### 1.4.6 |
49 |
| -Release date: 8/7/18 |
50 |
| -* Allow setting config values through environmental variables |
51 |
| - |
52 |
| -#### 1.4.5 |
53 |
| -Release date: 8/1/18 |
54 |
| -* Add error if dataset metadata repeats files |
55 |
| - |
56 |
| -#### 1.4.4 |
57 |
| -Release date: 7/30/18 |
58 |
| -* Fix issue with reading kernel metadata |
59 |
| - |
60 |
| -#### 1.4.3 |
61 |
| -Release date: 7/30/18 |
62 |
| -* Add more competitions list options |
63 |
| -* Add more datasets list options |
64 |
| -* Add a couple more fields to kernels list display |
65 |
| -* Add support for kernel and dataset ID's |
66 |
| -* Allow generating metadata for an existing dataset |
67 |
| -* Fix issue with downloading from datasets whose titles don't match their slugs |
68 |
| -* Use kernel slug as filename for kernel output |
69 |
| -* Make upload and download directory default to current working directory |
70 |
| -* Use a default username on downloading kernel or dataset data if none is specified |
71 |
| -* Support extended data types on datasets |
72 |
| -* Stop requiring `-c`, `-d`, and `-k` arguments |
73 |
| -* Don't require `resources` field in dataset metadata |
74 |
| - |
75 |
| -#### 1.4.2 |
76 |
| -Release date: 7/20/18 |
77 |
| -* Validate dataset slug and title length before uploading |
78 |
| -* Fix issue with dataset metadata file detection |
79 |
| -* Cleaned up KeyboardInterrupt errors |
80 |
| -* Validate all specified files in a dataset exist prior to uploading |
81 |
| -* Make ApiExceptions (slightly) less ugly |
82 |
| - |
83 |
| -#### 1.4.1 |
84 |
| -Release date: 7/20/18 |
85 |
| -* Add python 3.7 compatibility |
86 |
| - |
87 |
| -#### 1.4.0 |
88 |
| -Release date: 7/19/18 |
89 |
| -* Add kernels support |
90 |
| -** List and search kernels |
91 |
| -** Push kernels code |
92 |
| -** Pull kernels code |
93 |
| -** Download kernel output |
94 |
| -** Get latest kernel run status |
95 |
| - |
96 |
| -#### 1.3.12 |
97 |
| -Release date: 6/25/18 |
98 |
| -* Allow setting a `'KAGGLE_CONFIG_DIR'` environmental token |
99 |
| -* Return metadata file after creating |
100 |
| -* Alert users that dataset creation takes time |
101 |
| - |
102 |
| -#### 1.3.11.1 |
103 |
| -* Fix other invalid tags check |
104 |
| - |
105 |
| -#### 1.3.11 |
106 |
| -Release date: 6/12/18 |
107 |
| -* Improve version check |
108 |
| -* Fix invalid tags check |
109 |
| - |
110 |
| -#### 1.3.10 |
111 |
| -Release date: 6/10/18 |
112 |
| -* Restrict urllib3's version due to requests dependency problem |
113 |
| - |
114 |
| -#### 1.3.9.1 |
115 |
| -Release date: 6/9/18 |
116 |
| -* Fix bug with competitions submissions. |
117 |
| - |
118 |
| -#### 1.3.9 |
119 |
| -Release date: 6/8/18 |
120 |
| -* Improve error message for closed competitions |
121 |
| -* Remove stacktrace on errors |
122 |
| -* Print any invalid tags |
123 |
| -* Warn if there are no competition files to download |
124 |
| -* Implement resumable uploads |
125 |
| -* Add subtitle metadata to dataset uploads |
126 |
| -* Add progress bars for uploads and downloads |
127 |
| -* Add command for downloading competitions leaderboard |
128 |
| -* Add command for viewing the top of the leaderboard |
129 |
| - |
130 |
| -#### 1.3.8 |
131 |
| -Release date: 5/18/18 |
132 |
| -* Add option to delete all previous dataset versions |
133 |
| - |
134 |
| -#### 1.3.7 |
135 |
| -Release date: 5/18/18 |
136 |
| -* Add aliases for subcommands (ex. `kaggle c` is the same thing as `kaggle competitions`) |
137 |
| -* Add version command |
138 |
| -* Show full download path for files |
139 |
| -* Remove file size limitation from uploads |
140 |
| - |
141 |
| -#### 1.3.6 |
142 |
| -Release date: 5/7/18 |
143 |
| -* Give the option to add tags to datasets. |
144 |
| - * Known limitiation - you cannot delete tags through the API. Those changes must be done through the website. |
145 |
| - |
146 |
| -#### 1.3.5 |
147 |
| -Release date: 5/4/18 |
148 |
| -* Fix schema declaration in dataset resources |
149 |
| - |
150 |
| -#### 1.3.4 |
151 |
| -Release date: 4/30/18 |
152 |
| -* Rename `columns` to `fields` |
153 |
| - |
154 |
| -#### 1.3.3 |
155 |
| -Release date: 4/26/18 |
156 |
| -* Fix UnicodeEncodeError for certain datasets |
157 |
| -* Include Swagger yaml and config files |
158 |
| - |
159 |
| -#### 1.3.2.1 |
160 |
| -Release date: 4/24/18 |
161 |
| -* Fix bug with column metadata |
162 |
| - |
163 |
| -#### 1.3.2 |
164 |
| -Release date: 4/24/18 |
165 |
| -* Give the option to specify a schema for uploaded datasets |
166 |
| -* Give the option to set the dataset description during updates |
167 |
| - |
168 |
| -#### 1.3.1 |
169 |
| -Release date: 4/19/18 |
170 |
| -* Give the option to set dataset file descriptions |
171 |
| -* Give the option to not convert tabular datasets to csv |
172 |
| - |
173 |
| -#### 1.3.0 |
174 |
| -Release date: 4/18/18 |
175 |
| - |
176 |
| -* Give the option to set the dataset description during creation |
177 |
| - |
178 |
| -#### 1.2.1 |
179 |
| -Release date: 4/17/18 |
180 |
| - |
181 |
| -* [Issue #5](https://github.com/Kaggle/kaggle-api/issues/5) - Reformat code for consistency and to align with [Google's python coding style](https://google.github.io/styleguide/pyguide.html). Most of the changes are cosmetic, but most cases of `camelCasing` other than class names have been changed to `snake_case`. This is a breaking change for anyone directly using the python code rather than simply using the command line. |
| 1 | +Changelog |
| 2 | +==== |
| 3 | + |
| 4 | +#### 1.5.5 |
| 5 | +Release date: 8/30/19 |
| 6 | +* Add vote count and usability rating to datasets listing |
| 7 | +* Add min and max dataset size filters to datasets listing |
| 8 | +* Add additional information to dataset metadata API |
| 9 | +* Allow updating dataset metdata |
| 10 | + |
| 11 | +#### 1.5.4 |
| 12 | +Release date: 5/28/19 |
| 13 | +* Make kernels init more friendly |
| 14 | +* Make directories if needed for kernels output |
| 15 | + |
| 16 | +#### 1.5.3 |
| 17 | +Release date: 2/20/19 |
| 18 | +* Bump urllib3 version |
| 19 | + |
| 20 | +#### 1.5.2 |
| 21 | +Release date: 1/28/19 |
| 22 | +* Don't error on encoding errors when printing tables |
| 23 | +* Exit with error code when an exception is caught |
| 24 | + |
| 25 | +#### 1.5.1.1 |
| 26 | +Release date: 12/5/18 |
| 27 | +* Add missing cli option for dataset subfolders |
| 28 | + |
| 29 | +#### 1.5.1 |
| 30 | +Release date: 12/5/18 |
| 31 | +* Allow custom ca_cert files |
| 32 | +* Support uplodaing datasets with subfolders |
| 33 | +* Fix kaggle.json permissions warning |
| 34 | + |
| 35 | +#### 1.5.0 |
| 36 | +Release date: 10/19/18 |
| 37 | +* Update API to work with new competitions submissions backend. This change will force old API clients to update. |
| 38 | +* Update error message when config file is not found. |
| 39 | + |
| 40 | +#### 1.4.7.1 |
| 41 | +Release date: 8/28/18 |
| 42 | +* Fix host |
| 43 | + |
| 44 | +#### 1.4.7 |
| 45 | +Release date: 8/28/18 |
| 46 | +* Make dataset version `-p` argument actually optinal |
| 47 | +* Don't require the `resources` field when updating a dataset |
| 48 | +* Don't automatically unzip datasets |
| 49 | +* Add an unzip option for dataset downloads |
| 50 | +* Add validation for kernel title and slug length |
| 51 | +* Give a warning if kernel title does not resolve to the specified slug |
| 52 | +* Show kernel version number after pushing |
| 53 | +* Respect `code_file` value in kernel metadata when pulling kernels |
| 54 | + |
| 55 | +#### 1.4.6 |
| 56 | +Release date: 8/7/18 |
| 57 | +* Allow setting config values through environmental variables |
| 58 | + |
| 59 | +#### 1.4.5 |
| 60 | +Release date: 8/1/18 |
| 61 | +* Add error if dataset metadata repeats files |
| 62 | + |
| 63 | +#### 1.4.4 |
| 64 | +Release date: 7/30/18 |
| 65 | +* Fix issue with reading kernel metadata |
| 66 | + |
| 67 | +#### 1.4.3 |
| 68 | +Release date: 7/30/18 |
| 69 | +* Add more competitions list options |
| 70 | +* Add more datasets list options |
| 71 | +* Add a couple more fields to kernels list display |
| 72 | +* Add support for kernel and dataset ID's |
| 73 | +* Allow generating metadata for an existing dataset |
| 74 | +* Fix issue with downloading from datasets whose titles don't match their slugs |
| 75 | +* Use kernel slug as filename for kernel output |
| 76 | +* Make upload and download directory default to current working directory |
| 77 | +* Use a default username on downloading kernel or dataset data if none is specified |
| 78 | +* Support extended data types on datasets |
| 79 | +* Stop requiring `-c`, `-d`, and `-k` arguments |
| 80 | +* Don't require `resources` field in dataset metadata |
| 81 | + |
| 82 | +#### 1.4.2 |
| 83 | +Release date: 7/20/18 |
| 84 | +* Validate dataset slug and title length before uploading |
| 85 | +* Fix issue with dataset metadata file detection |
| 86 | +* Cleaned up KeyboardInterrupt errors |
| 87 | +* Validate all specified files in a dataset exist prior to uploading |
| 88 | +* Make ApiExceptions (slightly) less ugly |
| 89 | + |
| 90 | +#### 1.4.1 |
| 91 | +Release date: 7/20/18 |
| 92 | +* Add python 3.7 compatibility |
| 93 | + |
| 94 | +#### 1.4.0 |
| 95 | +Release date: 7/19/18 |
| 96 | +* Add kernels support |
| 97 | +** List and search kernels |
| 98 | +** Push kernels code |
| 99 | +** Pull kernels code |
| 100 | +** Download kernel output |
| 101 | +** Get latest kernel run status |
| 102 | + |
| 103 | +#### 1.3.12 |
| 104 | +Release date: 6/25/18 |
| 105 | +* Allow setting a `'KAGGLE_CONFIG_DIR'` environmental token |
| 106 | +* Return metadata file after creating |
| 107 | +* Alert users that dataset creation takes time |
| 108 | + |
| 109 | +#### 1.3.11.1 |
| 110 | +* Fix other invalid tags check |
| 111 | + |
| 112 | +#### 1.3.11 |
| 113 | +Release date: 6/12/18 |
| 114 | +* Improve version check |
| 115 | +* Fix invalid tags check |
| 116 | + |
| 117 | +#### 1.3.10 |
| 118 | +Release date: 6/10/18 |
| 119 | +* Restrict urllib3's version due to requests dependency problem |
| 120 | + |
| 121 | +#### 1.3.9.1 |
| 122 | +Release date: 6/9/18 |
| 123 | +* Fix bug with competitions submissions. |
| 124 | + |
| 125 | +#### 1.3.9 |
| 126 | +Release date: 6/8/18 |
| 127 | +* Improve error message for closed competitions |
| 128 | +* Remove stacktrace on errors |
| 129 | +* Print any invalid tags |
| 130 | +* Warn if there are no competition files to download |
| 131 | +* Implement resumable uploads |
| 132 | +* Add subtitle metadata to dataset uploads |
| 133 | +* Add progress bars for uploads and downloads |
| 134 | +* Add command for downloading competitions leaderboard |
| 135 | +* Add command for viewing the top of the leaderboard |
| 136 | + |
| 137 | +#### 1.3.8 |
| 138 | +Release date: 5/18/18 |
| 139 | +* Add option to delete all previous dataset versions |
| 140 | + |
| 141 | +#### 1.3.7 |
| 142 | +Release date: 5/18/18 |
| 143 | +* Add aliases for subcommands (ex. `kaggle c` is the same thing as `kaggle competitions`) |
| 144 | +* Add version command |
| 145 | +* Show full download path for files |
| 146 | +* Remove file size limitation from uploads |
| 147 | + |
| 148 | +#### 1.3.6 |
| 149 | +Release date: 5/7/18 |
| 150 | +* Give the option to add tags to datasets. |
| 151 | + * Known limitiation - you cannot delete tags through the API. Those changes must be done through the website. |
| 152 | + |
| 153 | +#### 1.3.5 |
| 154 | +Release date: 5/4/18 |
| 155 | +* Fix schema declaration in dataset resources |
| 156 | + |
| 157 | +#### 1.3.4 |
| 158 | +Release date: 4/30/18 |
| 159 | +* Rename `columns` to `fields` |
| 160 | + |
| 161 | +#### 1.3.3 |
| 162 | +Release date: 4/26/18 |
| 163 | +* Fix UnicodeEncodeError for certain datasets |
| 164 | +* Include Swagger yaml and config files |
| 165 | + |
| 166 | +#### 1.3.2.1 |
| 167 | +Release date: 4/24/18 |
| 168 | +* Fix bug with column metadata |
| 169 | + |
| 170 | +#### 1.3.2 |
| 171 | +Release date: 4/24/18 |
| 172 | +* Give the option to specify a schema for uploaded datasets |
| 173 | +* Give the option to set the dataset description during updates |
| 174 | + |
| 175 | +#### 1.3.1 |
| 176 | +Release date: 4/19/18 |
| 177 | +* Give the option to set dataset file descriptions |
| 178 | +* Give the option to not convert tabular datasets to csv |
| 179 | + |
| 180 | +#### 1.3.0 |
| 181 | +Release date: 4/18/18 |
| 182 | + |
| 183 | +* Give the option to set the dataset description during creation |
| 184 | + |
| 185 | +#### 1.2.1 |
| 186 | +Release date: 4/17/18 |
| 187 | + |
| 188 | +* [Issue #5](https://github.com/Kaggle/kaggle-api/issues/5) - Reformat code for consistency and to align with [Google's python coding style](https://google.github.io/styleguide/pyguide.html). Most of the changes are cosmetic, but most cases of `camelCasing` other than class names have been changed to `snake_case`. This is a breaking change for anyone directly using the python code rather than simply using the command line. |
0 commit comments