v2.0.1
版本发布时间: 2024-08-13 22:35:37
argilla-io/argilla最新发布版本:v2.1.0(2024-09-05 23:11:08)
What's Changed
🧹 Patch release of bug fixes and minor documentation and messaging improvements. Enjoy your summer while we change the world in v2.1.0
.
Fixed
- Fixed error when creating optional fields. (#5362)
- Fixed error creating integer and float metadata with
visible_for_annotators
. (#5364) - Fixed error when logging records with
suggestions
orresponses
for non-existent questions. (#5396 by @maxserras) - Fixed error from conflicts in testing suite when running tests in parallel. (#5349)
- Fixed error in response model when creating a response with a
None
value. (#5343)
Changed
- Changed
from_hub
method to raise an error when a dataset with the same name exists. (#5258) - Changed
log
method when ingesting records with no known keys to raise a descriptive error. (#5356) - Changed
code snippets
to add new datasets (#5395)
Added
- Added Google Analytics to the documentation site. (#5366)
- Added frontend skeletons to progress metrics to optimise load time and improve user experience. (#5391)
- Added documentation in methods in API references for the Python SDK. (#5400)
Full Changelog: https://github.com/argilla-io/argilla/compare/v2.0.0...v2.0.1