Releases: flyaflya/causact
Releases · flyaflya/causact
Causact 0.5.8
causact 0.5.7
v0.5.7 Increment version number to 0.5.7
causact 0.5.3
- 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
- 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
causactprobability distribution functions. See?causact::distributions. - Temporarily removed support for the
dimargument of probability distributions.
JOSS Paper Release - Zenodo Archive
This release is used to trigger archival of v0.4.3 in zenodo.
JOSS Paper Release
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
- 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
- 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
Minor improvements and fixes
- Support for using
gretamatrix operations like%*%and othergretafunctions within therhsargument of thedag_nodefunction has been added. - The readme has been updated to include a
mixtureexample.
causact 0.3.3
Minor improvements and fixes
- Small graphs without an
rhsargument supplied todag_node()displayed adplyrwarning message. - Exported
meaningfulLabels()function for users who are using code generated bydag_greta(mcmc=FALSE).