Skip to content

Fix ModelingToolkit v10 compatibility#147

Merged
ChrisRackauckas merged 1 commit intomasterfrom
fix-mtk-v10-compatibility
Jul 29, 2025
Merged

Fix ModelingToolkit v10 compatibility#147
ChrisRackauckas merged 1 commit intomasterfrom
fix-mtk-v10-compatibility

Conversation

@ChrisRackauckas
Copy link
Copy Markdown
Member

Summary

  • Replace deprecated @mtkbuild with @mtkcompile to eliminate deprecation warnings
  • Update ODEProblemLibrary to be fully compatible with ModelingToolkit v10
  • All tests pass without deprecation warnings

Changes Made

  • Updated all 9 instances of @mtkbuild in strange_attractors.jl to use @mtkcompile
  • Removed extra blank line in ODEProblemLibrary.jl
  • ModelingToolkit v10 constraint was already properly set in Project.toml

Test Results

All tests pass cleanly without the previous deprecation warning:

┌ Warning: `@mtkbuild` is deprecated. Use `@mtkcompile` instead.

🤖 Generated with Claude Code

Replace deprecated @mtkbuild with @mtkcompile to eliminate deprecation warnings.

- Updated all @mtkbuild instances in strange_attractors.jl to use @mtkcompile
- Removed extra blank line in ODEProblemLibrary.jl
- Tests pass without deprecation warnings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit e96981d into master Jul 29, 2025
14 of 18 checks passed
@ChrisRackauckas ChrisRackauckas deleted the fix-mtk-v10-compatibility branch July 29, 2025 04:30
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