We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300df23 commit dbf0fcbCopy full SHA for dbf0fcb
changelog.md
@@ -1,5 +1,17 @@
1
# 2.0.12
2
3
+## Major Changes
4
+
5
+* Enforce log-scale in plots if specified in argument of plot-function
6
+* Add option to plot incumbent(s) if it/they is/are passed
7
8
+## Minor Changes
9
10
+* Add legend to plots
11
+* Add grid to plots
12
13
+# 2.0.11
14
15
## Bug fixes
16
17
* Having a boolean in pairwise marginal plots does not lead to indice-crash anymore (#80)
fanova/__version__.py
@@ -1 +1 @@
-__version__ = "2.0.12_dev"
+__version__ = "2.0.12"
0 commit comments