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

Change API regarding convergence information #33

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Change API regarding convergence information #33

merged 1 commit into from
Oct 2, 2024

Conversation

jlapeyre
Copy link
Collaborator

@jlapeyre jlapeyre commented Oct 2, 2024

There is now a single function lambertw for computing the Lambert W function. It takes a keyword argument, info. If info is false, the default, then only the result of computation is returned. If it is true then a triple giving the result and info on convergence is returned.

In neither case is a warning or error explicitly raised.

There is now a single function `lambertw` for computing the Lambert W
function. It takes a keyword argument, `info`. If `info` is false, the
default, then only the result of computation is returned. If it is `true`
then a triple giving the result and info on convergence is returned.
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.40%. Comparing base (6617072) to head (d06a086).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   98.80%   99.40%   +0.59%     
==========================================
  Files           1        1              
  Lines         168      168              
==========================================
+ Hits          166      167       +1     
+ Misses          2        1       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jlapeyre jlapeyre merged commit b6c186e into master Oct 2, 2024
13 checks passed
@jlapeyre jlapeyre deleted the new-API branch October 2, 2024 23:47
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.

1 participant