From fbb0956123cbcb272a3c9b2230974857175d8b0e Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 08:57:57 +0300 Subject: [PATCH 01/19] Update python versions --- .azure-pipelines/azure-pipelines-base.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-base.yml b/.azure-pipelines/azure-pipelines-base.yml index 27035d3cf9..ecb1da3206 100644 --- a/.azure-pipelines/azure-pipelines-base.yml +++ b/.azure-pipelines/azure-pipelines-base.yml @@ -14,10 +14,10 @@ jobs: python.version: 3.9 PyPIGithub: false name: "Python 3.9" - Python_38_preview: - python.version: 3.8 + Python_39_preview: + python.version: 3.9 PyPIGithub: true - name: "Python 3.8" + name: "Python 3.9" Python_38: python.version: 3.8 PyPIGithub: false @@ -26,10 +26,6 @@ jobs: python.version: 3.7 PyPIGithub: false name: "Python 3.7" - Python_36: - python.version: 3.6 - PyPIGithub: false - name: "Python 3.6" steps: - task: UsePythonVersion@0 From d3b8bb52c1bc38064511ee67b5622627ddd2410a Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 08:58:29 +0300 Subject: [PATCH 02/19] Update python --- .azure-pipelines/azure-pipelines-benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-benchmarks.yml b/.azure-pipelines/azure-pipelines-benchmarks.yml index 4f2bcfd1ba..9125134f0c 100644 --- a/.azure-pipelines/azure-pipelines-benchmarks.yml +++ b/.azure-pipelines/azure-pipelines-benchmarks.yml @@ -6,8 +6,8 @@ jobs: strategy: matrix: Python_38: - python.version: 3.8 - name: "Python 3.8 - benchmarks" + python.version: 3.9 + name: "Python 3.9 - benchmarks" steps: From f1e9ab8b88416e50b268caecf90bd7740133abec Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 08:58:51 +0300 Subject: [PATCH 03/19] Update python --- .azure-pipelines/azure-pipelines-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-docs.yml b/.azure-pipelines/azure-pipelines-docs.yml index 7b07383edc..4f277fccad 100644 --- a/.azure-pipelines/azure-pipelines-docs.yml +++ b/.azure-pipelines/azure-pipelines-docs.yml @@ -11,9 +11,9 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - Python_38: - python.version: 3.8 - name: "Python 3.8 - docs" + Python_39: + python.version: 3.9 + name: "Python 3.9 - docs" steps: - script: | From ae05f9da5659bd2d3845a45c53d73fe6d1c7044c Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 08:59:13 +0300 Subject: [PATCH 04/19] Small fix --- .azure-pipelines/azure-pipelines-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-benchmarks.yml b/.azure-pipelines/azure-pipelines-benchmarks.yml index 9125134f0c..6706054f7d 100644 --- a/.azure-pipelines/azure-pipelines-benchmarks.yml +++ b/.azure-pipelines/azure-pipelines-benchmarks.yml @@ -5,7 +5,7 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - Python_38: + Python_39: python.version: 3.9 name: "Python 3.9 - benchmarks" From 92ae0444d62f6f5fcfc740d543793aa18d0e0cc8 Mon Sep 17 00:00:00 2001 From: Ravin Kumar Date: Sat, 12 Dec 2020 15:32:59 -0800 Subject: [PATCH 05/19] Rebase on master --- .azure-pipelines/azure-pipelines-external.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index 7686af045e..663728ef0c 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -10,8 +10,8 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - Python_38_Latest: - python.version: 3.8 + Python_39_Latest: + python.version: 3.9 pystan.version: "latest" cmdstanpy.version: "latest" pymc3.version: "latest" @@ -20,8 +20,8 @@ jobs: emcee.version: "latest" name: "External latest" - Python_38_Special_versions: - python.version: 3.8 + Python_39_Special_versions: + python.version: 3.9 pystan.version: 2.19.1.1 cmdstanpy.version: 0.9.67 pymc3.version: "github" From 42be600937fae08605872da207ef1c3f4986ed6f Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 09:00:12 +0300 Subject: [PATCH 06/19] Update python --- .azure-pipelines/azure-pipelines-wheel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-wheel.yml b/.azure-pipelines/azure-pipelines-wheel.yml index e6ad05b357..b89b4069cb 100644 --- a/.azure-pipelines/azure-pipelines-wheel.yml +++ b/.azure-pipelines/azure-pipelines-wheel.yml @@ -12,9 +12,9 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - Python_38: - python.version: 3.8 - name: "Python 3.8 - wheel" + Python_39: + python.version: 3.9 + name: "Python 3.9 - wheel" steps: From d978f42167d3daf9756949cc961ad7761e4e7406 Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Thu, 22 Oct 2020 09:37:08 +0300 Subject: [PATCH 07/19] Update create_testenv.sh --- scripts/create_testenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create_testenv.sh b/scripts/create_testenv.sh index a568a98567..be1583c2b8 100755 --- a/scripts/create_testenv.sh +++ b/scripts/create_testenv.sh @@ -7,8 +7,8 @@ command -v conda >/dev/null 2>&1 || { exit 1; } -# if no python specified, use Travis version, or else 3.8 -PYTHON_VERSION=${PYTHON_VERSION:-${TRAVIS_PYTHON_VERSION:-3.8}} +# if no python specified, use Travis version, or else 3.9 +PYTHON_VERSION=${PYTHON_VERSION:-${TRAVIS_PYTHON_VERSION:-3.9}} PYSTAN_VERSION=${PYSTAN_VERSION:-latest} PYTORCH_VERSION=${PYTORCH_VERSION:-latest} PYRO_VERSION=${PYRO_VERSION:-latest} From 13c9f2b9221bb8123b2a87f86e407200cbbc79c0 Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Wed, 2 Dec 2020 09:49:57 +0200 Subject: [PATCH 08/19] Update create_testenv.sh --- scripts/create_testenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_testenv.sh b/scripts/create_testenv.sh index be1583c2b8..2ec26808b7 100755 --- a/scripts/create_testenv.sh +++ b/scripts/create_testenv.sh @@ -8,7 +8,7 @@ command -v conda >/dev/null 2>&1 || { } # if no python specified, use Travis version, or else 3.9 -PYTHON_VERSION=${PYTHON_VERSION:-${TRAVIS_PYTHON_VERSION:-3.9}} +PYTHON_VERSION=${PYTHON_VERSION:-${CI_PYTHON_VERSION:-3.9}} PYSTAN_VERSION=${PYSTAN_VERSION:-latest} PYTORCH_VERSION=${PYTORCH_VERSION:-latest} PYRO_VERSION=${PYRO_VERSION:-latest} From b479ec8edb017491cdbeb4106e4562695f8f4cf0 Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Wed, 2 Dec 2020 09:54:08 +0200 Subject: [PATCH 09/19] Update create_testenv.sh --- scripts/create_testenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create_testenv.sh b/scripts/create_testenv.sh index 2ec26808b7..1206aba982 100755 --- a/scripts/create_testenv.sh +++ b/scripts/create_testenv.sh @@ -7,8 +7,8 @@ command -v conda >/dev/null 2>&1 || { exit 1; } -# if no python specified, use Travis version, or else 3.9 -PYTHON_VERSION=${PYTHON_VERSION:-${CI_PYTHON_VERSION:-3.9}} +# if no python specified, use 3.9 +PYTHON_VERSION=${PYTHON_VERSION:-3.9} PYSTAN_VERSION=${PYSTAN_VERSION:-latest} PYTORCH_VERSION=${PYTORCH_VERSION:-latest} PYRO_VERSION=${PYRO_VERSION:-latest} From 16a407fa88205a7d49de3a582cd5061c442358c6 Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Wed, 2 Dec 2020 10:15:36 +0200 Subject: [PATCH 10/19] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd632f7c84..416253e8c0 100644 --- a/setup.py +++ b/setup.py @@ -66,9 +66,9 @@ def get_version(): "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Scientific/Engineering :: Mathematics", From 946d5e2e2aed9c83bc0e27354ade6c44491b531b Mon Sep 17 00:00:00 2001 From: Ari Hartikainen Date: Wed, 2 Dec 2020 10:50:07 +0200 Subject: [PATCH 11/19] change tested versions --- .azure-pipelines/azure-pipelines-external.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index 663728ef0c..9f5c02ffa2 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -15,8 +15,6 @@ jobs: pystan.version: "latest" cmdstanpy.version: "latest" pymc3.version: "latest" - pyro.version: "latest" - pytorch.version: "latest" emcee.version: "latest" name: "External latest" @@ -25,10 +23,7 @@ jobs: pystan.version: 2.19.1.1 cmdstanpy.version: 0.9.67 pymc3.version: "github" - pyro.version: 1.2 - pytorch.version: 1.4 emcee.version: 2 - tensorflow.version: 1 name: "External special" steps: @@ -51,12 +46,6 @@ jobs: python -m pip install --upgrade pip python -m pip install wheel - if [ "$(pytorch.version)" = "latest" ]; then - python -m pip --no-cache-dir install torch -f https://download.pytorch.org/whl/cpu/torch_stable.html - else - python -m pip --no-cache-dir install torch=="$(pytorch.version)" -f https://download.pytorch.org/whl/cpu/torch_stable.html - fi - if [ "$(pystan.version)" = "latest" ]; then python -m pip --no-cache-dir install pystan else @@ -93,6 +82,7 @@ jobs: fi grep -Ev '^pystan|^cmdstanpy|^pyro|^emcee|^pymc3' requirements-external.txt | xargs python -m pip install + displayName: 'Install packages' - script: | From f85afd0e23a311432ed3d84177f81ec9c6148c38 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sat, 13 Nov 2021 19:21:54 +0200 Subject: [PATCH 12/19] rebase and use strings for python versions --- .azure-pipelines/azure-pipelines-base.yml | 8 ++++---- .azure-pipelines/azure-pipelines-benchmarks.yml | 2 +- .azure-pipelines/azure-pipelines-docs.yml | 2 +- .azure-pipelines/azure-pipelines-external.yml | 4 ++-- .azure-pipelines/azure-pipelines-wheel.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-base.yml b/.azure-pipelines/azure-pipelines-base.yml index ecb1da3206..8eea1b094f 100644 --- a/.azure-pipelines/azure-pipelines-base.yml +++ b/.azure-pipelines/azure-pipelines-base.yml @@ -11,19 +11,19 @@ jobs: strategy: matrix: Python_39: - python.version: 3.9 + python.version: "3.9" PyPIGithub: false name: "Python 3.9" Python_39_preview: - python.version: 3.9 + python.version: "3.9" PyPIGithub: true name: "Python 3.9" Python_38: - python.version: 3.8 + python.version: "3.8" PyPIGithub: false name: "Python 3.8" Python_37: - python.version: 3.7 + python.version: "3.7" PyPIGithub: false name: "Python 3.7" diff --git a/.azure-pipelines/azure-pipelines-benchmarks.yml b/.azure-pipelines/azure-pipelines-benchmarks.yml index 6706054f7d..a8c1c76e5a 100644 --- a/.azure-pipelines/azure-pipelines-benchmarks.yml +++ b/.azure-pipelines/azure-pipelines-benchmarks.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: Python_39: - python.version: 3.9 + python.version: "3.9" name: "Python 3.9 - benchmarks" steps: diff --git a/.azure-pipelines/azure-pipelines-docs.yml b/.azure-pipelines/azure-pipelines-docs.yml index 4f277fccad..5188df0b98 100644 --- a/.azure-pipelines/azure-pipelines-docs.yml +++ b/.azure-pipelines/azure-pipelines-docs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: Python_39: - python.version: 3.9 + python.version: "3.9" name: "Python 3.9 - docs" steps: diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index 9f5c02ffa2..c8ef214ca0 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: Python_39_Latest: - python.version: 3.9 + python.version: "3.9" pystan.version: "latest" cmdstanpy.version: "latest" pymc3.version: "latest" @@ -19,7 +19,7 @@ jobs: name: "External latest" Python_39_Special_versions: - python.version: 3.9 + python.version: "3.9" pystan.version: 2.19.1.1 cmdstanpy.version: 0.9.67 pymc3.version: "github" diff --git a/.azure-pipelines/azure-pipelines-wheel.yml b/.azure-pipelines/azure-pipelines-wheel.yml index b89b4069cb..2783e19816 100644 --- a/.azure-pipelines/azure-pipelines-wheel.yml +++ b/.azure-pipelines/azure-pipelines-wheel.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: Python_39: - python.version: 3.9 + python.version: "3.9" name: "Python 3.9 - wheel" steps: From bb9eafb26e34ebb1914fbcf088d0df9ee731172e Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sat, 13 Nov 2021 19:32:59 +0200 Subject: [PATCH 13/19] drop py3.7 and add 3.10 This is following numpy's advise on releasing and python supports --- .azure-pipelines/azure-pipelines-base.yml | 8 ++++---- README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-base.yml b/.azure-pipelines/azure-pipelines-base.yml index 8eea1b094f..11d1319d1f 100644 --- a/.azure-pipelines/azure-pipelines-base.yml +++ b/.azure-pipelines/azure-pipelines-base.yml @@ -10,6 +10,10 @@ jobs: timeoutInMinutes: 360 strategy: matrix: + Python_310: + python.version: "3.10" + PyPIGithub: false + name: "Python 3.10" Python_39: python.version: "3.9" PyPIGithub: false @@ -22,10 +26,6 @@ jobs: python.version: "3.8" PyPIGithub: false name: "Python 3.8" - Python_37: - python.version: "3.7" - PyPIGithub: false - name: "Python 3.7" steps: - task: UsePythonVersion@0 diff --git a/README.md b/README.md index 87d8d49b26..bbc287294e 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ python setup.py install ## Dependencies -ArviZ is tested on Python 3.6, 3.7 and 3.8, and depends on NumPy, SciPy, xarray, and Matplotlib. +ArviZ is tested on Python 3.8, 3.9 and 3.10, and depends on NumPy, SciPy, xarray, and Matplotlib. ## Citation diff --git a/setup.py b/setup.py index 416253e8c0..689300406c 100644 --- a/setup.py +++ b/setup.py @@ -66,9 +66,9 @@ def get_version(): "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Scientific/Engineering :: Mathematics", From 6a055021d0ed10e13ef79dbd2be3d8e0e9b77717 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 11:22:12 +0200 Subject: [PATCH 14/19] fix pylint --- .azure-pipelines/azure-pipelines-external.yml | 6 +----- arviz/data/inference_data.py | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index c8ef214ca0..5ab7499be9 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -62,11 +62,7 @@ jobs: python -m pip --no-cache-dir install cmdstanpy=="$(cmdstanpy.version)" fi - if [ "$(pyro.version)" = "latest" ]; then - python -m pip --no-cache-dir install pyro-ppl - else - python -m pip --no-cache-dir install pyro-ppl=="$(pyro.version)" - fi + python -m pip --no-cache-dir install pyro-ppl if [ "$(emcee.version)" = "latest" ]; then python -m pip --no-cache-dir install emcee h5py diff --git a/arviz/data/inference_data.py b/arviz/data/inference_data.py index ed1dd3f301..81069ff807 100644 --- a/arviz/data/inference_data.py +++ b/arviz/data/inference_data.py @@ -243,9 +243,9 @@ def groups(self) -> List[str]: class InferenceDataValuesView(ValuesView[xr.Dataset]): """ValuesView implementation for InferenceData, to allow it to implement Mapping.""" - def __init__( + def __init__( # pylint: disable=super-init-not-called self, parent: "InferenceData" - ) -> None: # pylint: disable=super-init-not-called + ) -> None: """Create a new InferenceDataValuesView from an InferenceData object.""" self.parent = parent @@ -277,9 +277,9 @@ def values(self) -> "InferenceData.InferenceDataValuesView": class InferenceDataItemsView(ItemsView[str, xr.Dataset]): """ItemsView implementation for InferenceData, to allow it to implement Mapping.""" - def __init__( + def __init__( # pylint: disable=super-init-not-called self, parent: "InferenceData" - ) -> None: # pylint: disable=super-init-not-called + ) -> None: """Create a new InferenceDataItemsView from an InferenceData object.""" self.parent = parent From 130f15e5fefd11d4dbebd0dd94292bf620926f16 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 11:25:02 +0200 Subject: [PATCH 15/19] simplify azure job definition --- .azure-pipelines/azure-pipelines-external.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index 5ab7499be9..749bf6ee92 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -62,8 +62,6 @@ jobs: python -m pip --no-cache-dir install cmdstanpy=="$(cmdstanpy.version)" fi - python -m pip --no-cache-dir install pyro-ppl - if [ "$(emcee.version)" = "latest" ]; then python -m pip --no-cache-dir install emcee h5py else @@ -77,7 +75,7 @@ jobs: python -m pip --no-cache-dir install pymc3 fi - grep -Ev '^pystan|^cmdstanpy|^pyro|^emcee|^pymc3' requirements-external.txt | xargs python -m pip install + grep -Ev '^pystan|^cmdstanpy|^emcee|^pymc3' requirements-external.txt | xargs python -m pip install displayName: 'Install packages' From 5b41ca01b1f0fd17c46521a1a9c80139fb6569db Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 11:31:40 +0200 Subject: [PATCH 16/19] keep default download source for torch reduced wheel size from >800Mb to ~200Mb --- .azure-pipelines/azure-pipelines-external.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines-external.yml b/.azure-pipelines/azure-pipelines-external.yml index 749bf6ee92..81434c3be7 100644 --- a/.azure-pipelines/azure-pipelines-external.yml +++ b/.azure-pipelines/azure-pipelines-external.yml @@ -46,6 +46,8 @@ jobs: python -m pip install --upgrade pip python -m pip install wheel + python -m pip --no-cache-dir install torch -f https://download.pytorch.org/whl/cpu/torch_stable.html + if [ "$(pystan.version)" = "latest" ]; then python -m pip --no-cache-dir install pystan else From 254d3556fe676da1c035dd07fec324c878ef69cb Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 11:42:12 +0200 Subject: [PATCH 17/19] numba isn't available with python 3.10 yet --- .azure-pipelines/azure-pipelines-base.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-base.yml b/.azure-pipelines/azure-pipelines-base.yml index 11d1319d1f..8eea1b094f 100644 --- a/.azure-pipelines/azure-pipelines-base.yml +++ b/.azure-pipelines/azure-pipelines-base.yml @@ -10,10 +10,6 @@ jobs: timeoutInMinutes: 360 strategy: matrix: - Python_310: - python.version: "3.10" - PyPIGithub: false - name: "Python 3.10" Python_39: python.version: "3.9" PyPIGithub: false @@ -26,6 +22,10 @@ jobs: python.version: "3.8" PyPIGithub: false name: "Python 3.8" + Python_37: + python.version: "3.7" + PyPIGithub: false + name: "Python 3.7" steps: - task: UsePythonVersion@0 diff --git a/README.md b/README.md index bbc287294e..c477e5a8b5 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ python setup.py install ## Dependencies -ArviZ is tested on Python 3.8, 3.9 and 3.10, and depends on NumPy, SciPy, xarray, and Matplotlib. +ArviZ is tested on Python 3.7, 3.8 and 3.9, and depends on NumPy, SciPy, xarray, and Matplotlib. ## Citation From 521b74eac69c67cb07f299024b0572a82a8741a1 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 11:43:17 +0200 Subject: [PATCH 18/19] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 689300406c..416253e8c0 100644 --- a/setup.py +++ b/setup.py @@ -66,9 +66,9 @@ def get_version(): "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Scientific/Engineering :: Mathematics", From 8874c4f1ec09ffb69d01f501b00bb016e4e0e0cd Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sun, 14 Nov 2021 12:42:02 +0200 Subject: [PATCH 19/19] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808aa92733..1bb4c5c7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### New features ### Maintenance and fixes +* Drop Python 3.6 support ([1430](https://github.com/arviz-devs/arviz/pull/1430)) * Bokeh 3 compatibility. ([1919](https://github.com/arviz-devs/arviz/pull/1919)) ### Deprecation