Skip to content
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

Refactor: Migrate from deprecated unsorted_arguments to arguments #1179

Merged

Conversation

bowenszhu
Copy link
Member

This PR migrates Symbolics.jl from the deprecated unsorted_arguments to arguments, following the changes introduced in PR JuliaSymbolics/SymbolicUtils.jl#615.

Specifically, this PR:

  • Replaces all instances of unsorted_arguments with arguments to align with the updated SymbolicUtils API.
  • Updates functionalities that require sorted arguments, such as printing, LaTeXifying, and code generation, to use the sorted_arguments instead of arguments.

This change ensures compatibility with the latest version of SymbolicUtils.jl and eliminates deprecation warnings.

@ChrisRackauckas ChrisRackauckas merged commit 82b3d32 into master Jun 25, 2024
10 of 12 checks passed
@ChrisRackauckas ChrisRackauckas deleted the b/sort-arguments-for-printing-&-code-generation branch June 25, 2024 16:40
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.

None yet

2 participants