We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 992b32b + c738c98 commit fe18832Copy full SHA for fe18832
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 0.5.0 - 2023-04-26
4
+
5
+* Renamed smc to `mc` and mcmc-gan to `mcmc`, in both the API and CLI.
6
+ We're not really doing SMC, and the MCMC isn't really a GAN.
7
+* Used KDE reflection in the violin plots, to ameliorate the reduction
8
+ in density near the edges of the support. This was already implemented
9
+ for the `hist` plots.
10
+* Fixed iteration numbering in plots to start at zero.
11
+* Fixed broken pipe when piping `dinf-tabulate` output to, e.g., head.
12
+* Updated the tutorial in the docs.
13
14
## 0.4.0 - 2023-03-15
15
16
* Removed abc-gan CLI subcommand, and added `smc` subcommand.
0 commit comments