Skip to content

Commit 9adba90

Browse files
Release 0.10.10
1 parent 3889e86 commit 9adba90

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.10.10] - 2026-04-13
4+
5+
### Changed
6+
- **Package import**: Lazy-load `Driver` from the top-level `spine` package so lightweight imports such as `spine.config` do not load the full driver stack.
7+
8+
### Fixed
9+
- **Tests**: Avoid mocking unavailable PyTorch with a `sys.modules` sentinel in conditional import tests.
10+
311
## [0.10.9] - 2026-04-11
412

513
### 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.9"
3+
__version__ = "0.10.10"

0 commit comments

Comments
 (0)