Skip to content

Update changelog and CITATION.cff for v26.6.2.0#5618

Merged
BradyPlanden merged 1 commit into
mainfrom
update-changelog-v26.6.2.0
Jun 16, 2026
Merged

Update changelog and CITATION.cff for v26.6.2.0#5618
BradyPlanden merged 1 commit into
mainfrom
update-changelog-v26.6.2.0

Conversation

@BradyPlanden

@BradyPlanden BradyPlanden commented Jun 16, 2026

Copy link
Copy Markdown
Member

Changelog update on main for the v26.6.2.0 feature release (release PR #5617).

Moves the released entries out of # [Unreleased] into a dated # [v26.6.2.0] block (byte-identical to the block on the release tag), and bumps CITATION.cff to 26.6.2.0.

The released block contains the features #5616 (BPX Initial state-of-charge) and #5604 (temperature-dependent contact resistance), plus bug fixes #5610, #5600, #5599, and #5609 (the last previously shipped to main without a changelog entry, added here).

# [Unreleased] now keeps only the "voltage as a state" default flip (#5573), which targets a future feature release.

Also corrects a misfiled entry: the bpx 0.5.0 to 1.1.0 breaking note (#5469/#5571) was added to [Unreleased] by #5616, but that upgrade shipped in v26.5.0. It is relocated to the v26.5.0 release block, where the pin actually changed.

Per RELEASE.md, the release is tagged from release/v26.6.2.0 (not by merging that branch), so this separate PR keeps main's changelog in sync without duplicating commits.

Merge after v26.6.2.0 is tagged and published.

Supersedes the stale changelog PR #5606 (for the abandoned v26.6.1.2 patch), which should be closed.

🤖 Generated with Claude Code

@BradyPlanden BradyPlanden requested a review from a team as a code owner June 16, 2026 15:54
@BradyPlanden BradyPlanden force-pushed the update-changelog-v26.6.2.0 branch from d08df6c to 212e9ca Compare June 16, 2026 16:16
@BradyPlanden BradyPlanden force-pushed the update-changelog-v26.6.2.0 branch from 212e9ca to a43b51c Compare June 16, 2026 16:22
@BradyPlanden BradyPlanden merged commit ae2e620 into main Jun 16, 2026
23 of 25 checks passed
@BradyPlanden BradyPlanden deleted the update-changelog-v26.6.2.0 branch June 16, 2026 16:29
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.10%. Comparing base (95db690) to head (a43b51c).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5618      +/-   ##
==========================================
- Coverage   98.10%   98.10%   -0.01%     
==========================================
  Files         339      339              
  Lines       31779    31817      +38     
==========================================
+ Hits        31178    31213      +35     
- Misses        601      604       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

BradyPlanden added a commit that referenced this pull request Jun 16, 2026
…monorepo-merge

Brings in 9 commits from origin/main since the last sync (0b3f7b2..ae2e620):
- #5616 BPX State "Initial state-of-charge" now applied (was ignored)
- #5604 "Contact resistance [Ohm]" can be a function of temperature
- #5610/#5612 fix incomplete BPX import for interpolated-table OCP branches
- #5609 preserve custom-model discretisation recipe across serialise/load
- #5613 linkcheck/lychee ignores for bot-blocked URLs
- #5611 add agent-guidance files (AGENTS.md + symlinks)
- #5614/#5615 security bumps (bleach 6.4.0, starlette 1.3.1, tornado 6.5.7)
- #5618 v26.6.2.0 release (changelog + CITATION.cff)

Resolution notes:
- Merge auto-resolved with zero textual conflicts; rename detection mapped all
  src/* -> packages/pybamm/src/* , tests/* -> packages/pybamm/tests/* and
  CITATION.cff -> packages/pybamm/CITATION.cff. Each relocated file verified
  byte-identical to origin/main.
- CHANGELOG.md: the auto-merge buried the unreleased monorepo #5512 "Features"
  entry inside the shipped [v26.6.2.0] block. Moved it back under [Unreleased];
  the file now equals origin/main plus only that one preserved entry.
- docs/conf.py and uv.lock are true 3-way unions: main's edits (linkcheck
  ignores; bleach/starlette/tornado bumps) combined with the monorepo's
  changes (bibtex path; workspace lock structure intact).
- New agent files (AGENTS.md and the CLAUDE.md/GEMINI.md/QWEN.md/.cursorrules/
  copilot-instructions symlinks) added at the repo root, symlinks preserved.
  NOTE: their content describes the pre-monorepo src/ and tests/ layout and
  will need reconciling to packages/pybamm/* as a follow-up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Incomplete BPX import with interpolated table for new parameters

2 participants