Skip to content

Releases: polaris-hub/polaris

0.7.5

24 Jul 18:05
653c46d

Choose a tag to compare

🐛 Fixes

  • Updating base_request_to_hub method to allow handling of responses without json

📚 Documentation

  • Adding more informative error messaging due to potential JWT and Clerk data discrepancy

🧹 Chores

  • Adding more informative error messaging due to potential JWT and Clerk data discrepancy

0.7.4

22 Jul 22:01
4f48e72

Choose a tag to compare

🚀 Features

  • optimizing time complexity of split field validator

0.7.3

21 Jul 19:39
4888a9b

Choose a tag to compare

🚀 Features

  • Allow an empty train partition to support test-set only (e.g. zero-shot) benchmarks

🐛 Fixes

  • Fix: PolarisFileSystem uses the dataset name instead of the dataset slug, causing a 404

0.7.2

21 Jul 11:07
1278da0

Choose a tag to compare

🚀 Features

  • Adding a loading indicator for upload/download operations

🐛 Fixes

  • Only adding zarrRootPath field to datasets that use Zarr
  • Fix undefined split during checksum calc with multiple test sets

0.7.1

17 Jul 18:36
c93f849

Choose a tag to compare

🐛 Fixes

  • fix: Issue where a None token breaks the login flow

0.7.0

12 Jul 19:46
eaa6335

Choose a tag to compare

🚀 Features

  • Include a checksum for Zarr archives in the Dataset checksum
  • feat: JWT-based authentication for Hub API requests

🐛 Fixes

  • fix: Errors in login and owner parsing
  • Fix auth token being None during login

0.6.0

03 Jul 17:03
95203aa

Choose a tag to compare

🐛 Fixes

  • No longer manually upgrade mkdocs-jupyter through PyPi in the CICD

🧹 Chores

  • Remove the polaris.curation module. This code now lives in a separate repository called auroris

0.5.1

27 Jun 16:24
5b70a6d

Choose a tag to compare

📚 Documentation

  • Use existing benchmarks and datasets in docs
  • Remove polyfill

0.5.0

06 Jun 19:14
c7cb5ee

Choose a tag to compare

🚀 Features

  • Optimize the data loader for datasets that fit in memory or on a local disk
  • feat: Update settings for production environment

🐛 Fixes

  • Fix UserWarning during serialization and DeprecationWarning
  • fix: Client ignoring default .env file

0.4.1

30 Apr 20:07
9e45e1b

Choose a tag to compare

  • Fixed bug in release process