Skip to content

Latest commit

 

History

History
167 lines (108 loc) · 8.74 KB

CHANGELOG.md

File metadata and controls

167 lines (108 loc) · 8.74 KB

Changelog

v0.3.7 (January 31, 2025)

  • Add data loaders to user agent when downloading (#215)
  • Sign model and publish to sigstore (#211)
  • Use version number in notebook cache directories (#212)
  • Notebook Output Download versioning (#206)
  • Add support for utility scripts (#207)
  • Fix load_dataset typo in README (#202)

v0.3.6 (December 19th, 2024)

  • Add kagglehub.load_dataset(...) (#192, #197)
  • Fix auto-compressed dataset downloads (#194, #195)
  • Update docker-hatch and documentation (#193)

v0.3.5 (December 10th, 2024)

  • Include server-side errors if present (#183)
  • Made file logging opt-out by default (#190)
  • Improved version upgrade warning (#188)
  • Add kagglehub.notebook_output_download(...), only supports HTTP resolver for now. (#184)

v0.3.4 (November 8th, 2024)

  • Add a naive Colab dataset cache resolver (#177)
  • Add keras_hub as user-agent (#176)

v0.3.3 (October 17th, 2024)

  • Hide API key in terminal when prompting in kaggle.login(...) (#173)
  • Reduce logging spam when using force_download in Kaggle notebook environment (#172)

v0.3.2 (October 15th, 2024)

  • Fallback to next auth mechanism if auth environment variables are set but empty (#168)
  • kaggle.whoami() returns proper value in Kaggle Notebook environment (#166)
  • kaggle.whoami() returns proper value when using Colab secrets (#165)

v0.3.1 (October 1st, 2024)

  • Attach competition in Kaggle notebook environment (#161)
  • Download competition using kagglehub.competition_download(...) (#158)
  • Enable authorization via Colab secrets (#157)

v0.3.0 (September 4th, 2024)

  • Integrate Keras metrics (#152)
  • Enhance logging messages (#151)
  • Upgrade Python version support to 3.9 and above (#154)

v0.2.9 (July 31st, 2024)

  • Improve upload by ignoring patterns (#147)
  • Upload with empty files (#145)
  • Attach dataset in Kaggle notebook environment (#134)
  • Upload datasets using kagglehub.dataset_upload(...) (#149)
  • Download datasets using kagglehub.dataset_download(...) (#131)

v0.2.8 (July 16th, 2024)

  • Added support for implicit token auth in kaggle notebooks (#141)
  • Improve logging for cached models in Kaggle & Colab environments (#142)

v0.2.7 (July 1st, 2024)

  • Fix model downloading bug

v0.2.6 (June 10th, 2024)

  • Add support for .zip archive (#135)
  • Reduce spammy logging (#124)
  • Download model files in parallel (#122)

v0.2.5 (May 2nd, 2024)

  • Add missing packaging dependencies (#115)
  • Create whoami method (#114)
  • Migrate all tests to use Flask (#111)

v0.2.4 (April 26th, 2024)

  • Create a new version when model instance exist but no versions are ready yet (#108)
  • Remove zipping in upload (#105)

v0.2.3 (April 16th, 2024)

  • Improve upload speed (#100)

v0.2.2 (March 27th, 2024)

  • Add support for single file upload (#97)

v0.2.1 (March 21th, 2024)

  • Add support for directory upload (#82)

v0.2.0 (February 28th, 2024)

  • Add raise_for_status() in post function (#82)
  • Use Artifact Registry for helper images (#83)

v0.1.9 (February 5th, 2023)

  • Fix message when detecting newer version (#82)
  • Link to model detail page in errors(Colab resolver) (#83)

v0.1.8 (January 31st, 2024)

  • Include URL to model detail page in error message (#80)
  • Add Kaggle/Colab to user-agent if running on these environment (#78)
  • Improve logging for Colab resolver (#77)

v0.1.7 (January 29th, 2024)

  • Fix model_upload with nested directory (#75)
  • Detect if a newer version of kagglehub is available and suggest to upgrade (#73)

v0.1.6 (January 22nd, 2024)

  • Fix permission issue in model_upload and add integration tests (#69)
  • Make specifying a license optional in model_upload (#62)
  • Improve logging (#68, #71)
  • Add resumable upload (#55)

v0.1.5 (January 8th, 2024)

  • Prevent log message from being printed twice in some environment (#57)
  • Add Colab model resolver (#53)
  • Add kagglehub.model_upload(...) (#43, #51, #52)
  • Add kagglehub user agent to Kaggle API V1 calls (#50)
  • Add force_download option to kagglehub.model_download() (#44)

v0.1.4 (Dec 11th, 2023)

  • Improve error messages for KaggleCacheResolver (#40)

v0.1.3 (Dec 5th, 2023)

  • Improve error messages for Kaggle API calls (#38)
  • Perform integrity check after file download (#37)

v0.1.2 (Nov 30th, 2023)

  • Fixed notebook environment detection logic (#36)

v0.1.1 (Nov 30th, 2023)

  • Fixed login credential validation (#33, #34)

v0.1.0 (Nov 29th, 2023)

  • Attach model in Kaggle notebook environment with internet disabled (#27)
  • Login via IPyWidgets in notebook (#28)
  • Login via prompt in terminal (#23)
  • Attach model in Kaggle Notebook environment (#19)
  • Support resumable download (#17)
  • Support unversioned model handles (#16)

v0.0.1a1 (Oct 26th, 2023)

  • Login via environment variable or credentials file (#9)
  • Download public models over HTTP and store in local cache (#8, #12)

v0.0.1a0 (Oct 5th, 2023)

  • Skeleton for the kagglehub library (#1)