Skip to content

Commit

Permalink
prepare for 0.18.0 release (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Apr 4, 2024
1 parent 8085824 commit 0146e2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 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 Unreleased
## v0.18.0 (2024 Apr 4)

### New features

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

### Deprecation

### Documentation

## v0.17.1 (2024 Mar 13)

### Maintenance and fixes
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.18.0.dev0"
__version__ = "0.18.0"

import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and

.. code::
python>=3.8
python>=3.10
ArviZ follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
and `SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ to choose the minimum
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
setuptools>=60.0.0
matplotlib>=3.5
numpy>=1.22.0,<2.0
scipy>=1.8.0
numpy>=1.23.0,<2.0
scipy>=1.9.0
packaging
pandas>=1.4.0
pandas>=1.5.0
dm-tree>=0.1.8
xarray>=0.21.0
xarray>=2022.6.0
h5netcdf>=1.0.2
typing_extensions>=4.1.0
xarray-einstats>=0.3

0 comments on commit 0146e2f

Please sign in to comment.