Skip to content

Releases: flyaflya/causact

Causact 0.5.8

22 Aug 17:47

Choose a tag to compare

Updates to support new gglot2 v4.4.

causact 0.5.7

18 Jan 18:20

Choose a tag to compare

v0.5.7

Increment version number to 0.5.7

causact 0.5.3

05 Sep 20:37

Choose a tag to compare

  • Fixed bug where beta distribution was being treated as Laplace distribution.
  • Fixed bug where nested plated were being indexed incorrectly in Python.

causact 0.5.2

19 Aug 13:26

Choose a tag to compare

  • Switched inference to Python's numpyro
  • dag_greta() is now deprecated; dag_numpyro() should be used as a drop-in replacement.
  • Added helper function for Python dependencies: install_causact_deps.
  • Updated documentation to reflect switch to numpyro.
  • Added ability to choose fill of nodes during dag_render().
  • Added causact probability distribution functions. See ?causact::distributions.
  • Temporarily removed support for the dim argument of probability distributions.

JOSS Paper Release - Zenodo Archive

01 Aug 15:59

Choose a tag to compare

This release is used to trigger archival of v0.4.3 in zenodo.

JOSS Paper Release

01 Aug 15:51

Choose a tag to compare

Release to include all JOSS review/editorial comments on the paper. v0.4.2, available on CRAN, included all package-related edits that arose during the review process. This version makes no changes to the software package from v0.4.2.

causact 0.4.2

14 Jun 16:06

Choose a tag to compare

  • Added `vignette("narrative-to-insight-with-causact") to introduce the package's encouraged user workflow.
  • Allow greta::variable() to be used for flat priors.

causact 0.4.1

19 Jan 17:23

Choose a tag to compare

  • Fixed bugs introduced by changes in tidyr::replace_na().
  • Fixed bug related to rendering generative DAGs where two variables were both on multiple plates.

causact 0.4.0

05 Feb 18:50

Choose a tag to compare

Minor improvements and fixes

  • Support for using greta matrix operations like %*% and other greta functions within the rhs argument of the dag_node function has been added.
  • The readme has been updated to include a mixture example.

causact 0.3.3

24 Jul 23:43

Choose a tag to compare

Minor improvements and fixes

  • Small graphs without an rhs argument supplied to dag_node() displayed a dplyr warning message.
  • Exported meaningfulLabels() function for users who are using code generated by dag_greta(mcmc=FALSE).