Releases: argilla-io/argilla
v0.1.3
- [UI] mentions empty and tabs order (#206) …
- fix(token-class): store and calculate mentions properly (#207) …
- docs: quick review streamlit guide (#210)
- add active learning tut data (#212)
- [UI] prevent record text overflow (#216)
- fix(UI): restore filtering after query returns error 500 (#219) …
- [UI] confidence filter: show 2 decimals (#215) …
- refactor(search): search text multifield (#222)
- docs: Improve readme header (#220)
- doc(tutorials): fix pytorch and geometrics version (#221)
- [UI] fix: update record height if query change (#217) …
- fix(errors): show text search detail (#226) …
v0.1.3-alpha.0
- [UI] mentions empty and tabs order (#206) …
- fix(token-class): store and calculate mentions properly (#207) …
- docs: quick review streamlit guide (#210)
- add active learning tut data (#212)
- [UI] prevent record text overflow (#216)
- fix(UI): restore filtering after query returns error 500 (#219) …
- [UI] confidence filter: show 2 decimals (#215) …
- refactor(search): search text multifield (#222)
- docs: Improve readme header (#220)
- doc(tutorials): fix pytorch and geometrics version (#221)
- [UI] fix: update record height if query change (#217) …
- fix(errors): show text search detail (#226) …
v0.1.2
- descriptions, keywords and license added to pypi (#169)
- Fix/readme alignment (#171) …
- Add code of conduct (#183)
- Update README.md (#186)
- Update readme (#187)
- Streamline readme text (#188)
- Update README.md (#190)
- client pass apikey header (#189) …
- chore(build): apply eslint before statics build (#197) …
- refactor: simplify dataset props (#193) …
- [UI] improve scroll behavior (#195) …
- fix(ui): allow dataset list scrolling (#198)
- feat(ui): Mentions sidebar for explore (#179) …
- chore(build): apply eslint before statics build (#197) …
- Fix typo in tasks section. Thanks @Lord-V15 (#202)
- fix(UI): prefetch more records properly (#200) …
- disable fix for lint phase
- fix(build): set eslint prettier messages to warning (#203) …
- doc: Update tutorials and include mentions in spacy tutorial (#204)
v0.1.1
fix(ui): redirect full path after login (#161)
chore(api): configure api version from rubrix version
refactor(security): auth provider factory and better configuration (#160)
fix(ui): show record list type (#138)
[UI] Show name of the dataset to be deleted (#156)
[UI] align sidebar button with the first record line on <desktop (#157)
[UI] sidebar styles in Firefox (#158)
refactor(UI): change default pagination size (#144)
Update README.md (#155)
fix(ui): missing local provider changes
refactor(security): local auth provider encapsulation (#149)
chore(docs): align get started guide with the docs + fix links to the stable version of the docs (#140)
chore(client): extend error info on init (#148)
Add active learning tutorial (#4)
v0.1.1-alpha.1
fix(ui): redirect full path after login (#161)
v0.1.1-alpha.0
fix(ui): redirect full path after login (#161)
chore(api): configure api version from rubrix version
refactor(security): auth provider factory and better configuration (#160)
fix(ui): show record list type (#138)
[UI] Show name of the dataset to be deleted (#156)
[UI] align sidebar button with the first record line on <desktop (#157)
[UI] sidebar styles in Firefox (#158)
refactor(UI): change default pagination size (#144)
Update README.md (#155)
fix(ui): missing local provider changes
refactor(security): local auth provider encapsulation (#149)
chore(docs): align get started guide with the docs + fix links to the stable version of the docs (#140)
chore(client): extend error info on init (#148)
Add active learning tutorial (#4)
v0.1.0
Official version 0.1.0
v0.1.0-alpha.1
First revision of version 0.1.0
v0.1.0-alpha.0
0-Alpha version of 0.1.0
v0.1.0-beta.9
Escape text (#77) * Escape text prevent render html tags * Update frontend/components/text-classifier/RecordString.vue Co-authored-by: Francisco Aranda <[email protected]> * escape from highlightingSearch plugin Co-authored-by: Francisco Aranda <[email protected]>