Skip to content

Releases: bat/BAT.jl

v3.3.4

22 Jan 17:03
Compare
Choose a tag to compare

BAT v3.3.4

Diff since v3.3.3

Merged pull requests:

v3.3.3

11 Dec 18:21
Compare
Choose a tag to compare

BAT v3.3.3

Diff since v3.3.2

Merged pull requests:

  • Include sample_z in _cleanup_samples() (#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])

v3.3.2

12 Nov 02:36
Compare
Choose a tag to compare

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)

v3.3.1

07 Oct 13:10
Compare
Choose a tag to compare

BAT v3.3.1

Diff since v3.3.0

Closed issues:

  • Error with truncated distribution as prior (#450)

v3.3.0

03 Aug 18:46
Compare
Choose a tag to compare

v3.2.1

25 Jul 20:19
Compare
Choose a tag to compare

BAT v3.2.1

Diff since v3.2.0

Merged pull requests:

  • Fix handing of const parameters in bat_report (#447) (@oschulz)

v3.2.0

28 Jun 09:24
Compare
Choose a tag to compare

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])

v3.1.2

22 Jan 14:05
Compare
Choose a tag to compare

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 _dist_params_numtype (#433) (@oschulz)

v3.1.1

07 Nov 21:43
Compare
Choose a tag to compare

v3.1.0

06 Nov 23:29
Compare
Choose a tag to compare

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 bat_sample(::RNG,..) / non-context (#418) (@waldie11)
  • Support bat_transform 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)