diff --git a/README.md b/README.md index 3d59e3469..e52cf627f 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ The detailed description can be found ## Changes +#### 1.9.14 +- Fix how Headings and Subtotals are treated in pairwise indices +- Row dimension is treated when calculating indices, while the column dimension + is treated by inserting NaN placeholders + #### 1.9.13 - Parametrize pairwise comparisons based on column - Add placeholders for insertions diff --git a/src/cr/cube/__init__.py b/src/cr/cube/__init__.py index 15e7f4ae9..1bea23bfe 100644 --- a/src/cr/cube/__init__.py +++ b/src/cr/cube/__init__.py @@ -2,4 +2,4 @@ """Initialization module for crunch-cube package.""" -__version__ = "1.9.13" +__version__ = "1.9.14"