From def32b58b5c1c2680e04c7bfd3bd0baea64d1a7c Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Fri, 10 Feb 2023 14:08:32 +0100 Subject: [PATCH] Release 0.28.0 --- README.md | 29 ++++++++++++++-------------- include/xwidgets/xwidgets_config.hpp | 4 ++-- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 736aeac..e977ebb 100644 --- a/README.md +++ b/README.md @@ -82,20 +82,21 @@ http://xwidgets.readthedocs.io/ All the dependencies of xwidgets are available for the mamba (or conda) package manager. -| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` | -|------------|-----------------------|-----------------|----------------|-----------------|-----------------| -| master | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | -| 0.27.3 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | -| 0.27.2 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | -| 0.27.1 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | -| 0.27.0 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | -| 0.26.1 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=2.0,<3.0 | >=3.9.1,<3.10 | -| 0.26.0 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=2.0,<3.0 | >=3.9.1,<3.10 | -| 0.25.0 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=1.0,<2.0 | >=3.6.1,<4.0 | -| 0.24.2 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.26 | >=3.6.1,<4.0 | -| 0.24.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.26 | >=3.6.1,<4.0 | -| 0.24.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 | -| 0.23.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 | +| `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` | +|------------|----------------------|----------------------|----------------|----------------|----------------|-----------------| +| master | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.28.0 | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.27.3 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.27.2 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.27.1 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.27.0 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 | +| 0.26.1 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=2.0,<3.0 | >=3.9.1,<3.10 | +| 0.26.0 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=2.0,<3.0 | >=3.9.1,<3.10 | +| 0.25.0 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=1.0,<2.0 | >=3.6.1,<4.0 | + +Packages `jupyterlab_widgets` and `widgetsnbextension` are not dependencies *per se*, but +hold the frontend counterparts for JupyterLab and the classic notebook respectively that must be installed +in the environment of the Jupyter server. ## License diff --git a/include/xwidgets/xwidgets_config.hpp b/include/xwidgets/xwidgets_config.hpp index 86fbeca..c609523 100644 --- a/include/xwidgets/xwidgets_config.hpp +++ b/include/xwidgets/xwidgets_config.hpp @@ -22,8 +22,8 @@ // Project version #define XWIDGETS_VERSION_MAJOR 0 -#define XWIDGETS_VERSION_MINOR 27 -#define XWIDGETS_VERSION_PATCH 3 +#define XWIDGETS_VERSION_MINOR 28 +#define XWIDGETS_VERSION_PATCH 0 // Binary version #define XWIDGETS_BINARY_CURRENT 1