You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
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.
0 commit comments