Commit c9de8cd
committed
Add LogExpFunctions 1.0 to compat
LogExpFunctions v1.0.0's only listed breaking change is a docstring
relaxation for log2mexp, which PoissonRandom does not use. The only
LogExpFunctions API consumed here is log1pmx (src/PoissonRandom.jl:114),
whose v1.0 release added a Float32 implementation and improved accuracy
but kept the signature unchanged. Full test suite (Aqua, JET,
ExplicitImports, statistical samplers, BigFloat support,
PassthroughRNG dispatch, AllocCheck) passes against LogExpFunctions
1.0.0 on Julia 1.10, 1.11, and 1.12.
This is the same change as dependabot PR #75; opening it as a regular
PR for review.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 98aee58 commit c9de8cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments