Skip to content

Commit

Permalink
Release 0.3.7 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
goeffthomas authored Jan 31, 2025
1 parent a90dfce commit 83e7709
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.3.7 (January 31, 2025)

* Add data loaders to user agent when downloading ([#215](https://github.com/Kaggle/kagglehub/pull/215))
* Sign model and publish to sigstore ([#211](https://github.com/Kaggle/kagglehub/pull/211))
* Use version number in notebook cache directories ([#212](https://github.com/Kaggle/kagglehub/pull/212))
* Notebook Output Download versioning ([#206](https://github.com/Kaggle/kagglehub/pull/206))
* Add support for utility scripts ([#207](https://github.com/Kaggle/kagglehub/pull/207))
* Fix `load_dataset` typo in `README` ([#202](https://github.com/Kaggle/kagglehub/pull/202))

## v0.3.6 (December 19th, 2024)

* Add `kagglehub.load_dataset(...)` ([#192](https://github.com/Kaggle/kagglehub/pull/192), [#197](https://github.com/Kaggle/kagglehub/pull/197))
Expand Down
2 changes: 1 addition & 1 deletion src/kagglehub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.6"
__version__ = "0.3.7"

import kagglehub.logger # configures the library logger.
from kagglehub import colab_cache_resolver, http_resolver, kaggle_cache_resolver, registry
Expand Down

0 comments on commit 83e7709

Please sign in to comment.