Releases: Toloka/crowd-kit
Releases · Toloka/crowd-kit
v1.4.1
- Unfreeze the attrs version
v1.4.0
- Add the
initial_error
option to Dawid-Skene
- Freeze the attrs version to
<= 23.2.0
- Switch to uv
- Minor documentation and typing fixes
v1.3.0
- Added NetEaseCrowd dataset
- Fixed bugs in RASA #71, relevance #74, MV #81, GLAD #83
- Switched to MkDocs
- Major typing improvements
- Added more example notebooks
- Set up PyPI Trusted Publishing
v1.3.0.rc2
- Try setting up Trusted Publishing
v1.3.0.rc1
Bump version to 1.3.0.rc1
v1.2.1
- Bug fixes in RASA, HRRASA, and documentation
v1.2.0
- Crowd-Kit Learning subpackage introducing implementations of deep learning from crowds methods: CoNAL and CrowdLayer
- Added Multi-Binary aggregation
v1.2.0.rc1
Merge pull request #50 from Toloka/release
Bump version to 1.2.0.rc1
v1.1.0
- New aggregation methods: One-Coin Dawid Skene, MACE, and KOS
- Fixed bugs in Dawid-Skene implementation
- Improved maintainability by removing stub files
- Switched to
setup.cfg
from setup.py