Skip to content

Combine the open compat updates - #4

Merged
michakraus merged 1 commit into
mainfrom
deps/combine-compat
Sep 14, 2026
Merged

michakraus merged 1 commit into
mainfrom
deps/combine-compat

Conversation

@michakraus

Copy link
Copy Markdown
Member

Combines the two open CompatHelper pull requests into one branch, so the matrix runs once against both new bounds.

Source PR Package [compat] before [compat] after
#1 SimpleSolvers "0.11" "0.11, 0.13"
#2 GeometricProblems "0.8" "0.8, 0.9"

Both bounds widen rather than move, so an environment that resolved the older pair still resolves.

CompatHelper's own diffs delete the explanatory comments above several [compat] entries. This branch keeps every one of them byte-identical, and touches no [deps] entry.

One comment to check: the note above GeometricIntegrators says the three solver bounds move together and that GeometricIntegratorsBase 0.6 requires SimpleSolvers 0.11. That sentence describes the lower end of the range, which is unchanged. Whether GeometricIntegratorsBase 0.6 also accepts SimpleSolvers 0.13 is a question for the resolver, and CI answers it here. The comment was not rewritten.

The test suite was not run locally. CI is the check.

Closes #1
Closes #2

🤖 Generated with Claude Code

Widen two `[compat]` bounds instead of moving them: SimpleSolvers to
"0.11, 0.13" and GeometricProblems to "0.8, 0.9". This is the union of
the two open CompatHelper pull requests, #1 and #2, in one branch.

The explanatory comments above the `[compat]` entries are kept
byte-identical; CompatHelper's own diffs delete them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 14, 2026 14:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The compatibility changes are documented and have no unresolved review issues.

Pull request overview

Combines compatibility updates for SimpleSolvers and GeometricProblems while preserving existing supported versions.

Changes:

  • Adds compatibility with SimpleSolvers 0.13 and GeometricProblems 0.9.
  • Documents the updates in the changelog.
File summaries
File Description
Project.toml Widens both compatibility entries.
CHANGELOG.md Records the compatibility updates.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@michakraus
michakraus merged commit f620e84 into main Sep 14, 2026
10 checks passed
@michakraus
michakraus deleted the deps/combine-compat branch September 14, 2026 16:52
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.

2 participants