juliangehring / MultipleTesting.jl

The MultipleTesting package offers common algorithms for p-value adjustment and combination and more…
Other
38 stars 7 forks source link

Allow SpecialFunctions v2 #124

Closed andreasnoack closed 2 years ago

andreasnoack commented 2 years ago

The current restriction is holding back some packages in our project so it would be great to get this in and out in a patch release. I'll recommend setting up CompatHelper to handle these update PRs automatically.

juliangehring commented 2 years ago

Thanks for flagging the update of SpecialFunctions. Fixed with the release of v0.5.1:

CompatHelper was already set up a while ago but seems that it didn't get triggered properly. I have now fixed this and used the SpecialFunctions v2 update as a test case, to make sure it is working correctly. I'll be closing this PR since the version update was already handled as part of this test. Nevertheless, thanks for the PR!