Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 26, 2018
1 parent 2de8334 commit c10ba3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ conda install widgetsnbextension -c conda-forge
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```

This command defaults to installing the latest version of the JupyterLab
extension. Depending on the version of `xwidgets` and `jupyterlab` you have
installed you may need an older version.

## Jupyterlab extension version compatibility

Specific version of

## Installation from sources

Or you can directly install it from the sources if you have all the dependencies already installed:
Expand Down Expand Up @@ -73,6 +81,7 @@ All the dependencies of xwidgets are available for the conda package manager.
| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
|------------|-----------------------|----------------|---------------|-----------------|-----------------|
| master | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
| 0.11.1 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
| 0.11.0 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
| 0.10.0 | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
| 0.9.0 | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- conda-forge
dependencies:
- xeus-cling=0.4.2
- xwidgets=0.11.0
- xwidgets=0.11.1
- notebook
- widgetsnbextension >=3.0.0
2 changes: 1 addition & 1 deletion include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 11
#define XWIDGETS_VERSION_PATCH 0
#define XWIDGETS_VERSION_PATCH 1

// Binary version
#define XWIDGETS_BINARY_CURRENT 1
Expand Down

0 comments on commit c10ba3e

Please sign in to comment.