Skip to content

Commit 0146e2f

Browse files
authored
prepare for 0.18.0 release (#2339)
1 parent 8085824 commit 0146e2f

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
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.18.0 (2024 Apr 4)
44

55
### New features
66

@@ -13,10 +13,6 @@
1313
- Fix deprecation warnings in multiple dependencies ([2329](https://github.com/arviz-devs/arviz/pull/2329),
1414
[2332](https://github.com/arviz-devs/arviz/pull/2332) and [2333](https://github.com/arviz-devs/arviz/pull/2333))
1515

16-
### Deprecation
17-
18-
### Documentation
19-
2016
## v0.17.1 (2024 Mar 13)
2117

2218
### Maintenance and fixes

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.18.0.dev0"
3+
__version__ = "0.18.0"
44

55
import logging
66
import os

doc/source/getting_started/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and
6464

6565
.. code::
6666
67-
python>=3.8
67+
python>=3.10
6868
6969
ArviZ follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
7070
and `SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ to choose the minimum

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
setuptools>=60.0.0
22
matplotlib>=3.5
3-
numpy>=1.22.0,<2.0
4-
scipy>=1.8.0
3+
numpy>=1.23.0,<2.0
4+
scipy>=1.9.0
55
packaging
6-
pandas>=1.4.0
6+
pandas>=1.5.0
77
dm-tree>=0.1.8
8-
xarray>=0.21.0
8+
xarray>=2022.6.0
99
h5netcdf>=1.0.2
1010
typing_extensions>=4.1.0
1111
xarray-einstats>=0.3

0 commit comments

Comments
 (0)