Skip to content

Commit ae691b4

Browse files
bump release 0.19.0 (#2360)
* bump release 0.18.1 * set upper bound bokeh * change version to 0.19 * remove bokeh pin --------- Co-authored-by: Oriol (ProDesk) <[email protected]>
1 parent 1401a06 commit ae691b4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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 Unreleased
3+
## v0.19.0 (2024 Jul 19)
44

55
### New features
66
- Use revised Pareto k threshold ([2349](https://github.com/arviz-devs/arviz/pull/2349))
@@ -19,12 +19,8 @@
1919

2020
### Deprecation
2121
- Support for arrays and DataArrays in plot_khat has been deprecated. Only ELPDdata will be supported in the future ([2349](https://github.com/arviz-devs/arviz/pull/2349))
22-
23-
2422
- Removed arguments `values2`, `fpr`, `pointwise`, and `pit` in `plot_ecdf` ([2316](https://github.com/arviz-devs/arviz/pull/2316))
2523

26-
### Documentation
27-
2824
## v0.18.0 (2024 Apr 4)
2925

3026
### 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.19.0.dev0"
3+
__version__ = "0.19.0"
44

55
import logging
66
import os

0 commit comments

Comments
 (0)