Skip to content

Bump the all-julia-packages group across 5 directories with 25 updates#62

Merged
sunxd3 merged 1 commit into
mainfrom
dependabot/julia/all-julia-packages-f13a5a0f82
Jul 18, 2026
Merged

Bump the all-julia-packages group across 5 directories with 25 updates#62
sunxd3 merged 1 commit into
mainfrom
dependabot/julia/all-julia-packages-f13a5a0f82

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Bijectors, CUDA, Distributions, Flux, Functors, Documenter, LiveServer, NormalizingFlows, DifferentiationInterface, StatsBase, DocStringExtensions, ProgressMeter, Optimisers, ADTypes, BenchmarkTools, DiffResults, LogDensityProblems, IrrationalConstants, ReverseDiff, Plots, Enzyme, Zygote, Mooncake, MonotonicSplines and ForwardDiff to permit the latest version.
Updates Bijectors to 0.16.2

Release notes

Sourced from Bijectors's releases.

v0.16.2

Bijectors v0.16.2

Diff since v0.16.1

Merged pull requests:

  • Bump actions/checkout from 6 to 7 in the all-github-actions-packages group (#481) (@​dependabot[bot])
  • Use A42 instead of ITP in find_alpha (#482) (@​yebai)
Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates CUDA to 6.2.1

Release notes

Sourced from CUDA's releases.

v6.2.1

CUDA v6.2.1

Diff since v6.2.0

Merged pull requests:

Closed issues:

  • rCuFFTPlan not defined (#2509)
  • Julia 1.12: Switch to Once (#2544)
  • Norm of Hermitian matrices trigger scalar indexing error (#2965)
  • LLVM 18 / Julia 1.12: Invalid vectorization leads to ptxas error (#3036)
  • LLVM 20 / Julia 1.13: Back-end crash during texture tests (#3037)
  • CUDACore - warning during precompilation (#3177)
  • Error on CUDA.rand(RGB{Float32}, ...) in CUDA.jl 6.1 and 6.2 (#3179)
  • deepcopy fails for CuArray with zero-size element type (#3181)
  • Calling findnz(A) with a COO-formatted argument causes a stack overflow (#3189)
Commits
  • 2816631 Bump version.
  • 1b62bc2 Fix cluster barriers silently trapping on Julia <= 1.11 (#3188)
  • 5886f9d Implementing specialized coo_type for CuSparseCOO (#3190)
  • 8c6af3b Add narrow-precision floats to cudaDataType (#3180)
  • ae647ae Don't promote to i64 unnecessarily in unsafe_cached_load (#3186)
  • fbb9098 Skip device-to-device copies of zero-byte arrays. (#3184)
  • 9dc5657 Update to GPUToolbox v3. (#3183)
  • f4a33a2 Bump actions/checkout from 6 to 7 (#3182)
  • bc81d40 Bump GPUToolbox and remove the ability to reset devices (#3178)
  • f36a98c Ignore patch versions in LLVM and ptxas compatibility queries (#3176)
  • Additional commits viewable in compare view

Updates Distributions to 0.25.129

Release notes

Sourced from Distributions's releases.

v0.25.129

Distributions v0.25.129

Diff since v0.25.128

Merged pull requests:

  • More flexible and less brittle MvNormal and MvNormalCanon type aliases (#2073) (@​devmotion)
Commits

Updates Bijectors to 0.16.2

Release notes

Sourced from Bijectors's releases.

v0.16.2

Bijectors v0.16.2

Diff since v0.16.1

Merged pull requests:

  • Bump actions/checkout from 6 to 7 in the all-github-actions-packages group (#481) (@​dependabot[bot])
  • Use A42 instead of ITP in find_alpha (#482) (@​yebai)
Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates Flux to 0.16.10

Release notes

Sourced from Flux's releases.

v0.16.10

Flux v0.16.10

Diff since v0.16.9

Merged pull requests:

Closed issues:

  • Incorrect link on docs (#2380)
  • bad formatting for PairwiseFusion docstring (#2406)
  • Use Caching Allocator in train! (#2636)
  • all documented functions should be marked as public (#2638)
  • Can't install flux. (#2651)
  • GSoC 2026 Interest: RL Environments Project (#2663)
Changelog

Sourced from Flux's changelog.

Flux Release Notes

See also github's page for a complete list of PRs merged before each release.

Unreleased

  • Switch to ParallelTestRunner.jl for parallel test execution, replacing the previous test runner.

v0.16.8 (January 2025)

This release includes the following changes:

  • Added support in Flux.gradient and Flux.withgradient to alternative AD backends such as AutoEnzyme() and AutoMooncake().
  • The default init_score value for early_stopping has been set to Inf (instead of 0) in order to prevent unexpected behavior if the defaults were not modified.

v0.16.7 (10 December 2025)

This patch release includes:

  • Minor documentation fixes and housekeeping commits.
  • Compatibility updates for downstream packages.

v0.16.6 (8 December 2025)

This patch release includes:

  • Minor dependency bumps and CI updates.
  • Preparatory changes ahead of v0.16.7.

v0.16.5 (23 July 2025)

This release includes:

  • Fix typos in legacy tutorials documentation.([GitHub][2])
  • Bump compatibility for AMDGPU in weak dependencies.([GitHub][2])
  • Fix for unsafe_free! failure with certain CuArray configurations.([GitHub][2])

v0.16.4 (2 June 2025)

This release includes:

  • Fix missing imports in FluxMPIExt.([GitHub][1])
  • Add shape validation for convolution weight tensors.([GitHub][1])
  • Disable and fix intermittent Reactant tests.([GitHub][1])
  • Fix recurrent docstrings and pooling layer loading.([GitHub][1])
  • Small test updates and miscellaneous doc fixes.([GitHub][1])

v0.16.3 (6 February 2025)

This release includes:

... (truncated)

Commits
  • a2c6e5c Bump version from 0.16.9 to 0.16.10
  • 9eed341 Bump codecov/codecov-action from 5 to 6 (#2668)
  • 818ad1a CompatHelper: bump compat for cuDNN in [weakdeps] to 6, (keep existing compat...
  • 7bf1fbb CompatHelper: bump compat for CUDA in [weakdeps] to 6, (keep existing compat)...
  • fa41d85 fix number formatting for PairwiseFusion (#2669)
  • 0ab52e6 Implemented method for _show_leaflike(::Tuple{}) to handle parameters that ma...
  • cec0db7 fix AutoZygote gradient (#2665)
  • 9b2f550 fix AutoZygote gradient (#2664)
  • 1aed494 Bump dorny/paths-filter from 3.0.2 to 4.0.1 (#2661)
  • 2263075 fix test guard
  • Additional commits viewable in compare view

Updates Functors to 0.5.2

Release notes

Sourced from Functors's releases.

v0.5.2

Functors v0.5.2

Diff since v0.5.1

Merged pull requests:

Commits

Updates Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.1

Changelog

Sourced from Documenter's changelog.

Version [v1.17.0] - 2026-02-20

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • During cross-referencing find_object correctly locates the Documenter.Object associated with UnionAll method signatures. (#2836, #2889)
  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

Version [v1.16.1] - 2025-11-21

Fixed

  • The -g is now passed to curl when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example [, {, & or ?. (#2839, #2842)
  • Fixed insufficient paragraph spacing in HTML output for @docs blocks. ([#2845, #2847])
  • Don't expand details admonition by default. ([#2846, #2847])
  • Removed superfluous vertical space at end of @docs blocks. (#2849)

Version [v1.16.0] - 2025-11-14

Added

  • Added option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning (#2792, #2751)
  • Footnotes can now be previewed by hovering over the link. (#2080)
  • The version selector now attempts to stay on the same page when switching between documentation versions. If the page doesn't exist in the target version, it falls back to the version homepage. (#2801)
  • Allow named @eval blocks: such a block shares its execution context with all other @eval, @example, @repl and @setup blocks on the same page which use the same name. (#2074, #2812)

Changed

  • Page category is removed from the search index and now everything is in section category. (#2762, #2413)
  • Changed the docstring block accordions from a custom implementation to HTML details+summary tag. (#2772, #2773)
  • Improved the search tokenizer and custom trimmer to improve search results. (#1457, #2114, #2744)
  • Improved several warning/error messages to (more accurately) report the location (filename, line range) in which the warning/error originated. (#2426, #2752, #2793, #2803, #2809)
  • Warn/error if jldoctest starts with an empty line; or lacks empty line between two REPL prompts. (#2031, #2083, #2679, #2808)
  • The forcepush=true option to deploydocs now uses --force-with-lease instead of --force. (#2817)
  • Improved the generation of anchors for admonitions in HTML output to be more stable and e.g. not change due to changes of the internal representation across different Julia versions. (#2710)

... (truncated)

Commits

Updates LiveServer to 1.5.0

Release notes

Sourced from LiveServer's releases.

v1.5.0

LiveServer v1.5.0

Diff since v1.4.0

Merged pull requests:

Closed issues:

  • Website with docs not working (#186)
  • Preventing refresh after making edit to files? (#196)
Commits

Updates NormalizingFlows to 0.2.2

Release notes

Sourced from NormalizingFlows's releases.

v0.2.2

NormalizingFlows v0.2.2

Diff since v0.2.1

Merged pull requests:

Closed issues:

  • Error in example (#54)
Commits
  • 3504009 make realnvp and nsf layers as part of the pkg (#53)
  • e0eb8ab Update README.md
  • d336b8d more NF examples (#11)
  • 323ebb0 CompatHelper: add new compat entry for CUDA in [weakdeps] at version 5, (keep...
  • 34ed26e Initial work on CUDA-compat (#25)
  • 4a018d8 Change to DifferentiationInterface (#46)
  • 79ebfb2 CompatHelper: bump compat for Enzyme in [weakdeps] to 0.13, (keep existing co...
  • 3e9b668 Documentation and Turing Navigation CI improvement (#45)
  • 0094677 CompatHelper: bump compat for Bijectors to 0.14, (keep existing compat) (#41)
  • 58d3e57 Create DocNav.yml
  • Additional commits viewable in compare view

Updates Distributions to 0.25.129

Release notes

Sourced from Distributions's releases.

v0.25.129

Distributions v0.25.129

Diff since v0.25.128

Merged pull requests:

  • More flexible and less brittle MvNormal and MvNormalCanon type aliases (#2073) (@​devmotion)
Commits

Updates Bijectors to 0.16.2

Release notes

Sourced from Bijectors's releases.

v0.16.2

Bijectors v0.16.2

Diff since v0.16.1

Merged pull requests:

  • Bump actions/checkout from 6 to 7 in the all-github-actions-packages group (#481) (@​dependabot[bot])
  • Use A42 instead of ITP in find_alpha (#482) (@​yebai)
Changelog

Sourced from Bijectors's changelog.

0.16.1

Add Mooncake 0.6 forward-mode support for find_alpha, and widen Mooncake compat to include 0.6.

0.16.0

Breaking changes

ChainRulesCore and EnzymeCore have been moved from direct dependencies to weak dependencies. Their integration code, including the find_alpha Enzyme rule and the rrules previously defined in src/chainrules.jl, now lives in the new BijectorsChainRulesCoreExt and BijectorsEnzymeCoreExt package extensions. These extensions are only loaded when the user also loads ChainRulesCore or EnzymeCore themselves, so downstream packages that relied on Bijectors to pull in these packages transitively must now load them directly.

DifferentiationInterface has been removed from the package's direct dependencies. It is no longer used at runtime.

0.15.24

Export a few more functions from Bijectors.VectorBijectors, namely scalar_to_scalar_bijector, TypedIdentity, Log, and Untruncate.

0.15.23

Implement vector bijectors for Distributions.MvTDist.

0.15.22

Implement vector bijectors for Bijectors.TransformedDistribution.

0.15.21

Add compatibility with Roots.jl v3.

0.15.20

Export Bijectors.VectorBijectors.has_constant_vec_bijector to allow downstream packages to overload it.

0.15.19

Optimise performance of vector bijectors for products of univariate distributions.

0.15.18

Implemented vector bijectors for Bijectors.OrderedDistribution.

0.15.17

Adds a new module, Bijectors.VectorBijectors. This module implements bijectors that always return vectors as the output of a linking operation. This provides additional guarantees over the existing Bijectors interface, which in general will return some collection of values that are in Euclidean space, but whose shape is not generally a vector (it could be a scalar or a multidimensional array). The intention is to make it easier to implement bijectors that are compatible with libraries that use vector inputs, such as LogDensityProblems.jl (which is in turn heavily used in the Turing ecosystem).

Please see the documentation for further information.

0.15.16

... (truncated)

Commits

Updates DifferentiationInterface to 0.7.20

Release notes

Sourced from DifferentiationInterface's releases.

DifferentiationInterface-v0.7.20

DifferentiationInterface DifferentiationInterface-v0.7.20

Diff since DifferentiationInterface-v0.7.19

Merged pull requests:

  • fix: set args_to_zero to true for constant arguments in reverse-mode Mooncake (#1041) (@​gdalle)

Closed issues:

  • Tangent resetting in Mooncake (#1038)
Commits
  • fd53fd7 fix: set args_to_zero to true for constant arguments in reverse-mode Moon...
  • 311ad4e chore: bump DI to v0.7.19 (#1040)
  • d4d1370 fix: set args_to_zero to true for closures in reverse-mode Mooncake (#1039)
  • 233ba49 feat: Add reverse/forward counterparts (#1036)
  • 5572e56 chore: fix Zenodo badge (#1035)
  • e161cf2 docs: add adrhill as a contributor for code, doc, and 6 more (#1034)
  • 3bfff8e docs: add gdalle as a contributor for code, doc, and 6 more (#1033)
  • 687ef25 Merge pull request #1032 from JuliaDiff:gd/contr2
  • a8b85d6 chore: point all-contributors to the right README
  • a6ad6ef chore: setup all-contributors (#1030)
  • Additional commits viewable in

Updates the requirements on [Bijectors](https://github.com/TuringLang/Bijectors.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [Flux](https://github.com/FluxML/Flux.jl), [Functors](https://github.com/FluxML/Functors.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [LiveServer](https://github.com/JuliaDocs/LiveServer.jl), [NormalizingFlows](https://github.com/TuringLang/NormalizingFlows.jl), [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl), [StatsBase](https://github.com/JuliaStats/StatsBase.jl), [DocStringExtensions](https://github.com/JuliaDocs/DocStringExtensions.jl), [ProgressMeter](https://github.com/timholy/ProgressMeter.jl), [Optimisers](https://github.com/FluxML/Optimisers.jl), [ADTypes](https://github.com/SciML/ADTypes.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [DiffResults](https://github.com/JuliaDiff/DiffResults.jl), [LogDensityProblems](https://github.com/tpapp/LogDensityProblems.jl), [IrrationalConstants](https://github.com/JuliaMath/IrrationalConstants.jl), [ReverseDiff](https://github.com/JuliaDiff/ReverseDiff.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [Enzyme](https://github.com/EnzymeAD/Enzyme.jl), [Zygote](https://github.com/FluxML/Zygote.jl), [Mooncake](https://github.com/chalk-lab/Mooncake.jl), [MonotonicSplines](https://github.com/bat/MonotonicSplines.jl) and [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl) to permit the latest version.

Updates `Bijectors` to 0.16.2
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Bijectors.jl/commits/v0.16.2)

Updates `CUDA` to 6.2.1
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.2.1)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `Bijectors` to 0.16.2
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Bijectors.jl/commits/v0.16.2)

Updates `Flux` to 0.16.10
- [Release notes](https://github.com/FluxML/Flux.jl/releases)
- [Changelog](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md)
- [Commits](FluxML/Flux.jl@v0.1.0...v0.16.10)

Updates `Functors` to 0.5.2
- [Release notes](https://github.com/FluxML/Functors.jl/releases)
- [Commits](FluxML/Functors.jl@v0.1.0...v0.5.2)

Updates `Documenter` to 1.17.0
- [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases)
- [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.17.0)

Updates `LiveServer` to 1.5.0
- [Release notes](https://github.com/JuliaDocs/LiveServer.jl/releases)
- [Commits](JuliaDocs/LiveServer.jl@v0.1.0...v1.5.0)

Updates `NormalizingFlows` to 0.2.2
- [Release notes](https://github.com/TuringLang/NormalizingFlows.jl/releases)
- [Commits](v0.1.0...v0.2.2)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `Bijectors` to 0.16.2
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Bijectors.jl/commits/v0.16.2)

Updates `DifferentiationInterface` to 0.7.20
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.20)

Updates `StatsBase` to 0.34.12
- [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases)
- [Commits](JuliaStats/StatsBase.jl@0.2.3...v0.34.12)

Updates `DocStringExtensions` to 0.9.5
- [Release notes](https://github.com/JuliaDocs/DocStringExtensions.jl/releases)
- [Commits](JuliaDocs/DocStringExtensions.jl@v0.1.0...v0.9.5)

Updates `ProgressMeter` to 1.11.0
- [Release notes](https://github.com/timholy/ProgressMeter.jl/releases)
- [Commits](timholy/ProgressMeter.jl@v0.0.2...v1.11.0)

Updates `Optimisers` to 0.4.7
- [Release notes](https://github.com/FluxML/Optimisers.jl/releases)
- [Commits](FluxML/Optimisers.jl@v0.1.0...v0.4.7)

Updates `Functors` to 0.5.2
- [Release notes](https://github.com/FluxML/Functors.jl/releases)
- [Commits](FluxML/Functors.jl@v0.1.0...v0.5.2)

Updates `ADTypes` to 1.22.2
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](https://github.com/SciML/ADTypes.jl/commits)

Updates `NormalizingFlows` to 0.2.2
- [Release notes](https://github.com/TuringLang/NormalizingFlows.jl/releases)
- [Commits](v0.1.0...v0.2.2)

Updates `BenchmarkTools` to 1.8.0
- [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases)
- [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.8.0)

Updates `DiffResults` to 1.1.0
- [Release notes](https://github.com/JuliaDiff/DiffResults.jl/releases)
- [Commits](JuliaDiff/DiffResults.jl@v0.0.1...v1.1.0)

Updates `LogDensityProblems` to 2.2.0
- [Release notes](https://github.com/tpapp/LogDensityProblems.jl/releases)
- [Changelog](https://github.com/tpapp/LogDensityProblems.jl/blob/master/CHANGELOG.md)
- [Commits](tpapp/LogDensityProblems.jl@v0.1.0...v2.2.0)

Updates `IrrationalConstants` to 0.2.6
- [Release notes](https://github.com/JuliaMath/IrrationalConstants.jl/releases)
- [Commits](JuliaMath/IrrationalConstants.jl@v0.1.0...v0.2.6)

Updates `ReverseDiff` to 1.17.0
- [Release notes](https://github.com/JuliaDiff/ReverseDiff.jl/releases)
- [Commits](JuliaDiff/ReverseDiff.jl@v0.0.1...v1.17.0)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5...Plots-v1.41.6)

Updates `Enzyme` to 0.13.186
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](EnzymeAD/Enzyme.jl@v0.1.0...v0.13.186)

Updates `Zygote` to 0.7.11
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](FluxML/Zygote.jl@v0.1.0...v0.7.11)

Updates `Mooncake` to 0.5.39
- [Release notes](https://github.com/chalk-lab/Mooncake.jl/releases)
- [Changelog](https://github.com/chalk-lab/Mooncake.jl/blob/main/HISTORY.md)
- [Commits](chalk-lab/Mooncake.jl@v0.4.142...v0.5.39)

Updates `MonotonicSplines` to 0.3.3
- [Release notes](https://github.com/bat/MonotonicSplines.jl/releases)
- [Commits](bat/MonotonicSplines.jl@v0.1.0...v0.3.3)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `Bijectors` to 0.16.2
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Bijectors.jl/commits/v0.16.2)

Updates `DifferentiationInterface` to 0.7.20
- [Release notes](https://github.com/JuliaDiff/DifferentiationInterface.jl/releases)
- [Commits](JuliaDiff/DifferentiationInterface.jl@DifferentiationInterface-v0.1.0...DifferentiationInterface-v0.7.20)

Updates `Flux` to 0.16.10
- [Release notes](https://github.com/FluxML/Flux.jl/releases)
- [Changelog](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md)
- [Commits](FluxML/Flux.jl@v0.1.0...v0.16.10)

Updates `Optimisers` to 0.4.7
- [Release notes](https://github.com/FluxML/Optimisers.jl/releases)
- [Commits](FluxML/Optimisers.jl@v0.1.0...v0.4.7)

Updates `Functors` to 0.5.2
- [Release notes](https://github.com/FluxML/Functors.jl/releases)
- [Commits](FluxML/Functors.jl@v0.1.0...v0.5.2)

Updates `ADTypes` to 1.22.2
- [Release notes](https://github.com/SciML/ADTypes.jl/releases)
- [Commits](https://github.com/SciML/ADTypes.jl/commits)

Updates `NormalizingFlows` to 0.2.2
- [Release notes](https://github.com/TuringLang/NormalizingFlows.jl/releases)
- [Commits](v0.1.0...v0.2.2)

Updates `ReverseDiff` to 1.17.0
- [Release notes](https://github.com/JuliaDiff/ReverseDiff.jl/releases)
- [Commits](JuliaDiff/ReverseDiff.jl@v0.0.1...v1.17.0)

Updates `Enzyme` to 0.13.186
- [Release notes](https://github.com/EnzymeAD/Enzyme.jl/releases)
- [Commits](EnzymeAD/Enzyme.jl@v0.1.0...v0.13.186)

Updates `Zygote` to 0.7.11
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](FluxML/Zygote.jl@v0.1.0...v0.7.11)

Updates `Mooncake` to 0.5.39
- [Release notes](https://github.com/chalk-lab/Mooncake.jl/releases)
- [Changelog](https://github.com/chalk-lab/Mooncake.jl/blob/main/HISTORY.md)
- [Commits](chalk-lab/Mooncake.jl@v0.4.142...v0.5.39)

Updates `ForwardDiff` to 1.4.1
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1)

Updates `Distributions` to 0.25.129
- [Release notes](https://github.com/JuliaStats/Distributions.jl/releases)
- [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.129)

Updates `Bijectors` to 0.16.2
- [Release notes](https://github.com/TuringLang/Bijectors.jl/releases)
- [Changelog](https://github.com/TuringLang/Bijectors.jl/blob/main/HISTORY.md)
- [Commits](https://github.com/TuringLang/Bijectors.jl/commits/v0.16.2)

Updates `Flux` to 0.16.10
- [Release notes](https://github.com/FluxML/Flux.jl/releases)
- [Changelog](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md)
- [Commits](FluxML/Flux.jl@v0.1.0...v0.16.10)

Updates `CUDA` to 6.2.1
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.2.1)

Updates `NormalizingFlows` to 0.2.2
- [Release notes](https://github.com/TuringLang/NormalizingFlows.jl/releases)
- [Commits](v0.1.0...v0.2.2)

---
updated-dependencies:
- dependency-name: Bijectors
  dependency-version: 0.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Flux
  dependency-version: 0.16.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Functors
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LiveServer
  dependency-version: 1.5.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NormalizingFlows
  dependency-version: 0.2.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.20
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StatsBase
  dependency-version: 0.34.12
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocStringExtensions
  dependency-version: 0.9.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ProgressMeter
  dependency-version: 1.11.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Optimisers
  dependency-version: 0.4.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Functors
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NormalizingFlows
  dependency-version: 0.2.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffResults
  dependency-version: 1.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogDensityProblems
  dependency-version: 2.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IrrationalConstants
  dependency-version: 0.2.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ReverseDiff
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Enzyme
  dependency-version: 0.13.186
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Zygote
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Mooncake
  dependency-version: 0.5.39
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MonotonicSplines
  dependency-version: 0.3.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DifferentiationInterface
  dependency-version: 0.7.20
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Flux
  dependency-version: 0.16.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Optimisers
  dependency-version: 0.4.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Functors
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ADTypes
  dependency-version: 1.22.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NormalizingFlows
  dependency-version: 0.2.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ReverseDiff
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Enzyme
  dependency-version: 0.13.186
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Zygote
  dependency-version: 0.7.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Mooncake
  dependency-version: 0.5.39
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.4.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Distributions
  dependency-version: 0.25.129
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Bijectors
  dependency-version: 0.16.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Flux
  dependency-version: 0.16.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NormalizingFlows
  dependency-version: 0.2.2
  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 Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

NormalizingFlows.jl documentation for PR #62 is available at:
https://TuringLang.github.io/NormalizingFlows.jl/previews/PR62/

@sunxd3
sunxd3 merged commit e0a4fbd into main Jul 18, 2026
5 checks passed
@sunxd3
sunxd3 deleted the dependabot/julia/all-julia-packages-f13a5a0f82 branch July 18, 2026 12:54
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