Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 3, 2024
1 parent 0bc5e36 commit a5ef8cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion include/xeus-python/xeus_python_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5ef8cd

Please sign in to comment.