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

Update gauss-quad to 0.2 #261

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Conversation

JSorngard
Copy link
Contributor

@JSorngard JSorngard commented Nov 22, 2024

Hello!

I saw that yours is a big project that uses the crate gauss-quad that I am one of the maintainers of. We recently released version 0.2 that restructures the API. This PR updates gauss-quad as well as the two call sites to the new version so that you don't have to.

The main difference this PR introduces into your code is that it removes one computation of the nodes and weights and makes a previously hidden panic and allocation explicit.

As this is an unsolicited PR i understand completely if it is not something you are interested in.

@prehner
Copy link
Contributor

prehner commented Nov 24, 2024

Thank you for the contribution! Looks good to me, happy to merge when the CI passes.

@prehner prehner merged commit 3b7579c into feos-org:main Nov 24, 2024
15 checks passed
@JSorngard JSorngard deleted the update_gauss_quad branch November 24, 2024 19:12
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.

3 participants