File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33![ Build Status] ( https://github.com/Crunch-io/crunch-cube/workflows/CI/badge.svg?branch=master )
44![ Coverage Status] ( https://codecov.io/gh/Crunch-io/crunch-cube/branch/master/graph/badge.svg?token=C6auKOj8tZ )
55![ Documentation Status] ( https://readthedocs.org/projects/crunch-cube/badge/?version=latest )
6- ---
76
7+ ---
88Open Source Python implementation of the API for working with CrunchCubes
99
1010## Introduction
@@ -82,12 +82,16 @@ simple as:
8282
8383## Complete API Doc
8484
85- Please visit https://crunch-cube.readthedocs.io/en/latest for the API reference.
85+ Please visit < https://crunch-cube.readthedocs.io/en/latest > for the API reference.
8686
8787---
8888
8989## Changes
9090
91+ ### 3.1.2
92+
93+ - Bug fix for scale mean diff rows and cols
94+
9195### 3.1.1
9296
9397- Bug fix for subtotal diff (wave difference) for categorical date dimensions
Original file line number Diff line number Diff line change 22
33"""Initialization module for crunch-cube package."""
44
5- __version__ = "3.1.1 "
5+ __version__ = "3.1.2 "
You can’t perform that action at this time.
0 commit comments