Argilla

Latest version: v2.5.0

Safety actively analyzes 688293 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 22

0.4.0alpha.1

main features

- (NEW) Text2Text
- Sort query results
- Dataset pagination

docs and fixes

- Add copyright header to src code files (328)
- add install from master section (357)
- feat(server): compress response on gzip accept-encoding header (342)
- [UI] Metadata modal styles (333)
- fix(url): encode pagination query param
- Fix/explain legend styles (318)
- [UI] Fix sidebar title (336)
- Refactor: 'confidence' to 'score' (327)
- fix(launch): elasticsearch in dev mode
- docs: Rewrite docs home (313)
- Update README.md (312)
- docs: README rewrite (305)
- Docs: fix warnings & typo fixes in tutorial 1 (304)
- docs: Document Elasticsearch fields (300)
- feature(search) enable sort_by in api (297)
- refactor(UI): task components separation (293)
- Docs: Improve Flair examples (298)
- docs: improve flair cookbook part (295)
- update readme gifs (294)

0.4.0alpha.0

- fix(UI): reset pagination when query/sort changes
- [UI] fix pager behaviour when refreshing (359)
- [UI] fix score position in Text Classification labels (360)
- [UI] styles for current page (362)
- Add copyright header to src code files (328)
- add install from master section (357)
- fix(ui): remove metadata fields without options from metadata filters (358)
- Add a Text2Text section to the task templates (354)
- feature(search): aggregate float values (355)
- feat(server): compress response on gzip accept-encoding header (342)
- [UI] Pagination active page color (352)
- fix(text-class): show explanation help (345)
- [UI] sort component position (350)
- [UI] pagination qa (351)
- [U] text2text fix styles for empty prediction and annotation (349)
- fix(UI): change sort on metadata fields (343)
- fix(text2text): sort record sentences by score (344)
- UI/text2text (340)
- fix(text2text): apply the query "sort by" configuration (341)
- [UI] Metadata modal styles (333)
- [UI] style pagination buttons (339)
- fix(url): encode pagination query param
- fix(text-class): add missing explanation help component
- Fix/explain legend styles (318)
- [UI] pagination loader (331)
- [UI] sort component QA (334)
- [UI] Fix sidebar title (336)
- fix(sort): prevent error when change sort order (329)
- Refactor: 'confidence' to 'score' (327)
- Change naming from 'texttotext' to 'text2text' (325)
- add sort stuff to sdk (326)
- bugfix: load remote datasets (320)
- fix(launch): elasticsearch in dev mode
- UI/fix pagination component (311)
- [UI] Fix Duplicate record text in explanation view (315)
- [UI] Review sort component (307)
- docs: Rewrite docs home (313)
- Update README.md (312)
- docs: README rewrite (305)
- [UI] pagination component v1 (303)
- fix(ui): merge dataset query status with search args (306)
- feat(task): new text2text task api and client (278)
- Docs: fix warnings & typo fixes in tutorial 1 (304)
- docs: Document Elasticsearch fields (300)
- [UI] Sort records component (296)
- fix(UI): remove old global actions file
- feature(search) enable sort_by in api (297)
- refactor(UI): task components separation (293)
- Docs: Improve Flair examples (298)
- docs: improve flair cookbook part (295)
- update readme gifs (294)

0.3.0

Main features

Users management

Now it's possible to configure several users for your Rubrix instance.

This feature enables having multiple users for annotation projects and each annotation will be recorded in the `annotation_agent` field.

How-to guide: https://rubrix.readthedocs.io/en/stable/getting_started/advanced_setup_guides.html#user-management

The main change for all users is that you need to login in the UI with the default user/pass (which can be also configured).

Datasets copy
Now it's possible to efficiently create a dataset copy using the `rb.copy` method.

This is useful for replicating a dataset for further analysis, or for creating several copies for different annotators.

See https://rubrix.readthedocs.io/en/stable/reference/python_client_api.html#rubrix.copy

Breaking changes

- **(NEW)** feat(app): users management (272) …
- **(NEW)** feat(app): copy datasets feature (263) …
- refactor(search): simplify query text search model (275) …
- refactor(server): improve index task extension (273) …

docs and fixes

