Skip to content

Interpolation with the model macro #388

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 6 commits into from
May 8, 2025
Merged

Conversation

SebastianM-C
Copy link
Contributor

@SebastianM-C SebastianM-C commented Apr 29, 2025

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@SebastianM-C SebastianM-C changed the title Interp Interpolation with the model macro Apr 29, 2025
@SebastianM-C SebastianM-C marked this pull request as ready for review April 29, 2025 12:12
@SebastianM-C
Copy link
Contributor Author

@ChrisRackauckas Is this a good approach?

For ParametrizedInterpolation we could support a more limited number of interpolation objects where the number of arguments to the constructor is fixed.

Comment on lines 761 to 763
function Interpolation(itp; name)
function Interpolation(; itp, name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a deprecation path?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added in 9b40d31

@ChrisRackauckas ChrisRackauckas merged commit fe6bc00 into SciML:main May 8, 2025
7 of 12 checks passed
@SebastianM-C SebastianM-C mentioned this pull request May 13, 2025
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