Skip to content

Commit

Permalink
prepare release (#2265)
Browse files Browse the repository at this point in the history
* prepare release

* update release date
  • Loading branch information
OriolAbril authored Jul 13, 2023
1 parent 8632186 commit 3a38d79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## v0.x.x (TBD)
## v0.16.0 (2023 Jul 13)

### New features
- Add InferenceData<->DataTree conversion functions ([2253](https://github.com/arviz-devs/arviz/pull/2253))
Expand All @@ -14,10 +14,6 @@
- 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))
- Adapt histograms generated by plot_dist to input dtype ([2247](https://github.com/arviz-devs/arviz/pull/2247))

### Deprecation

### Documentation

## v0.15.1 (2023 Mar 06)

### New features
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.16.0.dev0"
__version__ = "0.16.0"

import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools>=60.0.0
matplotlib>=3.2
numpy>=1.20.0
numpy>=1.21.0
scipy>=1.8.0
packaging
pandas>=1.3.0
Expand Down

0 comments on commit 3a38d79

Please sign in to comment.