- Support for exporting models so they can be used in python code independently of the Label Sleuth frontend
- New component for evaluating the precision of the current model: N examples are sampled from the model's positive predictions, the user labels these N examples in a dedicated `Precision evaluation` panel, and the system outputs a precision estimate based on these labels.
- Major refactor of the frontend code to improve stability, performance and code quality.
- Various bug fixes in the backend and frontend