Recent Releases of BAT

BAT - v4.0.0

BAT v4.0.0

Diff since v3.4.0

Breaking changes

Several algorithms have changed their names, but also their role:

  • MCMCSampling has become TransformedMCMC.

  • MetropolisHastings has become RandomWalk. It's parameters have changed (no deprecation for the parameter changes). Tuning and sample weighting scheme selection have moved to TransformedMCMC.

  • PriorToGaussian has become PriorToNormal.

Partial deprecations are available for the above, so old code should run more or less unchanged (with deprecation warnings). Also:

  • AdaptiveMHTuning has become AdaptiveAffineTuning, but is now used as a parameter for TransformedMCMC (formerly MCMCSampling) instead of RandomWalk (formerly MetropolisHastings).

  • MCMCNoOpTuning has become NoMCMCTransformTuning.

  • The arguments of HamiltonianMC have changed.

  • MCMCTuningAlgorithm has been replaced by MCMCTransformTuning.

  • The trafo parameter of algorithms has been renamed to pretransform, the trafo field in algorithm results has been renamed to f_pretransform.

  • bat_report has been deprecated in favor of LazyReports.lazyreport (drop-in compatible).

New features

  • Sampling, integration and mode-finding algorithms now generate a return value result = ..., evaluated::EvaluatedMeasure = ..., ...) if their target is a probability measure/distribution.

  • The new RAMTuning is now the default (transform) tuning algorithm for RandomWalk (formerly MetropolisHastings). It typically results in a much faster burn-in process than AdaptiveAffineTuning (formerly AdaptiveMHTuning, the previous default).

  • MCMC Sampling handles parameter scale and correlation adaptivity via via tunable space transformations instead of tuning covariance matrices in proposal distributions.

  • MCMC tuning has been split into proposal tuning (algorithms of type MCMCProposalTuning) and transform turning (algorithms of type MCMCTransformTuning). Proposal tuning has now a much more limited role and often may be NoMCMCProposalTuning() (e.g. for RandomWalk).

  • Added MGVISampling for Metric Gaussian Variational Inference.

