Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Mar 29, 2019
1 parent df348c6 commit dcb1c37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets

| `xeus-cling` | `xeus` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cxxopts` | `nlohmann_json` | `dirent` (windows only) |
|--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------|
| master | >=0.19.0,<0.20 | >=0.6.0,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| master | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.5.0 | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.12 | >=0.19.1,<0.20 | >=0.6.1,<0.7 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.11 | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.10 | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.9 | >=0.17.0,<0.18 | >=0.5.1,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xeus-cling
channels:
- conda-forge
dependencies:
- xeus-cling=0.4.11
- xtensor=0.19.2
- xtensor-blas=0.15.1
- xeus-cling=0.5.0
- xtensor=0.20.0
- xtensor-blas=0.16.0
- notebook
4 changes: 2 additions & 2 deletions include/xeus-cling/xeus_cling_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

// Project version
#define XEUS_CLING_VERSION_MAJOR 0
#define XEUS_CLING_VERSION_MINOR 4
#define XEUS_CLING_VERSION_PATCH 11
#define XEUS_CLING_VERSION_MINOR 5
#define XEUS_CLING_VERSION_PATCH 0

// Composing the version string from major, minor and patch
#define XEUS_CLING_CONCATENATE(A, B) XEUS_CLING_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit dcb1c37

Please sign in to comment.