Skip to content

Commit c9de8cd

Browse files
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

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Aqua = "0.8"
1313
Distributions = "0.25"
1414
ExplicitImports = "1.14.0"
1515
JET = "0.9, 0.10, 0.11"
16-
LogExpFunctions = "0.3"
16+
LogExpFunctions = "0.3, 1.0"
1717
PrecompileTools = "1"
1818
Random = "1.10"
1919
Statistics = "1"

0 commit comments

Comments
 (0)