Merged pull requests: - Add PolarShellDistribution (#475) (@oschulz) - CompatHelper: bump compat for AdvancedHMC in [weakdeps] to 0.8, (keep existing compat) (#480) (@github-actions[bot]) - Advanced HMC compat bump compatibility check (#481) (@Micki-D) - Improve dist transport implementation, support AffineDistribution (#482) (@oschulz)

- Julia
Published by github-actions[bot] 7 months ago

BAT - v3.4.0

BAT v3.4.0

Diff since v3.3.5

Merged pull requests: - Adjust for API changes in AdvancedHMC.jl (#470) (@Micki-D) - Unified sample transformation (#471) (@oschulz) - CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#472) (@github-actions[bot]) - Enable ensemble based sampling for MCMC algorithms (#473) (@Micki-D) - Replace batreport by LazyReports (#474) (@oschulz) - Fix transformsamples (#476) (@oschulz) - Indent bat_transform !!! note (#478) (@kalmarek)

- Julia
Published by github-actions[bot] 9 months ago

BAT - v3.3.5

BAT v3.3.5

Diff since v3.3.4

Merged pull requests: - Hmc proposed sample handling refactor (#468) (@Micki-D)

- Julia
Published by github-actions[bot] 11 months ago

BAT - v3.3.4

BAT v3.3.4

Diff since v3.3.3

Merged pull requests: - Manually set lower bounds on direct deps (#466) (@fhagemann) - Refactor z position update in transformed MCMC (#467) (@Micki-D)

- Julia
Published by github-actions[bot] about 1 year ago

BAT - v3.3.3

BAT v3.3.3

Diff since v3.3.2

Merged pull requests: - Include samplez in _cleanupsamples() (#462) (@Micki-D) - CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#463) (@github-actions[bot]) - Bump codecov/codecov-action from 4 to 5 (#464) (@dependabot[bot])

- Julia
Published by github-actions[bot] about 1 year ago

BAT - v3.3.2

BAT v3.3.2

Diff since v3.3.1

Merged pull requests: - Space transformations refactor (#449) (@Micki-D) - Trafo sampling changes (#454) (@oschulz) - CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#456) (@github-actions[bot]) - Add MGVI and rename several things in API (#457) (@oschulz) - Store multivariate proposal in MHProposalState (#458) (@oschulz) - Make sampling, integration and mode-estimation also return an EvaluatedMeasure (#459) (@oschulz)

- Julia
Published by github-actions[bot] over 1 year ago

BAT - v3.3.1

BAT v3.3.1

Diff since v3.3.0

Closed issues: - Error with truncated distribution as prior (#450)

- Julia
Published by github-actions[bot] over 1 year ago

BAT - v3.3.0

BAT v3.3.0

Diff since v3.2.1

- Julia
Published by github-actions[bot] over 1 year ago

BAT - v3.2.1

BAT v3.2.1

Diff since v3.2.0

Merged pull requests: - Fix handing of const parameters in bat_report (#447) (@oschulz)

- Julia
Published by github-actions[bot] over 1 year ago

BAT - v3.2.0

BAT v3.2.0

Diff since v3.1.2

Merged pull requests: - Bump actions/checkout from 3 to 4 (#424) (@dependabot[bot]) - Bump codecov/codecov-action from 3 to 4 (#434) (@dependabot[bot]) - Switch more fully to measures terminology (#435) (@oschulz) - Added 90% credible interval (#437) (@Shoram444) - Update dependencies (#438) (@oschulz) - Optim options update (#442) (@Micki-D) - CompatHelper: bump compat for ADTypes in [weakdeps] to 1, (keep existing compat) (#444) (@github-actions[bot])

- Julia
Published by github-actions[bot] over 1 year ago

BAT - v3.1.2

BAT v3.1.2

Diff since v3.1.1

Merged pull requests: - CompatHelper: bump compat for AffineMaps to 0.3, (keep existing compat) (#430) (@github-actions[bot]) - Improve distparams_numtype (#433) (@oschulz)

- Julia
Published by github-actions[bot] about 2 years ago

BAT - v3.1.1

BAT v3.1.1

Diff since v3.1.0

- Julia
Published by github-actions[bot] over 2 years ago

BAT - v3.1.0

BAT v3.1.0

Diff since v3.0.0

Merged pull requests: - Fix HierarchicalDistributions w/ dof smaller than length (#415) (@waldie11) - Fix HierarchicalDistributions w/ dof smaller than length (#417) (@waldie11) - Dropped call to deprecated batsample(::RNG,..) / non-context (#418) (@waldie11) - Support battransform from Distribution (#419) (@oschulz) - Update AdvancedHMC to v0.5 (#421) (@oschulz) - CompatHelper: bump compat for NamedArrays to 0.10, (keep existing compat) (#422) (@github-actions[bot]) - Update deps (#425) (@oschulz) - Fix numerical instability in tutorial likelihood (#427) (@oschulz) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#428) (@github-actions[bot]) - Add mean for HierarchicalDistribution (#429) (@oschulz)

Closed issues: - HamiltonianMC() is failed on the tutorial model (#426)

- Julia
Published by github-actions[bot] over 2 years ago

BAT - v3.0.0

BAT v3.0.0

Diff since v2.0.5

Closed issues: - Doesn't seem to work with Julia 1.6.2? (#319) - Pullback of DistributionTransform (#322) - Handling periodic parameters (#340) - MLE best-fit parameter disagreeing with pyhf (#345) - Order of Samples not preserved in IO via HDF5.jl (#355) - too strong version req. of dependencies (#400)

Merged pull requests: - Tests for sampling with hmc (#310) (@sthayashi) - CompatHelper: add new compat entry for PrettyTables at version 1, (keep existing compat) (#315) (@github-actions[bot]) - Added test for bridge sampling, corrected error in bridge sampler (#316) (@celaue) - fixed bug in error estimate (#317) (@celaue) - Use DensityInterface (#320) (@oschulz) - Add tests for BAT.cov2pdmat() in testdistributionfunctions.jl (#323) (@Micki-D) - extended test coverage for loguniform.jl (#326) (@Micki-D) - Support DensityInterface v0.4 (#327) (@oschulz) - CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#329) (@github-actions[bot]) - Adapt to changes in ValueShapes API (#330) (@oschulz) - Replace distsamplespvalue with testdistsamples (#332) (@oschulz) - Infer NamedTupleShape in batread (#333) (@oschulz) - CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#334) (@github-actions[bot]) - Fix batread for samples without info (#335) (@oschulz) - CompatHelper: bump compat for IntervalSets to 0.6, (keep existing compat) (#339) (@github-actions[bot]) - Overhaul vjpalgorithm and jvpalgorithm concept (#341) (@oschulz) - Fix Error in debug message (#342) (@lmh91) - Add internal function showhistunicode (#343) (@oschulz) - Add RNG argument to batfindmode (#347) (@Cornelius-G) - Store optim traces (#348) (@oschulz) - Import inverse-Hessian and WoodburyPDMat code from Pathfinder.jl (#349) (@oschulz) - Move AHMI and PartitionedSampling to separate packages (#350) (@oschulz) - fix ReadMe typo (#353) (@briochemc) - Fix applydisttrafo for ArrayLikeVariate (#354) (@oschulz) - Use `trackorder = true` in IO via HDF5.jl (#356) (@lmh91) - CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#358) (@github-actions[bot]) - CompatHelper: bump compat for IntervalSets to 0.7, (keep existing compat) (#359) (@github-actions[bot]) - Add batmarginalize() and adjust plotting backend to use it (#361) (@Micki-D) - Use measure terminology (#365) (@oschulz) - Fix sample overview plots (cornelius' fix) (#366) (@Micki-D) - CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) (#367) (@github-actions[bot]) - CompatHelper: add new compat entry for Documenter at version 0.27, (keep existing compat) (#368) (@github-actions[bot]) - unshape resulttrafo and add initvalalg to MCMCChainPoolInit (#369) (@Cornelius-G) - Specialize broadcast of ComposedFunction over DensitySampleVector) (#370) (@oschulz) - Clean docs (#371) (@pitmonticone) - Add batreport, refactor SampledMeasure (#372) (@oschulz) - Update deps (#373) (@oschulz) - Fix plotting and make batmarginalize() consistent with BAT API (#375) (@Micki-D) - Temporary: Limit Distributions.jl to max version 0.25.64 (#376) (@oschulz) - Add smallestcredibleintervals for shaped samples (#377) (@oschulz) - Improved std normal pdf calc and cholesky for var trafo with diag matrices (#379) (@oschulz) - Add flat index support for batmarginalize() (#380) (@Micki-D) - CompatHelper: bump compat for MeasureBase to 0.13, (keep existing compat) (#382) (@github-actions[bot]) - Add battransform support for samples (#383) (@oschulz) - Update to HDF5 release v0.16.11 (#384) (@lmh91) - Improve error log (#387) (@oschulz) - CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#388) (@github-actions[bot]) - Add batconvergence (#389) (@oschulz) - CompatHelper: bump compat for MeasureBase to 0.14, (keep existing compat) (#390) (@github-actions[bot]) - Add Dirichlet to uniform transform (#391) (@oschulz) - Replace allexprs by allactive_exprs in prior overview (#392) (@oschulz) - CompatHelper: bump compat for Functors to 0.4, (keep existing compat) (#393) (@github-actions[bot]) - CompatHelper: bump compat for AdvancedHMC to 0.4, (keep existing compat) (#395) (@github-actions[bot]) - Dependencies (#396) (@oschulz) - CompatHelper: bump compat for Clustering to 0.15, (keep existing compat) (#398) (@github-actions[bot]) - CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#399) (@github-actions[bot]) - CompatHelper: bump compat for HypothesisTests to 0.11, (keep existing compat) (#403) (@github-actions[bot]) - Update depencencies plus some fixes (#404) (@oschulz) - Use BATTestCases (#407) (@oschulz) - Use Pkg extensions (#408) (@oschulz) - Use AutoDiffOperators and add BATContext (#411) (@oschulz) - Move HMC backend into a package extension (#412) (@oschulz) - Move Optim-support to a Pkg extension (#413) (@oschulz) - API and doc polish, some more deprecations to prepare for measures (#414) (@oschulz)

- Julia
Published by github-actions[bot] over 2 years ago

BAT - v2.0.5

BAT v2.0.5

Diff since v2.0.4

Closed issues: - Tutorial is missing package installation (#93) - Error of iid sampler with a truncated mixture distribution (#109) - Add support for UltraNest (#236) - HMC warmup not implemented correctly? (#267) - example of DataFrames data (#274)

Merged pull requests: - Introduce unshaped for densities (#270) (@oschulz) - Fix distribution transforms for cases with non-trivial effective NDOF (#271) (@oschulz) - Add differentiation API (#272) (@oschulz) - CompatHelper: add new compat entry for "FiniteDiff" at version "2.8" (#276) (@github-actions[bot]) - Support matrix-variate distributions in trafos (#277) (@oschulz) - Partitioned sampling (#278) (@jlrestrepol) - CompatHelper: bump compat for "Distributions" to "0.25" (#279) (@github-actions[bot]) - Support ValueShapes v0.9 (#281) (@oschulz) - ahmc fixes (#282) (@sthayashi) - Adds tests for convolutions (#283) (@jlrestrepol) - Add DensityEvalException and improve show and display for BAT types (#284) (@oschulz) - Allow selection of autodiff algorithm and add Zygote support (#285) (@oschulz) - Adding nested sampling with NestedSamplers.jl (#287) (@WillyHK) - Add BAT.error_log (#288) (@oschulz) - Tests multimodal distributions (#289) (@jlrestrepol) - Resolve type instablity of logpdf for multimodal cauchy (#290) (@sthayashi) - Move deps deps to tests/Project.toml (#292) (@oschulz) - Require ChainRulesCore v0.9.44 or higher and use NoTangent (#293) (@oschulz) - Add list of algorithms to docs (#294) (@oschulz) - Overhaul HMC and HMC tuning implementation (#295) (@oschulz) - Space partitioning - Resampling Update (#296) (@VasylHafych) - Remove TruncatedDensity, add RenormalizedDensity, adapt PartitionedSampling (#297) (@oschulz) - ahmc type stability fixes (#298) (@sthayashi) - CompatHelper: bump compat for "StructArrays" to "0.6" (#299) (@github-actions[bot]) - Tests for modified partitioned sampling (#300) (@jlrestrepol) - Implemented bridge sampling (#301) (@celaue) - CompatHelper: bump compat for "FillArrays" to "0.12" (#302) (@github-actions[bot]) - Error correction and design update of bridge sampler (#303) (@celaue) - Multimodal t distribution (#305) (@jlrestrepol) - AHMC compat fixes for v0.3 (#307) (@sthayashi) - Add executors (#311) (@oschulz) - Improve SampledDensity and add BridgeSampling (#312) (@oschulz)

- Julia
Published by github-actions[bot] over 4 years ago

BAT - v2.0.4

BAT v2.0.4

Diff since v2.0.3

Merged pull requests: - CompatHelper: bump compat for "FillArrays" to "0.11" (#246) (@github-actions[bot]) - transform tests (#247) (@sthayashi) - Bugfix: Replace nsubspaces with npartitions in PartitionedSampling (#250) (@Cornelius-G) - Fixed minor issues with space partitioning (#251) (@VasylHafych) - Allow keywords when running UltraNest ? (#253) (@Cornelius-G) - Update ValueShapes, Documenter and StructArrays (#255) (@oschulz) - Release cand 2.0.4 (#258) (@oschulz) - Don't use StructArrays.StructArrayStyle explicitly (#259) (@oschulz) - Add LogUniform distribution (#260) (@oschulz) - Fix quantile precision issues for Truncated (#261) (@oschulz) - Test Cuba integration for failures and multithreading (#262) (@sthayashi) - CompatHelper: bump compat for "PDMats" to "0.11" (#264) (@github-actions[bot]) - Adds test for RandResampling and OrderedResampling test to testbatsample.jl (#265) (@jlrestrepol) - Add smoothing of contour plots using Gaussian filtering (#268) (@Cornelius-G) - Tests for SobolSampler and GridSampler (#269) (@sthayashi)

- Julia
Published by github-actions[bot] almost 5 years ago

BAT - v2.0.3

BAT v2.0.3

Diff since v2.0.2

Merged pull requests: - Update v2.0 release branch (#243) (@oschulz) - Add ReactiveNestedSampling via UltraNest.jl (#244) (@oschulz) - Add explicit precompile statements for core functionality (#245) (@oschulz) - HDF5 Updates (#248) (@oschulz)

- Julia
Published by github-actions[bot] about 5 years ago

BAT - v2.0.2

BAT v2.0.2

Diff since v2.0.1

Merged pull requests: - GaussianShell sampling fixes (#229) (@sthayashi) - Allow change of number of dimensions in distribution transformations (#233) (@oschulz) - Improve stability of tests (#234) (@oschulz) - Dirichlet transform (#235) (@jknollm) - Include MC samples generated during init in tuner stats (#237) (@oschulz) - Update index.md (#238) (@pitmonticone) - Transform ExplicitInit values if necessary (#239) (@oschulz) - Refactor variate transforms (#240) (@oschulz) - Break infinite recursion on generic dist trafo via uniform (#241) (@oschulz) - Update v2.0 release (#242) (@oschulz)

- Julia
Published by github-actions[bot] about 5 years ago

BAT - v2.0.1

BAT v2.0.1

Diff since v2.0.0

Merged pull requests: - Custom ForwardDiff for uniform trafos (#231) (@oschulz)

- Julia
Published by github-actions[bot] about 5 years ago

BAT - v2.0.0

BAT v2.0.0

Diff since v1.0.1

Closed issues: - "My first BAT script" example documentation. (#42) - Multi-proposal MCMC (#47) - Update License (#65) - Trim function of AHMI not working as expected (#97) - Type of Sample Weights (#100) - AHMI fails with multiple workers (#110) - BAT Precomiler Error: ZeroVector not defined (#111) - Plotting Warnings (#118) - HMC sampler returns repeated samples (#142) - Mapping between names and indices fails for constant prior parameters (#146) - Can not sample with current master (5369acd) (#160)

Merged pull requests: - Add optimization, output shaped samples, API changes (#84) (@oschulz) - Update CI config and dependency bounds (#85) (@oschulz) - Update CI config and deps bounds (#86) (@oschulz) - Backport: Run all testing on Travis (#87) (@oschulz) - Backport fixes (#89) (@oschulz) - New hierarchical RNG partitioning method and related changes (#90) (@oschulz) - Keep statistics of previous tuning cycles with a configurable weight (#91) (@oschulz) - Update deps version bounds (#92) (@oschulz) - Update deps and CI (#94) (@oschulz) - AHMI Bugfixes (#95) (@VasylHafych) - Install TagBot as a GitHub Action (#96) (@JuliaTagBot) - Add HierarchicalDensity (#99) (@oschulz) - Bias correction and trim function replacement (Addressing issue #97) (#101) (@VasylHafych) - Require Julia v1.3 (#102) (@oschulz) - CompatHelper: bump compat for "ArgCheck" to "2.0" (#103) (@github-actions[bot]) - CompatHelper: bump compat for "Tables" to "1.0" (#104) (@github-actions[bot]) - CompatHelper: bump compat for "Colors" to "0.12" (#106) (@github-actions[bot]) - CompatHelper: bump compat for "Distributions" to "0.23" (#107) (@github-actions[bot]) - CompatHelper: bump compat for "StatsBase" to "0.33" (#108) (@github-actions[bot]) - Funnel and Multimodal Cauchy distributions for testing batintegrate (#112) (@sthayashi) - CompatHelper: bump compat for "RecipesBase" to "1.0" (#113) (@github-actions[bot]) - Pre-installation of HDF5.jl during CI testing no longer necessary (#114) (@oschulz) - CompatHelper: bump compat for "Clustering" to "0.14" (#115) (@github-actions[bot]) - CompatHelper: bump compat for "IntervalSets" to "0.5" (#116) (@github-actions[bot]) - Fix AHMI to be able to run on worker processes (#117) (@oschulz) - Ahmi Bugfix (#119) (@VasylHafych) - CompatHelper: bump compat for "Optim" to "0.21" (#120) (@github-actions[bot]) - update of plotting recipes, modify plotting examples and add documentation of plotting (#121) (@Cornelius-G) - CompatHelper: bump compat for "PDMats" to "0.10" (#122) (@github-actions[bot]) - Fix bug in plotting of 1D samples (#123) (@Cornelius-G) - Add HMC sampler (#124) (@Cornelius-G) - CompatHelper: add new compat entry for "Bijectors" at version "0.7" (#125) (@github-actions[bot]) - CompatHelper: add new compat entry for "AdvancedHMC" at version "0.2" (#126) (@github-actions[bot]) - Increase support for density gradients (#127) (@oschulz) - Function to estimate modes in marginalizations (#128) (@VasylHafych) - Plotting recipe for showing error bars on a fit function (#129) (@VasylHafych) - Introduce MarginalDist (#130) (@Cornelius-G) - Add first versions of sobol, grid and prior samplers (#131) (@Cornelius-G) - Make batmarginalize return namedtuple (#133) (@Cornelius-G) - Add batautocorr and batintegratedautocorrtime (#134) (@oschulz) - Improve autocorrelation length estimation (#135) (@oschulz) - Improve effective sample size estimation (#136) (@oschulz) - Improve integration API (#137) (@oschulz) - CompatHelper: bump compat for "DistributionsAD" to "0.6" (#138) (@github-actions[bot]) - [WIP] Partitioned Sampling (#139) (@VasylHafych) - CompatHelper: bump compat for "Bijectors" to "0.8" (#140) (@github-actions[bot]) - Add batdefaults API (#141) (@oschulz) - CompatHelper: add new compat entry for "Sobol" at version "1.4" (#143) (@github-actions[bot]) - Make AHMC return weighted unique samples (#144) (@Cornelius-G) - [WIP] Performance Test Suite (#145) (@salvolc) - [WIP] Gaussian shell rejection sampling (#147) (@sthayashi) - Improve density evaluation and support MCMC sampling from truncated densities (#149) (@oschulz) - CompatHelper: bump compat for "Optim" to "0.22" (#150) (@github-actions[bot]) - Change/refactor density evaluation (#152) (@oschulz) - Fix mapping between indices and names for plotting when some parameters are fixed (#153) (@Cornelius-G) - CompatHelper: add new compat entry for "CPUTime" at version "1.0" (#154) (@github-actions[bot]) - CompatHelper: add new compat entry for "HypothesisTests" at version "0.10" (#155) (@github-actions[bot]) - Rename AnyPosterior and other types, generalize sampling (#157) (@oschulz) - Adjusted errors used in testintegration.jl to no longer fail in trav… (#158) (@sthayashi) - [WIP] Run CI on Julia v1.5 instead of v1.4 (#159) (@oschulz) - Change ConstDensity structure (#162) (@oschulz) - Kolmogorov-Smirnov Goodness of Fit Test (#163) (@VasylHafych) - AHMI Float32 Issue (#164) (@VasylHafych) - Plotting now allows to specify bin edges (#165) (@Cornelius-G) - [WIP] Small changes to fix any problems with implemented distributions (#167) (@sthayashi) - Include gaussian shell (#168) (@sthayashi) - [WIP] Introduce SampledDensity (#170) (@Cornelius-G) - CompatHelper: add new compat entry for "ElasticArrays" at version "1.2" (#171) (@github-actions[bot]) - CompatHelper: add new compat entry for "NamedArrays" at version "0.9" (#176) (@github-actions[bot]) - Add Cuba integration and use SampledDensity in tutorial (#177) (@oschulz) - CompatHelper: bump compat for "FillArrays" to "0.9" (#178) (@github-actions[bot]) - Tests for distributions (#179) (@sthayashi) - Multimodal cauchy assertion (#180) (@sthayashi) - Gaussian shell docstring fix (#181) (@sthayashi) - Integration distribution rtols (#182) (@sthayashi) - CompatHelper: bump compat for "KernelDensity" to "0.6" (#183) (@github-actions[bot]) - Density sample tests (#184) (@sthayashi) - CompatHelper: bump compat for "DataStructures" to "0.18" (#185) (@github-actions[bot]) - tests for abstract densities (#186) (@sthayashi) - Fixes (#190) (@oschulz) - Fix AdvancedHMC warmup with StanHMCAdaptor (#191) (@cescalara) - Update to ValueShapes v0.7 (#192) (@oschulz) - Add new AHMCSampleID to store Hamiltonian transition info (#194) (@cescalara) - Update to EmpiricalDistributions v0.2 (#196) (@oschulz) - Substantial refactoring (#197) (@oschulz) - Rename parsel to vsel (#198) (@oschulz) - CompatHelper: bump compat for "Distributions" to "0.24" (#199) (@github-actions[bot]) - Fix Cauchy dimension error, default plotting plots weighted samples (#200) (@salvolc) - Space Partitioning Fix-ups (#201) (@VasylHafych) - Refactor logvalof (#202) (@oschulz) - Prior Plot Bugfix (#203) (@VasylHafych) - Bugfixes, running AHMC benchmarks does not use cauchy anymore (#204) (@salvolc) - tests for algodefaults (#205) (@sthayashi) - Add variate space transformations (#206) (@oschulz) - CompatHelper: bump compat for "FillArrays" to "0.10" (#207) (@github-actions[bot]) - Don't automatically convert histograms to dists anymore (#209) (@oschulz) - Replace Travis with GitHub actions, update GitHub actions (#212) (@oschulz) - Move number of samples argument(s) into algorithm structs (#213) (@oschulz) - Change fields of MCMCChainPoolInit and MCMCMultiCycleBurnin (#215) (@oschulz) - Automatic space transformations (#216) (@oschulz) - Hide colorbar by default in 2d plots (#217) (@Cornelius-G) - Rename field MCMCSampling.sampler to mcalg (#218) (@oschulz) - Remove BoundsType and renormalize_variate (#221) (@oschulz) - Minor bugfix when plotting ahmi values (#222) (@salvolc) - Trafo extensions (#224) (@oschulz) - Improve density logval typing mechanism (#225) (@oschulz) - Add example for BAT.jl paper (#226) (@oschulz) - Add EffSampleSizeAlgorithm (#227) (@oschulz) - Rename variate, MH and HMC src files (#228) (@oschulz)

- Julia
Published by github-actions[bot] about 5 years ago

BAT - v1.0.1

v1.0.1 (2019-12-09)

Diff since v1.0.0

Merged pull requests:

- Julia
Published by julia-tagbot[bot] about 6 years ago

BAT - v1.0.0

v1.0.0 (2019-12-06)

Diff since v0.6.0

- Julia
Published by julia-tagbot[bot] about 6 years ago

BAT - v0.6.0

v0.6.0 (2019-10-27)

Diff since v0.5.0

- Julia
Published by julia-tagbot[bot] over 6 years ago

BAT - v0.5.0

v0.5.0 (2019-10-27)

Diff since v0.4.0

Merged pull requests:

  • Use ["cov. weighted result"] uncertainty estimate as a default option for the AHMI integration. (#79) (VasylHafych)

- Julia
Published by julia-tagbot[bot] over 6 years ago

BAT - v0.4.0

v0.4.0 (2019-10-22)

Diff since v0.3.0

Closed issues:

  • how to get(build) docs (#74)

Merged pull requests:

  • Extension and clean-up of plot recipes. Plot priors and MCMC diagnostics (#78) (Cornelius-G)
  • Fix typo in HistogramAsUvDistribution (#77) (Cornelius-G)
  • Array of distributions in Named Priors (#75) (lmh91)
  • N-Dimensional Histograms as Distributions (#73) (lmh91)
  • Hotfix in HistogramAsUvDistribution (#72) (lmh91)
  • Cuba integration is replaced by QuadGK (#71) (VasylHafych)

- Julia
Published by julia-tagbot[bot] over 6 years ago

BAT - v0.3.0

v0.3.0 (2019-07-03)

Diff since v0.2.1

Closed issues:

  • Eigenfunction Error (#66)

Merged pull requests:

  • Now possible to pass x- and y-label attributes to the plot recipes (#68) (Cornelius-G)

- Julia
Published by julia-tagbot[bot] over 6 years ago

BAT - BAT.jl v0.2.1

- Julia
Published by oschulz almost 7 years ago

BAT - BAT.jl v0.2.0

- Julia
Published by oschulz almost 7 years ago

BAT - BAT.jl v0.1.1

- Julia
Published by oschulz almost 7 years ago

BAT - BAT.jl v0.1.0

- Julia
Published by oschulz almost 7 years ago