We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3696f commit 68fb8d3Copy full SHA for 68fb8d3
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## [0.10.3] - 2026-02-16
4
+
5
+### Added
6
+- **Visualization**: Added support to draw `_sum` attributes in Drawer
7
8
+### Fixed
9
+- **Data objects**: Fixed default typing issue in `crt_times`/`crt_scores` attributes of Interaction objects
10
+- **Visualization**: Do not make a single attribute in the drawer be the default color scale
11
12
+### Changed
13
+- **Visualization**: Use asdict to get object properties in Drawer (more complete)
14
+- **Config loading**: Added explicit message when `SPINE_CONFIG_PATH` is not set and config include is not found
15
16
## [0.10.2] - 2026-02-12
17
18
### Added
src/spine/version.py
@@ -1,3 +1,3 @@
"""Module which stores the current software version."""
-__version__ = "0.10.2"
+__version__ = "0.10.3"
0 commit comments