File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## v0.x.x Unreleased
3
+ ## v0.15.1 (2023 Mar 06)
4
4
5
5
### New features
6
6
7
7
### Maintenance and fixes
8
8
- 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 ) )
9
10
10
11
### Deprecation
11
12
12
13
### Documentation
14
+ - Update documentation for various plots ([ 2208] ( https://github.com/arviz-devs/arviz/pull/2208 ) )
13
15
14
16
## v0.15.0 (2023 Feb 19)
15
17
Original file line number Diff line number Diff line change 1
1
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
2
2
"""ArviZ is a library for exploratory analysis of Bayesian models."""
3
- __version__ = "0.16.0.dev0 "
3
+ __version__ = "0.15.1 "
4
4
5
5
import logging
6
6
import os
You can’t perform that action at this time.
0 commit comments