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

Reduce number of generics for propagator options #367

Merged

Conversation

ChristopherRabotin
Copy link
Member

@ChristopherRabotin ChristopherRabotin commented Sep 30, 2024

Summary

Major architectural change

Closes #366

Architectural Changes

  • Error control is no longer a trait and is instead an enum called ErrorControl
  • RK is no longer a trait and the selection of the Runge Kutta method is now done via the IntegratorMethod enum

These changes will make interoperability in Python MUCH simpler, and speeds up compilation times by ~50 seconds.

New Features

No change

Improvements

No change

Bug Fixes

No change

Testing and validation

No change because this does not affect any of the logic.

Documentation

This PR does not primarily deal with documentation changes.

Copy link

github-actions bot commented Sep 30, 2024

Visit the preview URL for this PR (updated for commit a9444f5):

https://nyx-rustdoc--pr367-366-reduce-number-of-1qupscnq.web.app

(expires Mon, 07 Oct 2024 05:31:36 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d8e2a55934352d850c15d11866c39eb2d2e029be

@ChristopherRabotin ChristopherRabotin merged commit acaad4f into master Sep 30, 2024
6 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 366-reduce-number-of-generics-for-propagator-options branch September 30, 2024 05:49
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.

Reduce number of generics for propagator options
1 participant