The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
dag_numpyro()
to address compatibility issues
with JAX 0.7.1
, resolving the error:ImportError: cannot import name 'pjit_p' from 'jax.experimental.pjit'
.arviz
package to
improve long-term compatibility across Python environments. The
arviz
dependency has introduced bugs in past releases and
remains unstable in its current version.dag_plotp()
to suppress warning messages
triggered by recent updates to ggplot2
.numpyro==0.16.1
to avoid
TypeError
when using a discrete data distribution,
e.g. Bernoulli.scipy==0.12
to avoid error
cannot import name 'gaussian' from 'scipy.signal'
.numpyro==0.13.2
to avoid
ModuleNotFoundError: No module named 'jax.linear_util'
.numpyro
dag_greta()
is now deprecated;
dag_numpyro()
should be used as a drop-in replacement.install_causact_deps
.numpyro
.dag_render()
.causact
probability distribution functions. See
?causact::distributions
.dim
argument of
probability distributions.greta::variable()
to be used for flat
priors.tidyr::replace_na()
.greta
matrix operations like
%*%
and other greta
functions within the
rhs
argument of the dag_node
function has been
added.mixture
example.rhs
argument supplied to
dag_node()
displayed a dplyr
warning
message.meaningfulLabels()
function for users who are
using code generated by dag_greta(mcmc=FALSE)
.dag_render()
displayed weird DAGs when users have
dplyr (>=v1.0)
installed. Isolated problem to changes in
dplyr::group_indices()
and dplyr::bind_cols
that caused a jumbling of node id’s.dag_greta()
now returns a dataframe as opposed to creating
variables in your global environment.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.