Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2026-07-22

The **Dependent Failures** milestone: model redundant components that fail
*together* or *drive each other's aging*, rather than independently — load-
sharing groups whose survivors carry more and age faster as siblings fail
(`LoadSharingModel`), common-cause failures through the beta-factor and Multiple
Greek Letter models (`CCFGroup`), and covariate loads that vary over a
component's life (`RegressionNode` schedules, built on surpyval 0.16's
`sf_tvc`).

### Added
- **Time-varying load for `RegressionNode` (load-dependent aging, #37).**
`RegressionNode` now accepts a `schedule=` (a surpyval `StepSchedule`) as an
Expand Down
2 changes: 1 addition & 1 deletion repyability/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
dependencies) via ``[tool.setuptools.dynamic]`` in ``pyproject.toml``.
"""

__version__ = "0.7.0"
__version__ = "0.8.0"
Loading