Skip to content

Commit

Permalink
release: prepare v3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Dec 4, 2024
1 parent 441777c commit 5f1e586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Build Status](https://github.com/Crunch-io/crunch-cube/workflows/CI/badge.svg?branch=master)
![Coverage Status](https://codecov.io/gh/Crunch-io/crunch-cube/branch/master/graph/badge.svg?token=C6auKOj8tZ)
![Documentation Status](https://readthedocs.org/projects/crunch-cube/badge/?version=latest)
---

---
Open Source Python implementation of the API for working with CrunchCubes

## Introduction
Expand Down Expand Up @@ -82,12 +82,16 @@ simple as:

## Complete API Doc

Please visit https://crunch-cube.readthedocs.io/en/latest for the API reference.
Please visit <https://crunch-cube.readthedocs.io/en/latest> for the API reference.

---

## Changes

### 3.1.2

- Bug fix for scale mean diff rows and cols

### 3.1.1

- Bug fix for subtotal diff (wave difference) for categorical date dimensions
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,4 +2,4 @@

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

__version__ = "3.1.1"
__version__ = "3.1.2"

0 comments on commit 5f1e586

Please sign in to comment.