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
52 changes: 0 additions & 52 deletions .issueflows/02-partly-solved-issues/issue574_status.md

This file was deleted.

32 changes: 32 additions & 0 deletions .issueflows/03-solved-issues/issue574_status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Issue #574 status

- [x] Done

## Decisions (Accept 2026-07-26)

- Ship stable **now** after D1 green (rc1+rc2 soak treated as enough).
- **#687** does **not** block: document workaround; fix as follow-up.
- **#691** / **#655** non-blocking.

## What's done

### Phases A–C (prior)

- rc1 + rc2 soak path; readiness PR #671; PyPI pre-releases.

### Phase D

- D1 re-audit green on master tip (#692); warn-band accepted (rc1 carry-forward).
- D2 readiness PR #693 merged (`ce37d9cd`).
- Tagged **`v2.0.0`**: https://github.com/jepegit/cellpy/releases/tag/v2.0.0
- PyPI `cellpy==2.0.0` published.
- conda-forge feedstock **#59** merged (CI green all platforms):
https://github.com/conda-forge/cellpy-feedstock/pull/59
- Branching checklist “At v2.0 release” fully ticked; 12-month `v1.x` window
from 2026-07-26 announced in release notes + HISTORY.

## Remaining work

- None for #574. Optional follow-ups outside this issue: mark `v2.0.0rc2` as
GitHub prerelease; `git branch -D` leftover squash-merged locals; wait for
anaconda.org CDN if `conda install cellpy=2.0.0` lags the merge briefly.
11 changes: 6 additions & 5 deletions .issueflows/04-designs-and-guides/cellpy-v2-branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,16 @@ soak** before the stable tag:
- [x] Benchmark compare vs GHA `v1x` baseline: no fail-band (+100%); load/summary
warn-band (+20%) investigated or explained (see #574 status)
- [x] Tag **`v2.0.0rc1`** on `master` → PyPI `--pre` (soak); also `v2.0.0rc2`
- [ ] Tag **`v2.0.0`** on `master` after soak
- [x] Tag **`v2.0.0`** on `master` after soak (2026-07-26)
- [x] Pin exact `cellpycore==…` in the release commit (master currently `==0.2.4`)
- [x] Migration guide published (`docs/getting_started/migration_v1_to_v2.md`);
`DEPRECATIONS.md` current
- [ ] Update epic #402 / Stage-3 tracking #575; archive issue-flow docs to
- [x] Update epic #402 / Stage-3 tracking #575; archive issue-flow docs to
`03-solved-issues`
- [ ] Announce **`v1.x` bugfix-only for 12 months from the stable `v2.0.0`
date** (decision #438-6) — clock does **not** start at rc1
- [ ] conda-forge feedstock bump with **stable** (not required for rc1)
- [x] Announce **`v1.x` bugfix-only for 12 months from the stable `v2.0.0`
date** (decision #438-6) — clock starts 2026-07-26
- [x] conda-forge feedstock bump with **stable**
(https://github.com/conda-forge/cellpy-feedstock/pull/59)

## Tracking

Expand Down