Skip to content

Fix ModelingToolkit v10 compatibility #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

ChrisRackauckas
Copy link
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