You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,35 @@
1
1
# causact (development version)
2
2
3
-
# causact 0.5.8
3
+
# causact 0.6.0
4
+
5
+
* Updated `dag_numpyro()` to address compatibility issues with `JAX 0.7.1`, resolving the error:
6
+
`ImportError: cannot import name 'pjit_p' from 'jax.experimental.pjit'`.
7
+
* Removed the dependency on Python’s `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.
8
+
* Revised `dag_plotp()` to suppress warning messages triggered by recent updates to `ggplot2`.
9
+
4
10
5
11
# causact 0.5.8
6
12
* patch release to support changes to object types in ggplot2.
7
13
8
14
# causact 0.5.6
15
+
9
16
* patch release to fix numpyro integration issues. The default installation workflow now uses `numpyro==0.16.1` to avoid `TypeError` when using a discrete data distribution, e.g. Bernoulli.
10
17
11
18
# causact 0.5.5
19
+
12
20
* patch release to fix installation issues. The default installation workflow now uses `scipy==0.12` to avoid error `cannot import name 'gaussian' from 'scipy.signal'`.
13
21
14
22
# causact 0.5.4
23
+
15
24
* patch release to fix installation issues. The default installation workflow now uses `numpyro==0.13.2` to avoid `ModuleNotFoundError: No module named 'jax.linear_util'`.
16
25
17
26
# causact 0.5.3
27
+
18
28
* Fixed bug where beta distribution was being treated as Laplace distribution.
19
29
* Fixed bug where nested plated were being indexed incorrectly in Python.
20
30
21
31
# causact 0.5.2
32
+
22
33
* Switched inference to Python's `numpyro`
23
34
*`dag_greta()` is now deprecated; `dag_numpyro()` should be used as a drop-in replacement.
24
35
* Added helper function for Python dependencies: `install_causact_deps`.
@@ -28,10 +39,12 @@
28
39
* Temporarily removed support for the `dim` argument of probability distributions.
29
40
30
41
# causact 0.4.2
42
+
31
43
* Added `vignette("narrative-to-insight-with-causact") to introduce the package's encouraged user workflow.
32
44
* Allow `greta::variable()` to be used for flat priors.
33
45
34
46
# causact 0.4.1
47
+
35
48
* Fixed bugs introduced by changes in `tidyr::replace_na()`.
36
49
* Fixed bug related to rendering generative DAGs where two variables were both on multiple plates.
0 commit comments