From 99bef9c208e0bf706cfab98c6b8e07f4a62f9468 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 10:52:17 +0000 Subject: [PATCH] Release 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version to 0.8.0 and roll the CHANGELOG [Unreleased] section into a dated [0.8.0] entry — the "Dependent Failures" milestone: load-sharing groups whose survivors age faster as siblings fail (LoadSharingModel), common-cause failures via the beta-factor and Multiple Greek Letter models (CCFGroup), and time-varying operating loads that drive component aging (RegressionNode schedules, on surpyval 0.16's sf_tvc). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01NUGaeQXKxjjiQ1ULT1ApXS --- CHANGELOG.md | 10 ++++++++++ repyability/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dff90..817c8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/repyability/_version.py b/repyability/_version.py index f8400b9..7e53895 100644 --- a/repyability/_version.py +++ b/repyability/_version.py @@ -5,4 +5,4 @@ dependencies) via ``[tool.setuptools.dynamic]`` in ``pyproject.toml``. """ -__version__ = "0.7.0" +__version__ = "0.8.0"