File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " DynamicHMC"
22uuid = " bbc10e6e-7c05-544b-b16e-64fede858acb"
33authors = [" Tamas K. Papp <tkpapp@gmail.com>" ]
4- version = " 3.4.5 "
4+ version = " 3.4.6 "
55
66[deps ]
77ArgCheck = " dce04be8-c92d-5529-be00-80e4d2c0e197"
@@ -24,8 +24,8 @@ LogDensityProblems = "1, 2"
2424LogExpFunctions = " 0.3"
2525MCMCDiagnosticTools = " 0.2"
2626ProgressMeter = " 1"
27- TensorCast = " 0.4"
2827SimpleUnPack = " 1"
28+ TensorCast = " 0.4"
2929julia = " 1.6"
3030
3131[extras ]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Implementation of robust dynamic Hamiltonian Monte Carlo methods in Julia.
88[ ![ Documentation] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://tpapp.github.io/DynamicHMC.jl/stable )
99[ ![ Documentation] ( https://img.shields.io/badge/docs-master-blue.svg )] ( https://tpapp.github.io/DynamicHMC.jl/dev )
1010[ ![ DOI] ( https://zenodo.org/badge/93741413.svg )] ( https://zenodo.org/badge/latestdoi/93741413 )
11+ [ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
1112
1213## Overview
1314
Original file line number Diff line number Diff line change 22# #### NUTS tree sampler implementation.
33# ####
44
5- export TreeOptionsNUTS
5+ export NUTS
66
77# ###
88# ### Trajectory and implementation
Original file line number Diff line number Diff line change 11[deps ]
2+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
23ArgCheck = " dce04be8-c92d-5529-be00-80e4d2c0e197"
34DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
45ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
Original file line number Diff line number Diff line change @@ -40,10 +40,17 @@ include("test_logging.jl")
4040include (" sample-correctness_tests.jl" )
4141
4242# ###
43- # ### statis analysis
43+ # ### static analysis and QA
4444# ###
4545
4646# do not test on older Julia versions and nightly
4747if VERSION >= v " 1.7" && isempty (VERSION . prerelease)
4848 include (" jet.jl" )
4949end
50+
51+ @testset " Aqua" begin
52+ import Aqua
53+ Aqua. test_all (DynamicHMC; ambiguities = false )
54+ # testing separately, cf https://github.com/JuliaTesting/Aqua.jl/issues/77
55+ Aqua. test_ambiguities (DynamicHMC)
56+ end
You can’t perform that action at this time.
0 commit comments