Skip to content

Commit

Permalink
bump arviz version to 0.11.1 (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored Feb 6, 2021
1 parent 1193532 commit d09d644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
## v0.x.x Unreleased
### New features

### Maintenance and fixes

### Deprecation

### Documentation

## v0.11.1 (2021 Feb 2)
### Maintenance and fixes
* Fixed ovelapping titles and repeating warnings on circular traceplot ([1517](https://github.com/arviz-devs/arviz/pull/1517))
* Removed repetitive variable names from forest plots of multivariate variables ([1527](https://github.com/arviz-devs/arviz/pull/1527))
* Fixed regression in `plot_pair` labels that prevented coord names to be shown when necessary ([1533](https://github.com/arviz-devs/arviz/pull/1533))

### Deprecation

### Documentation
* Use tabs in ArviZ example gallery ([1521](https://github.com/arviz-devs/arviz/pull/1521))

Expand Down
2 changes: 1 addition & 1 deletion arviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
"""ArviZ is a library for exploratory analysis of Bayesian models."""
__version__ = "0.11.0"
__version__ = "0.11.1"

import logging
import os
Expand Down

0 comments on commit d09d644

Please sign in to comment.