Added
- RatingConcept now supports tuple format for rating scales: Use
(start, end)tuples instead ofRatingScaleobjects 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.