Skip to content

v2.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 03:17

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)