Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: control-toolbox/CTParser.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.8
Choose a base ref
...
head repository: control-toolbox/CTParser.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.9-beta
Choose a head ref
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 10, 2026

  1. Format .jl files

    ocots authored and github-actions[bot] committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    f7d5349 View commit details
    Browse the repository at this point in the history
  2. CompatHelper: add new compat entry for ExaModels at version 0.9 for p…

    …ackage test, (drop existing compat)
    CompatHelper Julia committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    56bf1e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Merge pull request #238 from control-toolbox/auto-juliaformatter-pr

    [AUTO] JuliaFormatter.jl run
    ocots authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    123f881 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from control-toolbox/compathelper/new_version…

    …/2026-03-10-00-43-30-352-04051207375
    
    CompatHelper: add new compat entry for ExaModels at version 0.9 for package test, (drop existing compat)
    ocots authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    64073fc View commit details
    Browse the repository at this point in the history
  3. feat: refactor @init time handling without heuristics

    - Use has(rhs, arg) from utils.jl to determine if arg appears in rhs
    - Generate runtime conditional code to distinguish time functions vs grids
    - Support multi-character time names (e.g., tau) without heuristics
    - Add helper functions following SRP principle
    - Update tests with comprehensive tau test cases
    - Remove heuristic-based time variable detection
    
    All 127 tests pass successfully.
    ocots committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    45fd46a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into init

    ocots committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    850a45d View commit details
    Browse the repository at this point in the history
  5. chore: bump version to 0.8.9-beta

    - Update version number for init branch with @init refactor
    - All tests passing (127/127)
    ocots committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    f15196b View commit details
    Browse the repository at this point in the history
Loading