stan-dev / cmdstanpy

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

Add new Pathfinder arguments #727

Closed WardBrian closed 5 months ago

WardBrian commented 5 months ago

Submission Checklist

Summary

Closes #726. Adds the new arguments from https://github.com/stan-dev/cmdstan/pull/1234

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Simons Foundation

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (078c43a) 79.81% compared to head (dc1b939) 79.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #727 +/- ## =========================================== + Coverage 79.81% 79.83% +0.01% =========================================== Files 75 75 Lines 11463 11499 +36 =========================================== + Hits 9149 9180 +31 - Misses 2314 2319 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.