-
Notifications
You must be signed in to change notification settings - Fork 33
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
add logabsgamma and unrelated fixes #195
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #195 +/- ##
==========================================
+ Coverage 50.02% 50.42% +0.39%
==========================================
Files 63 63
Lines 3546 3536 -10
==========================================
+ Hits 1774 1783 +9
+ Misses 1772 1753 -19 ☔ View full report in Codecov by Sentry. |
Thank you. I have to wait for two pending updates to merge, not automatically, then I can do this one. |
On a second thought, it's better to write it directly in terms of |
On a third thought, perhaps it's better to directly use the |
Ok, done. I've also noticed that |
I'm sorry, may I ask what is the hold up? |
needed the reminder -- thank you |
merged on main, new version should be available everywhere at the next
manifest update.
…On Fri, Apr 12, 2024 at 5:43 AM Mateus Araújo ***@***.***> wrote:
I'm sorry, may I ask what is the hold up?
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM2VRQRL3IEAXIGSWEBE6TY46UC5AVCNFSM6AAAAABFND6LQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGQZDAOBWGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Fixes #183
Also fixed the shadowing functions, it turned out that the syntax was correct, but
loggamma
andellipk
were missing fromspecialfunctions.jl
.And also fixed an unrelated typo in
sqrt_dd_dd
that was preventing compilation.