Skip to content

Commit dbf0fcb

Browse files
committed
UPDATE version and changelog
1 parent 300df23 commit dbf0fcb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 2.0.12
22

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+
315
## Bug fixes
416

517
* Having a boolean in pairwise marginal plots does not lead to indice-crash anymore (#80)

fanova/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.12_dev"
1+
__version__ = "2.0.12"

0 commit comments

Comments
 (0)