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)