From f68f0fe3affb4986e3af6f033b2062d045670bbb Mon Sep 17 00:00:00 2001 From: Thibaut Durand Date: Thu, 1 Aug 2024 13:09:17 -0700 Subject: [PATCH] Release version `0.8.1` (#680) --- README.md | 7 ++++--- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61d3378f..7d146ecf 100644 --- a/README.md +++ b/README.md @@ -165,15 +165,13 @@ The following is the corresponding `coola` versions and tested dependencies. | `coola` | `jax`* | `numpy`* | `pandas`* | `polars`* | `pyarrow`* | `torch`* | `xarray`* | `python` | |---------|-------------------|---------------------|----------------------|----------------------|-----------------------|---------------------|----------------------|---------------| | `main` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | +| `0.8.1` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.8.0` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.7.4` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | `>=10.0,<18.0` | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.7.3` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.7.2` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<2.0` | | `>=1.11,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.7.1` | `>=0.4.1,<1.0` | `>=1.21,<3.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.7.0` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | -| `0.6.2` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | -| `0.6.1` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | -| `0.6.0` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | * indicates an optional dependency @@ -182,6 +180,9 @@ The following is the corresponding `coola` versions and tested dependencies. | `coola` | `jax`* | `numpy`* | `pandas`* | `polars`* | `torch`* | `xarray`* | `python` | |----------|-------------------|---------------------|----------------------|----------------------|---------------------|----------------------|---------------| +| `0.6.2` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | +| `0.6.1` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | +| `0.6.0` | `>=0.4.1,<1.0` | `>=1.21,<2.0` | `>=1.3,<3.0` | `>=0.18.3,<1.0` | `>=1.10,<3.0` | `>=2023.1` | `>=3.9,<3.13` | | `0.5.0` | `>=0.4.1,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<1.0` | `>=1.10,<2.2` | `>=2023.1,<2023.13` | `>=3.9,<3.13` | | `0.4.0` | `>=0.4.1,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<1.0` | `>=1.10,<2.2` | `>=2023.1,<2023.13` | `>=3.9,<3.13` | | `0.3.1` | `>=0.4.1,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<1.0` | `>=1.10,<2.2` | `>=2023.1,<2023.13` | `>=3.9,<3.13` | diff --git a/pyproject.toml b/pyproject.toml index 7e05f830..57ac000e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coola" -version = "0.8.1a1" +version = "0.8.1" description = "Library to check equality between two complex/nested objects" readme = "README.md" authors = ["Thibaut Durand "]