-
Notifications
You must be signed in to change notification settings - Fork 42
Fix #121 and add dependency on IrrationalConstants (extension of #118) #122
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #122 +/- ##
==========================================
+ Coverage 28.72% 28.91% +0.19%
==========================================
Files 11 11
Lines 369 370 +1
==========================================
+ Hits 106 107 +1
Misses 263 263
Continue to review full report at Codecov.
|
|
@KristofferC Maybe support for LogExpFunctions 0.2 should be removed since it defines some of the log constants that are moved to IrrationalConstants? However, they are not imported or exported anymore and I don't get any warnings if I load StatsFuns (this PR) based on LogExpFunctions 0.2. |
Yes, that should be done. |
Co-authored-by: Tamas K. Papp <tkpapp@gmail.com>
|
👍 |
This PR should fix #121. It removes the constants from StatsFuns and instead reexports the statistical constants defined in IrrationalConstants. Moreover, it adds support for LogExpFunctions 0.3 (which was not part of #118). Additionally, it fixes a test error that showed up in #118.