|
2 | 2 |
|
3 | 3 | ## Next (Unreleased) |
4 | 4 |
|
5 | | -## v.0.3.1 (October 1st, 2024) |
| 5 | +## v0.3.2 (October 15th, 2024) |
| 6 | + |
| 7 | +* Fallback to next auth mechanism if auth environment variables are set but empty ([#168](https://github.com/Kaggle/kagglehub/pull/168)) |
| 8 | +* `kaggle.whoami()` returns proper value in Kaggle Notebook environment ([#166](https://github.com/Kaggle/kagglehub/pull/166)) |
| 9 | +* `kaggle.whoami()` returns proper value when using Colab secrets ([#165](https://github.com/Kaggle/kagglehub/pull/165)) |
| 10 | + |
| 11 | +## v0.3.1 (October 1st, 2024) |
6 | 12 |
|
7 | 13 | * Attach competition in Kaggle notebook environment ([#161](https://github.com/Kaggle/kagglehub/pull/161)) |
8 | 14 | * Download competition using `kagglehub.competition_download(...)` ([#158](https://github.com/Kaggle/kagglehub/pull/158)) |
9 | 15 | * Enable authorization via Colab secrets ([#157](https://github.com/Kaggle/kagglehub/pull/157)) |
10 | 16 |
|
11 | | -## v.0.3.0 (September 4th, 2024) |
| 17 | +## v0.3.0 (September 4th, 2024) |
12 | 18 |
|
13 | 19 | * Integrate Keras metrics ([#152](https://github.com/Kaggle/kagglehub/pull/152)) |
14 | 20 | * Enhance logging messages ([#151](https://github.com/Kaggle/kagglehub/pull/151)) |
15 | 21 | * Upgrade Python version support to 3.9 and above ([#154](https://github.com/Kaggle/kagglehub/pull/154)) |
16 | 22 |
|
17 | | -## v.0.2.9 (July 31st, 2024) |
| 23 | +## v0.2.9 (July 31st, 2024) |
18 | 24 |
|
19 | 25 | * Improve upload by ignoring patterns ([#147](https://github.com/Kaggle/kagglehub/pull/147)) |
20 | 26 | * Upload with empty files ([#145](https://github.com/Kaggle/kagglehub/pull/145)) |
21 | 27 | * Attach dataset in Kaggle notebook environment ([#134](https://github.com/Kaggle/kagglehub/pull/134)) |
22 | 28 | * Upload datasets using `kagglehub.dataset_upload(...)` ([#149](https://github.com/Kaggle/kagglehub/pull/149)) |
23 | 29 | * Download datasets using `kagglehub.dataset_download(...)` ([#131](https://github.com/Kaggle/kagglehub/pull/131)) |
24 | 30 |
|
25 | | -## v.0.2.8 (July 16th, 2024) |
| 31 | +## v0.2.8 (July 16th, 2024) |
26 | 32 |
|
27 | 33 | * Added support for implicit token auth in kaggle notebooks ([#141](https://github.com/Kaggle/kagglehub/pull/141)) |
28 | 34 | * Improve logging for cached models in Kaggle & Colab environments ([#142](https://github.com/Kaggle/kagglehub/pull/142)) |
29 | 35 |
|
30 | | -## v.0.2.7 (July 1st, 2024) |
| 36 | +## v0.2.7 (July 1st, 2024) |
31 | 37 | * Fix model downloading bug |
32 | 38 |
|
33 | | -## v.0.2.6 (June 10th, 2024) |
| 39 | +## v0.2.6 (June 10th, 2024) |
34 | 40 |
|
35 | 41 | * Add support for `.zip` archive ([#135](https://github.com/Kaggle/kagglehub/pull/135)) |
36 | 42 | * Reduce spammy logging ([#124](https://github.com/Kaggle/kagglehub/pull/124)) |
|
0 commit comments