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: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## v0.x.x Unreleased
4
4
5
+
### New features
6
+
7
+
### Maintenance and fixes
8
+
9
+
### Deprecation
10
+
11
+
### Documentation
12
+
13
+
## v0.8.0 (2020 May 23)
14
+
5
15
### New features
6
16
* Stats and plotting functions that provide `var_names` arg can now filter parameters based on partial naming (`filter="like"`) or regular expressions (`filter="regex"`) (see [#1154](https://github.com/arviz-devs/arviz/pull/1154)).
7
17
* Add `true_values` argument for `plot_pair`. It allows for a scatter plot showing the true values of the variables #1140
@@ -16,7 +26,6 @@
16
26
* New grayscale style. This also add two new cmaps `cet_grey_r` and `cet_grey_r`. These are perceptually uniform gray scale cmaps from colorcet (linear_grey_10_95_c0) (#1164)
17
27
* Add warmup groups to InferenceData objects, initial support for PyStan (#1126) and PyMC3 (#1171)
18
28
*`hdi_prob` will not plot hdi if argument `hide` is passed. Previously `credible_interval` would omit HPD if `None` was passed (#1176)
19
-
*`stats.hdp` is pending deprecation. Replaced by `stats.hdi`
20
29
* Add `stats.ic_pointwise` rcParam (#1173)
21
30
* Add `var_name` argument to information criterion calculation: `compare`,
0 commit comments