Skip to content

Releases: polaris-hub/polaris

0.11.10

14 Mar 21:16
435188a
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Extras are not recognized and installed

0.11.9

14 Feb 17:19
7fd156b
Compare
Choose a tag to compare

🚀 Features

  • feat: Support for Model artifacts

🧹 Chores

  • chore: Update numpy version restriction

0.11.8

07 Feb 21:20
8c35a28
Compare
Choose a tag to compare

📚 Documentation

  • Docs: Refactored the documentation and deprecation warnings

0.11.7

03 Feb 16:49
787cdb3
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: Always pass bytes in the RDKitMolCodec
  • Fix: UnicodeEncodeError on Windows due to emoji use

0.11.6

31 Jan 22:16
fe3bff3
Compare
Choose a tag to compare

🚀 Features

  • Subset.as_dataframe() hides targets instead of raising an error

🧹 Chores

  • chore: Update skip condition for integration tests

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