Skip to content

Commit d51e917

Browse files
Prepare v0.13.1 release
1 parent 45a01ca commit d51e917

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.13.1] - 2026-06-01
4+
5+
### Added
6+
- **Joint overlay datasets**: Add backend-agnostic `JointDataset` support for
7+
overlay training across independently sampled primary and secondary datasets,
8+
plus dedicated joint samplers and loader validation so tuple-based pairing is
9+
only used with joint datasets.
10+
11+
### Changed
12+
- **Dataset documentation and coverage**: Expand dataset-layer docstrings,
13+
clarify aligned (`MixedDataset`) versus unaligned (`JointDataset`) composition
14+
semantics, and add focused tests for joint dataset construction, pairing, and
15+
loader/sampler validation.
16+
17+
### Fixed
18+
- **On-demand driver usability**: Restore the ability to omit both
19+
`iterations` and `epochs` when using the driver and I/O manager in on-demand
20+
mode, while still rejecting the ambiguous case where both are specified.
21+
322
## [0.13.0] - 2026-05-30
423

524
### 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.13.0"
3+
__version__ = "0.13.1"

0 commit comments

Comments
 (0)