Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Sep 5, 2018
1 parent ac3108a commit 0e206a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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.14.1,<0.15 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.1.2,<4.0 | >=2.3.2,<3 |
| 0.4.7 | >=0.14.1,<0.15 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.1.2,<4.0 | >=2.3.2,<3 |
| 0.4.6 | >=0.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.1,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.5 | >=0.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.4 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- QuantStack
- conda-forge
dependencies:
- xeus-cling=0.4.6
- xtensor=0.17.1
- xeus-cling=0.4.7
- xtensor=0.17.3
- xtensor-blas=0.13.1
- notebook
2 changes: 1 addition & 1 deletion src/xcpp_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Project version
#define XCPP_VERSION_MAJOR 0
#define XCPP_VERSION_MINOR 4
#define XCPP_VERSION_PATCH 6
#define XCPP_VERSION_PATCH 7

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

0 comments on commit 0e206a4

Please sign in to comment.