diff --git a/README.md b/README.md index 7d146ecf..9b9707d3 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ 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.2` | `>=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` | diff --git a/pyproject.toml b/pyproject.toml index 9bebb85e..3f6318b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coola" -version = "0.8.2a0" +version = "0.8.2" description = "Library to check equality between two complex/nested objects" readme = "README.md" authors = ["Thibaut Durand "]