Remove duplication in frontend ODE analyses#1331
Closed
tim-at-topos wants to merge 60 commits into
Closed
Conversation
Co-authored-by: Jason Moggridge <git@jmoggr.com>
Co-authored-by: Kaspar Bumke <git@kaspar.systems>
* CLEANUP: Use onMount instead of createResource for auth * CLEANUP: Input tracking of createResource in document_page_sidebar * CLEANUP: Input tracking for createResource in elk_svg
Refactor and fix focus management
Colors: stop using green, alias blue to "indicator"
Co-authored-by: Kaspar Bumke <git@kaspar.systems>
* BUILD: Use FliegendeWurst/pnpm2nix-nzbr * BUILD: MacOS support for pnpm2nix workflow * BUILD: Refactor out craneArgs for callPackage in flake.nix * BUILD: Use pkgs.format.yaml for pnpm lock files in nix
* BUILD: Move ui-component tests to own GitHub Actions workflow * BUILD: Fix/workaround issues with installing chromium in CI
Notion <> GitHub sync
OBEE-2 Removed extraneous comments
…tates mapping to "in progress", "in review", "closed"
…notion_action notion action: inline the original script, extend it to support the states mapping to "in progress", "in review", "closed"
WIP: Rethinking traits WIP: Some tests only half failing WIP: Tests passing; time to tidy ENH: Build derived model of th_signed_polynomial_ode_system in mass_action ENH: Mass-action for stock-flow; DEL: Mass-action for signed stock-flow ENH: struct for transition / flow interfaces WIP: Starting on Lotka-Volterra WIP: Failing tests FIX: Lotka-Volterra tests passing FIX: Working analysis (frontend) ENH: Lotka-Volterra equations ENH: Linear ODE refactor ENH: Linear ODE equations WIP: Starting on ODESemantics WIP: lotka_volterra_semantics() WIP: build_system_from_ode_semantics WIP: DblModelForODESemantics WIP: ODESemanticsAnalysis and ODESemanticsProblemData WIP: ODESemantics trait WIP: Documentation WIP: ODESemantics for mass-action WIP: Cleaning up types, but mass-action still frustrating WIP: Big reshuffle (moving functions out from a struct) WIP: Fixing mass-action again WIP: terrible code WIP: Changed from ObGen to Ob WIP: Stock-flow mass-action FIX: Passing catlog tests Rename LinearODE -> LCC FIX: Documentation TODO: Redesign
This was
linked to
issues
Jun 25, 2026
7c492f7 to
d350cf7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #1319
Following #1251 and #1319 , this completes the last item in #1177. This PR thus closes #1177 and the RFC-0001 parent issue #1098.