From a5ef8cd168cea32e765e96c8e2ee8de419c7a807 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 3 Jun 2024 22:27:59 +0200 Subject: [PATCH] Release 0.17.0 --- README.md | 9 +++++++-- include/xeus-python/xeus_python_config.hpp | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71df7075..46bc8e8e 100644 --- a/README.md +++ b/README.md @@ -154,15 +154,20 @@ Long story short: ``xeus-python`` depends on - [xeus-zmq](https://github.com/jupyter-xeus/xeus-zmq) - - [xtl](https://github.com/xtensor-stack/xtl) - [pybind11](https://github.com/pybind/pybind11) - [pybind11_json](https://github.com/pybind/pybind11_json) - [nlohmann_json](https://github.com/nlohmann/json) - [xeus-python-shell](https://github.com/jupyter-xeus/xeus-python-shell) +| `xeus-python`| `xeus-zmq` | `cppzmq` | `nlohmann_json` | `pybind11` | `pybind11_json` | `pygments` | `debugpy` |`xeus-python-shell` | +|--------------|------------------|----------|-----------------|----------------|-------------------|-------------------|-----------|---------------------| +| main | >=3.0,<4.0 | ~4.4.1 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 | +| 0.17.x | >=3.0,<4.0 | ~4.4.1 | >=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 | + +Prior vo version 0.17, ``xeus-python`` was also depending on [xtl](https://github.com/xtensor-stack/xtl): + | `xeus-python`| `xeus-zmq` | `xtl` | `cppzmq` | `nlohmann_json` | `pybind11` | `pybind11_json` | `pygments` | `debugpy` |`xeus-python-shell` | |--------------|------------------|-----------------|----------|-----------------|----------------|-------------------|-------------------|-----------|---------------------| -| main | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.7.0 | | 0.16.x | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.7.0 | | 0.15.x | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.7.0 | diff --git a/include/xeus-python/xeus_python_config.hpp b/include/xeus-python/xeus_python_config.hpp index 85dc62e4..086b6b3c 100644 --- a/include/xeus-python/xeus_python_config.hpp +++ b/include/xeus-python/xeus_python_config.hpp @@ -13,7 +13,7 @@ // Project version #define XPYT_VERSION_MAJOR 0 -#define XPYT_VERSION_MINOR 16 +#define XPYT_VERSION_MINOR 17 #define XPYT_VERSION_PATCH 0 // Composing the version string from major, minor and patch