Skip to content

Update LogExpFunctions requirement from 0.3 to 0.3, 1.0 in the all-julia-packages group across 1 directory#75

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-5324b70d7c
Closed

Update LogExpFunctions requirement from 0.3 to 0.3, 1.0 in the all-julia-packages group across 1 directory#75
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-5324b70d7c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on LogExpFunctions to permit the latest version.
Updates LogExpFunctions to 1.0.0

Release notes

Sourced from LogExpFunctions's releases.

v1.0.0

LogExpFunctions v1.0.0

Diff since v0.3.29

Breaking changes

  • Remove overly strict promise regarding the implementation of log2mexp (#103)
  • Release version 1.0 (#95)

Closed issues:

  • logit(x::Float64) accuracy vanishes around the zero, at x = 1/2 (#98)
  • logcosh(x) accuracy vanishes around the zero, at x = 0 (#100)
Changelog

Sourced from LogExpFunctions's changelog.

1.0.0

Added

  • add logabstanh

Changed

  • improve log1pmx, add Float32 implementation
  • make tests have their own environment, use JET.jl and Aqua.jl
  • improve _log1pmx_ker internal documentation on the polynomial
  • improve accuracy of logit, logcosh
  • more detailed testing (ULPError.jl)
  • relax the doc string of log2mexp to promise just "careful evaluation", technically breaking

0.3.29

A changelog is not available up to this version.

Commits
  • 34f13bb remove 'pre' from CI
  • c837fc0 Merge pull request #111 from JuliaStats/dependabot/github_actions/julia-actio...
  • d00fd51 Change CI matrix version from 'min' to 'min-patch'
  • d35edd2 Bump julia-actions/setup-julia from 2 to 3
  • c084f58 Bump codecov/codecov-action from 5 to 6 (#110)
  • 63f988a Bump julia-actions/cache from 2 to 3 (#109)
  • 41f0689 Merge pull request #108 from JuliaStats/dependabot/github_actions/actions/che...
  • 3d98b1b remove ancient coverage code
  • ca8342b Bump actions/checkout from 5 to 6
  • 77c5cf0 Bump actions/checkout from 4 to 5 (#107)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl) to permit the latest version.

Updates `LogExpFunctions` to 1.0.0
- [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases)
- [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaStats/LogExpFunctions.jl@v0.3.0...v1.0.0)

---
updated-dependencies:
- dependency-name: LogExpFunctions
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels May 28, 2026
ChrisRackauckas added a commit that referenced this pull request May 28, 2026
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>
@dependabot @github

dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-5324b70d7c branch May 28, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant