Skip to content

Commit 68fb8d3

Browse files
Bump version to 0.10.3
1 parent 7e3696f commit 68fb8d3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [0.10.2] - 2026-02-12
417

518
### Added

src/spine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module which stores the current software version."""
22

3-
__version__ = "0.10.2"
3+
__version__ = "0.10.3"

0 commit comments

Comments
 (0)