Skip to content

Commit

Permalink
[#master]: release: prepare v2.1.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
slobodan-ilic committed Apr 19, 2021
1 parent 42695ce commit 714fd31
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# History of Changes

### 2.1.18
- Fix alt pairwise bug (with no alt alpha)

### 2.1.17
- Fix overlaps pairwise signs
- Add overlaps pairwise indices

### 2.1.16
- Fix overlaps pairwise significance for MR

### 2.1.15
- Pairwise t test for mean differences

### 2.1.14
- Improve pairwise t test performance

### 2.1.13
- Handle hiding transforms with subvar alias and id
- Additional share of sum measures
Expand Down
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,27 +112,14 @@ The detailed description can be found

## Changes

### 2.1.21
- Fix overlaps pairwise significance

### 2.1.20
- Fix sig letters for mean differences

### 2.1.19
- Fix pairwise bug (with empty indices)

### 2.1.18
- Fix alt pairwise bug (with no alt alpha)

### 2.1.17
- Fix overlaps pairwise signs
- Add overlaps pairwise indices

### 2.1.16
- Fix overlaps pairwise significance for MR

### 2.1.15
- Pairwise t test for mean differences

### 2.1.14
- Improve pairwise t test performance


For a complete list of changes see [history](https://github.com/Crunch-io/crunch-cube/blob/master/HISTORY.md).
2 changes: 1 addition & 1 deletion src/cr/cube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

"""Initialization module for crunch-cube package."""

__version__ = "2.1.20"
__version__ = "2.1.21"

0 comments on commit 714fd31

Please sign in to comment.