Skip to content

Commit 3a38d79

Browse files
authored
prepare release (#2265)
* prepare release * update release date
1 parent 8632186 commit 3a38d79

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## v0.x.x (TBD)
3+
## v0.16.0 (2023 Jul 13)
44

55
### New features
66
- Add InferenceData<->DataTree conversion functions ([2253](https://github.com/arviz-devs/arviz/pull/2253))
@@ -14,10 +14,6 @@
1414
- Fixes for creating numpy object array ([2233](https://github.com/arviz-devs/arviz/pull/2233) and [2239](https://github.com/arviz-devs/arviz/pull/2239))
1515
- Adapt histograms generated by plot_dist to input dtype ([2247](https://github.com/arviz-devs/arviz/pull/2247))
1616

17-
### Deprecation
18-
19-
### Documentation
20-
2117
## v0.15.1 (2023 Mar 06)
2218

2319
### New features

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.16.0"
44

55
import logging
66
import os

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools>=60.0.0
22
matplotlib>=3.2
3-
numpy>=1.20.0
3+
numpy>=1.21.0
44
scipy>=1.8.0
55
packaging
66
pandas>=1.3.0

0 commit comments

Comments
 (0)