RafaelArutjunjan / InformationGeometry.jl

Methods for computational information geometry
MIT License
40 stars 3 forks source link

support specialfunctions 2.x #36

Closed stevengj closed 2 years ago

stevengj commented 2 years ago

The only breaking change in SpecialFunctions 2.0 was deleting the factorial(x::Real) = gamma(x+1) function, and since you don't use factorial this shouldn't affect you.

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (816a9ae) into master (7820cb3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   43.31%   43.31%           
=======================================
  Files          22       22           
  Lines        3121     3121           
=======================================
  Hits         1352     1352           
  Misses       1769     1769           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7820cb3...816a9ae. Read the comment docs.

stevengj commented 2 years ago

Closing in favor of #35.

RafaelArutjunjan commented 2 years ago

Thanks, I added the compatibility with v2 of SpecialFunctions.jl for v1.10.0 which I just registered, so this should be fixed next time you update