Skip to content

Releases: polaris-hub/polaris

0.11.5

27 Jan 19:14
5520fe8
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Replace Halo with rich for CLI spinner and progress tracking

🧹 Chores

  • chore: Clean up error handling around Hub client requests
  • Chore: Remove duplicate and unused CompetitionPredictions class

0.11.4

23 Jan 17:46
41209c6
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Better handling when no cached token exists, with more decriptive error

0.11.3

21 Jan 03:30
1649472
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Replace yaspin with halo for spinners

0.11.2

17 Jan 20:17
817f3a5
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Prevent external AWS configuration from breaking our boto3 config

0.11.1

16 Jan 17:59
6a96b94
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Pin Boto3 version to avoid breaking change

🧹 Chores

  • chore: Improve data loading performance in S3 store
  • chore: Add a CI job to run tests in Conda, to detect dependency failure earlier

0.11.0

11 Jan 18:24
ffca9da
Compare
Choose a tag to compare

🚀 Features

  • feat: Support for handling Benchmarks V2
  • Feature: Client support for competitions
  • Add custom codecs for RDKit Molecules and Biotite AtomArrays

🐛 Fixes

  • Misc changes

🧹 Chores

  • chore: Remove test files accidentaly updloaded. Update copyright notice.

0.10.0

12 Dec 22:54
ff0bb3b
Compare
Choose a tag to compare

🚀 Features

  • chore: Optimize Zarr store copy operation to Hub storage
  • Feature: Add the ability to compute metrics per group and then aggregate

🐛 Fixes

  • Fix: Add alias for custom_name in Metric

0.9.3

04 Dec 22:02
9e1a68b
Compare
Choose a tag to compare

🚀 Features

  • feat: Support result upload for XL benchmarks

🧪 Tests

  • Testing: Added Windows to CICD testing matrix, add hub integration test and fix errors

0.9.2

03 Dec 01:00
75bea60
Compare
Choose a tag to compare

🚀 Features

  • feat: Add an optional username/password login mode

🐛 Fixes

  • Fix: Optimize PDB adapter

🧹 Chores

  • Chore: First class predictions
  • Chore: Add imagecodecs as an optional dependency

0.9.1

11 Nov 14:18
225b405
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Allow extra settings in the .env file

📚 Documentation

  • Fix minor bug in docs rendering