Skip to content

Commit f802650

Browse files
authored
Release for ArviZ v0.15.1 (#2219)
* Release for ArviZ v0.15.1 * Add missing quote * Update changelog
1 parent ea567a4 commit f802650

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Change Log
22

3-
## v0.x.x Unreleased
3+
## v0.15.1 (2023 Mar 06)
44

55
### New features
66

77
### Maintenance and fixes
88
- Fix memory usage and improve efficiency in `from_emcee` ([2215](https://github.com/arviz-devs/arviz/pull/2215))
9+
- Lower pandas version needed ([2217](https://github.com/arviz-devs/arviz/pull/2217))
910

1011
### Deprecation
1112

1213
### Documentation
14+
- Update documentation for various plots ([2208](https://github.com/arviz-devs/arviz/pull/2208))
1315

1416
## v0.15.0 (2023 Feb 19)
1517

arviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
22
"""ArviZ is a library for exploratory analysis of Bayesian models."""
3-
__version__ = "0.16.0.dev0"
3+
__version__ = "0.15.1"
44

55
import logging
66
import os

0 commit comments

Comments
 (0)