Skip to content

Release KoopmanGraph 0.4.0#10

Merged
tjkessler merged 1 commit into
mainfrom
release/v0.4.0
Jul 17, 2026
Merged

Release KoopmanGraph 0.4.0#10
tjkessler merged 1 commit into
mainfrom
release/v0.4.0

Conversation

@tjkessler

Copy link
Copy Markdown
Owner

Summary

  • Ship networked GraphKoopmanOperator, delay embeddings, bilinear control, and Kalman observers for partial-observation workflows
  • Add nonlinear/chaotic graph benchmarks plus STGCN/DCRNN/Graph WaveNet reference forecasters, with matching tutorials and bibliography updates
  • Bump the package to 0.4.0 (changelog, citation metadata, docs); checkpoint format_version remains 2 with additive defaults

Test plan

  • pytest tests/ (800 passed, coverage ≥90%)
  • ruff check / format
  • Sphinx sphinx-build -W
  • nbmake on examples 17, 18, 19, 22, 24, 25
  • CI green on this PR
  • After merge: publish GitHub Release 0.4.0 to trigger PyPI; update Zenodo DOI once minted

Made with Cursor

…xtensions.

Add GraphKoopmanOperator, delay embeddings, bilinear control, Kalman observers,
nonlinear benchmarks, and STGCN/DCRNN/WaveNet baselines, with matching docs,
tutorials, and changelog for the 0.4.0 cut.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 17, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 69.12198% with 524 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/koopman_graph/adaptation/observer.py 70.13% 73 Missing and 16 partials ⚠️
src/koopman_graph/nn/delay.py 53.41% 51 Missing and 24 partials ⚠️
src/koopman_graph/datasets/nonlinear.py 80.51% 41 Missing and 27 partials ⚠️
src/koopman_graph/operators/continuous.py 31.81% 53 Missing and 7 partials ⚠️
src/koopman_graph/operators/graph.py 58.04% 49 Missing and 11 partials ⚠️
src/koopman_graph/operators/discrete.py 44.61% 30 Missing and 6 partials ⚠️
src/koopman_graph/operators/control.py 49.23% 24 Missing and 9 partials ⚠️
src/koopman_graph/baselines/gnn/base.py 75.93% 21 Missing and 11 partials ⚠️
src/koopman_graph/model.py 69.04% 18 Missing and 8 partials ⚠️
src/koopman_graph/data/containers.py 43.33% 10 Missing and 7 partials ⚠️
... and 6 more

❌ Your patch check has failed because the patch coverage (69.12%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Files with missing lines Coverage Δ
src/koopman_graph/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/adaptation/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/adaptation/rls.py 98.96% <ø> (ø)
src/koopman_graph/baselines/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/baselines/gnn/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/datasets/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/losses.py 100.00% <100.00%> (ø)
src/koopman_graph/metrics.py 100.00% <100.00%> (ø)
src/koopman_graph/nn/__init__.py 100.00% <100.00%> (ø)
src/koopman_graph/operators/__init__.py 100.00% <100.00%> (ø)
... and 18 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tjkessler
tjkessler merged commit 2b3fb75 into main Jul 17, 2026
7 of 8 checks passed
@tjkessler
tjkessler deleted the release/v0.4.0 branch July 17, 2026 22:37
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.

1 participant