v1.29.0
版本发布时间: 2024-05-30 23:46:15
argilla-io/argilla最新发布版本:v2.1.0(2024-09-05 23:11:08)
🔆 Release highlights
[!WARNING]
This will be the last release of Argilla v1. Starting from Argilla 2.0.0, we will only supportFeedbackDataset
s which will be renamed toDataset
. All other dataset types (DatasetForTextClassification
,DatasetForTokenClassification
, andDatasetForText2Text
) will be deprecated. In the next release, we will provide more information and documentation on how to migrate all your datasets into Argilla 2.0Dataset
s.
Improved record search
Your search matches are now highlighted so you can see easily the result of your search. We’ve also added a selector for datasets with more than one record fields so you can choose whether to do the search on All fields or a specific one.
https://github.com/argilla-io/argilla/assets/126158523/b9af3313-a5c3-46b6-83b7-6624662dba04
Record information and metadata in the UI
You can now check all the information and metadata associated for each record directly in the UI.
https://github.com/argilla-io/argilla/assets/126158523/4a3cc4e0-8be7-4927-8d80-8cf84a0dce8b
What's Changed in v1.29.0
- feat: small UI improvements by @leiyre in https://github.com/argilla-io/argilla/pull/4770
- feat:update UI for settings page by @leiyre in https://github.com/argilla-io/argilla/pull/4767
- Fix: "cannot import name 'formatargspec' from 'inspect'" with Python 3.11 by @walter-hernandez in https://github.com/argilla-io/argilla/pull/4693
- 🐛 Ranking component not showing rankings by @damianpumar in https://github.com/argilla-io/argilla/pull/4775
- Adding LlamaIndex docs to integrations by @ignacioct in https://github.com/argilla-io/argilla/pull/4803
- docs: use FeedbackDataset in HF example by @sdiazlor in https://github.com/argilla-io/argilla/pull/4805
- docs: clarification/typo in tutorial by @sdiazlor in https://github.com/argilla-io/argilla/pull/4810
- Log if a dataset is deleted by @paulbauriegel in https://github.com/argilla-io/argilla/pull/4752
- ✨ Search text filtering by field by @damianpumar in https://github.com/argilla-io/argilla/pull/4771
- ✨ Add text search for fields by @damianpumar in https://github.com/argilla-io/argilla/pull/4831
- ✨ Fix shift issue and Letter S on issue reported by @damianpumar in https://github.com/argilla-io/argilla/pull/4836
- 🚑 Fix issue for intentional submission by @damianpumar in https://github.com/argilla-io/argilla/pull/4840
- ci: Mono repo setup by @frascuchon in https://github.com/argilla-io/argilla/pull/4742
- fix: add branches and tags to argilla-server.yml GitHub workflow by @jfcalvo in https://github.com/argilla-io/argilla/pull/4854
- fix: GitHub action names with typos by @jfcalvo in https://github.com/argilla-io/argilla/pull/4850
- fix: remove non necessary conditional to build argilla-server docker images by @jfcalvo in https://github.com/argilla-io/argilla/pull/4855
- chore: update datasets.py by @eltociear in https://github.com/argilla-io/argilla/pull/4842
- docs: Fix typo Argila -> Argilla by @louisguitton in https://github.com/argilla-io/argilla/pull/4870
- fix: add error code when searching for a record missing specific vector by @jfcalvo in https://github.com/argilla-io/argilla/pull/4856
- 🐛 Fix highlight multiple fields by @damianpumar in https://github.com/argilla-io/argilla/pull/4866
- feat: add support for value zero on rating questions by @jfcalvo in https://github.com/argilla-io/argilla/pull/4864
- fix(import): remove non-existent server module by @frascuchon in https://github.com/argilla-io/argilla/pull/4874
- 🐛 Fix pre selection by @damianpumar in https://github.com/argilla-io/argilla/pull/4872
- support for Python 3.12 by @nicoloboschi in https://github.com/argilla-io/argilla/pull/4837
- Search bar and highlight docs by @nataliaElv in https://github.com/argilla-io/argilla/pull/4882
- feat: UI Metadata info component by @leiyre in https://github.com/argilla-io/argilla/pull/4851
- [IMPROVEMENT] Update pip when building docker image by @frascuchon in https://github.com/argilla-io/argilla/pull/4907
- [BUGFIX] Filter record metadata value based on metadata property policies by @frascuchon in https://github.com/argilla-io/argilla/pull/4906
- feat: UI - metadata adjustments by @leiyre in https://github.com/argilla-io/argilla/pull/4905
- [REVIEW] Add missing entries in CHANGELOG files by @frascuchon in https://github.com/argilla-io/argilla/pull/4910
New Contributors
- @walter-hernandez made their first contribution in https://github.com/argilla-io/argilla/pull/4693
- @eltociear made their first contribution in https://github.com/argilla-io/argilla/pull/4842
- @louisguitton made their first contribution in https://github.com/argilla-io/argilla/pull/4870
- @nicoloboschi made their first contribution in https://github.com/argilla-io/argilla/pull/4837
Full Changelog: https://github.com/argilla-io/argilla/compare/v1.28.0...v1.29.0