Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

  • Remove the BrownBasicInit alias and keep only BrownFullBasicInit as the primary struct name
  • Simplifies the API by having a single name for this initialization algorithm
  • Bump version to 6.190.2

Changes

  • Changed struct BrownBasicInit to struct BrownFullBasicInit
  • Removed the const BrownFullBasicInit = BrownBasicInit alias line
  • Updated exports to only export BrownFullBasicInit
  • Updated docstring to reflect the new name

This is a breaking change for code that uses BrownBasicInit directly, but maintains compatibility for code using BrownFullBasicInit.

Related to ongoing work in OrdinaryDiffEq and Sundials packages to use the extended initialization algorithms from DiffEqBase.

- BrownFullBasicInit is now the primary struct name
- Removed the BrownBasicInit alias to simplify the API
- Bump version to 6.190.2
@ChrisRackauckas ChrisRackauckas merged commit 3667bdb into SciML:master Sep 16, 2025
40 of 48 checks passed
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