Skip to content

Commit

Permalink
release: prepare v1.12.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Nov 2, 2020
1 parent a95bc39 commit a90651e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 73 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ The detailed description can be found

## Changes

### 1.12.6
- T-stats scale means for multiple response
- Margin of error for column percentages

### 1.12.4
- Measure expression evaluation method
- Multiple response allowed for pairwise comparison
Expand Down
2 changes: 1 addition & 1 deletion src/cr/cube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

__version__ = "1.12.4"
__version__ = "1.12.6"

# NOTE: We'll be switching to 2.0.0 once we throw out the old cube and slice
20 changes: 2 additions & 18 deletions tests/expectations/col-per-moe-cat-x-cat-hs-2rows-1col.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,8 @@
3.15148999,
7.65643283,
],
[
11.77008734,
8.47930382,
3.85500973,
5.5463129,
4.8153303,
3.66939254,
7.5418196,
],
[
6.0015905,
7.16459682,
3.25399504,
4.39795907,
3.1556904,
2.63154691,
6.03640099,
],
[11.77008734, 8.47930382, 3.85500973, 5.5463129, 4.8153303, 3.66939254, 7.5418196],
[6.0015905, 7.16459682, 3.25399504, 4.39795907, 3.1556904, 2.63154691, 6.03640099],
[
10.57125967,
8.64082889,
Expand Down
50 changes: 5 additions & 45 deletions tests/expectations/col-std-dev-cat-x-cat-hs-2rows-1col.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
[
[
0.49326036,
0.43967108,
0.43739495,
0.4093598,
0.42242603,
0.41688475,
0.47060217,
],
[
0.35255854,
0.47915742,
0.47870319,
0.46986171,
0.3799671,
0.42844691,
0.4752359,
],
[0.49326036, 0.43967108, 0.43739495, 0.4093598, 0.42242603, 0.41688475, 0.47060217],
[0.35255854, 0.47915742, 0.47870319, 0.46986171, 0.3799671, 0.42844691, 0.4752359],
[
0.44536177,
0.48562091,
Expand All @@ -26,31 +10,7 @@
0.49885606,
0.46812184,
],
[
0.22709084,
0.4103259,
0.41105414,
0.39507899,
0.32201514,
0.35776034,
0.37468029,
],
[
0.4,
0.49487166,
0.49493871,
0.49948985,
0.45491071,
0.48840757,
0.49981735,
],
[
0.41301152,
0.372678,
0.37676108,
0.44107522,
0.49937461,
0.48614202,
0.36229072,
],
[0.22709084, 0.4103259, 0.41105414, 0.39507899, 0.32201514, 0.35776034, 0.37468029],
[0.4, 0.49487166, 0.49493871, 0.49948985, 0.45491071, 0.48840757, 0.49981735],
[0.41301152, 0.372678, 0.37676108, 0.44107522, 0.49937461, 0.48614202, 0.36229072],
]
10 changes: 1 addition & 9 deletions tests/expectations/col-std-err-cat-x-cat-hs-2rows-1col.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
[
[
0.06651121,
0.03916901,
0.01766622,
0.02325007,
0.0211213,
0.01564541,
0.03868326,
],
[0.06651121, 0.03916901, 0.01766622, 0.02325007, 0.0211213, 0.01564541, 0.03868326],
[
0.04753898,
0.04268674,
Expand Down

0 comments on commit a90651e

Please sign in to comment.