- Tutorial: 🧐 Using Rubrix to find label errors with cleanlab (241) …
- docs: Add advanced setup guides (276) …
- docs: Polish the tutorials and docs breadcrumbs (280) …
- Update README.md (281)
- docs(aws): advanced setup&install revision
- fix(docker): build using elasticsearch client with oss compatibility …
- fix(token-class): validate predicted entities when no record edition (… …
- fix(token-class): entities progress non query filter dependant (287)
- fix breadcrumb (282)
- docs: Add og:image for social sharing (284) …
- chore: formatting code & imports
- chore: change ID placeholder and set Usernarme (285)

0.3.0alpha.0

Breaking changes

- (NEW) feat(app): users management (272) …
- (NEW) feat(app): copy datasets feature (263) …
- refactor(search): simplify query text search model (275) …
- refactor(server): improve index task extension (273) …

docs and fixes

- Tutorial: 🧐 Using Rubrix to find label errors with cleanlab (241) …
- docs: Add advanced setup guides (276) …
- docs: Polish the tutorials and docs breadcrumbs (280) …
- Update README.md (281)
- docs(aws): advanced setup&install revision
- fix(docker): build using elasticsearch client with oss compatibility …
- fix(token-class): validate predicted entities when no record edition (… …
- fix(token-class): entities progress non query filter dependant (287)
- fix breadcrumb (282)
- docs: Add og:image for social sharing (284) …
- chore: formatting code & imports
- chore: change ID placeholder and set Usernarme (285)

0.2.0

Breaking changes

- Remove snapshot from server, client, ui and docs

Fixes & bugs

- Bug: allowAnnotation status is ignored when logged out
- fix tutorials (256)
- fix typos and errored cells (257)
- Hide input/output prompts (cell counts) from notebooks in the docs (250 …
- Small fixes in docs (252) …
- Fixing Kglab tutorial
- Update Readme (229) …
- Changing video format to webm (154) …
- Limit elasticsearch upper version to 7.13.0

App improvements

- [UI] Don't show view more button in mentions if number of mentions less than 3
- [UI] Several entity types share the same color
- [UI] Mentions sidebar counts don't get updated with filter/search queries
- [UI] Apply same styles to inputs text in both tasks
- [Ui] New right sidebar
- [UI] Do not show "confidence" percentage in text classification annotation mode
- [UI] record scroll style hides entities selector in annotation mode
- [UI] Refresh button overflows filter states
- feat(search): store text variant with special characters for search (… …

Documentation

- docs: Add Elasticsearch role configuration to setup guide (227)
- docs: setup and install with AWS (237) …
- docs(ui): include special chars query reference (269)
- docs: spacy tutorial update (236) …
- docs: Add README quick links table (240) …
- docs: Tutorial labeling and fine-tuning (248) …
- Example of Supported Tasks
- Annotation Guide using Misogyny

0.2.0alpha.2

Breaking changes

- Remove snapshot from server, client, ui and docs breaking changes

Fixes & bugs

- Bug: allowAnnotation status is ignored when logged out
- fix tutorials (256)
- fix typos and errored cells (257)
- Hide input/output prompts (cell counts) from notebooks in the docs (250 …
- Small fixes in docs (252) …
- Fixing Kglab tutorial
- Update Readme (229) …
- Changing video format to webm (154) …
- Limit elasticsearch upper version to 7.13.0

App improvements

- [UI] Don't show view more button in mentions if number of mentions less than 3
- [UI] Several entity types share the same color
- [UI] Mentions sidebar counts don't get updated with filter/search queries
- [UI] Apply same styles to inputs text in both tasks
- [Ui] New right sidebar
- [UI] Do not show "confidence" percentage in text classification annotation mode
- [UI] record scroll style hides entities selector in annotation mode
- [UI] Refresh button overflows filter states
- feat(search): store text variant with special characters for search (… …

Documentation

- docs: Add Elasticsearch role configuration to setup guide (227)
- docs: setup and install with AWS (237) …
- docs(ui): include special chars query reference (269)
- docs: spacy tutorial update (236) …
- docs: Add README quick links table (240) …
- docs: Tutorial labeling and fine-tuning (248) …
- Example of Supported Tasks
- Annotation Guide using Misogyny

Page 18 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.