Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.10.0-py3-none-any.whl | 2025-07-07 | 186.9 kB | |
contextgem-0.10.0.tar.gz | 2025-07-07 | 142.7 kB | |
README.md | 2025-07-07 | 393 Bytes | |
v0.10.0 source code.tar.gz | 2025-07-07 | 29.1 MB | |
v0.10.0 source code.zip | 2025-07-07 | 29.5 MB | |
Totals: 5 Items | 59.0 MB | 0 |
Added
- RatingConcept now supports tuple format for rating scales: Use
(start, end)
tuples instead ofRatingScale
objects for simpler API. Example:rating_scale=(1, 5)
instead ofrating_scale=RatingScale(start=1, end=5)
.
Deprecated
- RatingScale class is deprecated and will be removed in v1.0.0. Use tuple format
(start, end)
instead for rating scales in RatingConcept.