Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 25, 2018
1 parent 9dc75c2 commit f640227
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install gtest cmake xeus=0.14.1 nlohmann_json=3.1.2 cppzmq==4.3.0 xproperty==0.7.0 xtl==0.4.8 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.15.0 nlohmann_json=3.3.0 cppzmq==4.3.0 xproperty==0.7.0 xtl==0.4.8 -c QuantStack -c conda-forge
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
- nmake test_xwidgets
- cd test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install gtest cmake xeus=0.14.1 nlohmann_json=3.1.2 cppzmq=4.3.0 xproperty xtl=0.4.8 gcc-7 -c QuantStack -c conda-forge
- conda install gtest cmake xeus=0.15.0 nlohmann_json=3.3.0 cppzmq=4.3.0 xproperty xtl=0.4.8 gcc-7 -c QuantStack -c conda-forge
# Testing
- mkdir build
- cd build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ message(STATUS "xwidgets binary version: v${XWIDGETS_BINARY_VERSION}")

find_package(cppzmq 4.3.0 REQUIRED)
find_package(xtl 0.4.8 REQUIRED)
find_package(xeus 0.14.1 REQUIRED)
find_package(xeus 0.15.0 REQUIRED)
find_package(xproperty 0.7 REQUIRED)

# Source files
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ 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.14.1,<0.15 | >=3.1.2,<4.0 |
| master | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.15.0,<0.16 | >=3.3.0,<4.0 |
| 0.14.0 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.15.0,<0.16 | >=3.3.0,<4.0 |
| 0.13.1 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.14.1,<0.15 | >=3.1.2,<4.0 |
| 0.13.0 | ^3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
| 0.12.2 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
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.7
- xwidgets=0.13.1
- xeus-cling=0.4.8
- xwidgets=0.14.0
- notebook
- widgetsnbextension >=3.0.0
4 changes: 2 additions & 2 deletions include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 13
#define XWIDGETS_VERSION_PATCH 1
#define XWIDGETS_VERSION_MINOR 14
#define XWIDGETS_VERSION_PATCH 0

// Binary version
#define XWIDGETS_BINARY_CURRENT 1
Expand Down

0 comments on commit f640227

Please sign in to comment.