Skip to content

Commit

Permalink
release: prepare v3.0.39 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Feb 5, 2024
1 parent 990ec99 commit cfeba1a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# History of Changes

### 3.0.34
- Fix bug with significance testing with overlaps and subtotals

### 3.0.33
- Honor `order` field in variable definitions

### 3.0.32
- Simply code (Cube and Dimension modules refactoring)

### 3.0.31
- Fix `null` view in dimension dict

Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ The detailed description can be found

## Changes

### 3.0.39
- Remove cube response deepcopy due to a performance issue

### 3.0.38
- Improve calculation of DoF for pairwise comparison
- Use effective counts as column bases for DoF
Expand All @@ -125,14 +128,5 @@ The detailed description can be found
### 3.0.35
- Fix bug where categorical dimension would sometimes be interpreted as `MR_CATS`.

### 3.0.34
- Fix bug with significance testing with overlaps and subtotals

### 3.0.33
- Honor `order` field in variable definitions

### 3.0.32
- Simply code (Cube and Dimension modules refactoring)


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__ = "3.0.38"
__version__ = "3.0.39"

0 comments on commit cfeba1a

Please sign in to comment.