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

deprecate stats #948

Closed
wants to merge 1 commit into from
Closed

deprecate stats #948

wants to merge 1 commit into from

Conversation

pepijndevos
Copy link
Contributor

This is getting moved to SciMLBase. I'm not sure if this is the correct way to mark it deprecated. It seems @deprecate_moved seems close but makes the current binding error. @deprecate_binding actually requires the new symbol to exist. Hum.

@ChrisRackauckas
Copy link
Member

We can just forward it. Two steps:

  1. Move Stats in DiffEqBase -> DEStats in SciMLBase
  2. Add const Stats = SciMLBase.DEStats and bump the lower bound to the point where it exists in SciMLBase.

That is non-breaking and will let it adjust over time, since there's 10 other solvers that will also need to update.

@pepijndevos
Copy link
Contributor Author

I dismissed that idea because I thought it'd upend the dependency hierarchy but sure I'll do that after SciML/SciMLBase.jl#512 lands

@ChrisRackauckas
Copy link
Member

Supersceded by #949

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