Skip to content

Commit 4bc001c

Browse files
author
semantic-release
committed
0.2.17
Automatically generated by python-semantic-release
1 parent 578c505 commit 4bc001c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v0.2.17 (2025-06-25)
6+
7+
### Fix
8+
9+
* fix(WeightedAssessmentSurvey): Remove redundant sorting of scoring ranges
10+
11+
- Eliminated unnecessary sorting of scoring ranges by minimum value in multiple locations within the WeightedAssessmentSurveyWidget, improving code clarity and performance. ([`578c505`](https://github.com/numerous-com/numerous-widgets/commit/578c505e4598a0e32ab660bb74fbdf05bb20b736))
12+
13+
514
## v0.2.16 (2025-06-12)
615

716
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numerous-widgets"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
dependencies = ["anywidget", "pydantic", "jinja2", "h5py"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)