Skip to content

Commit 4f29220

Browse files
committed
Xtensor 0.24
1 parent 9a70e26 commit 4f29220

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.azure-pipelines/azure-pipelines-linux-clang.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ jobs:
22
- job: 'Linux_0'
33
strategy:
44
matrix:
5-
clang_4:
6-
llvm_version: '4.0'
7-
clang_5:
8-
llvm_version: '5.0'
95
clang_6:
106
llvm_version: '6.0'
117
clang_7:
@@ -17,7 +13,7 @@ jobs:
1713
clang_10:
1814
llvm_version: '10'
1915
pool:
20-
vmImage: ubuntu-16.04
16+
vmImage: ubuntu-18.04
2117
variables:
2218
CC: clang-$(llvm_version)
2319
CXX: clang++-$(llvm_version)

.azure-pipelines/azure-pipelines-linux-gcc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ jobs:
22
- job: 'Linux_1'
33
strategy:
44
matrix:
5-
gcc_5:
6-
gcc_version: '5'
75
gcc_6:
86
gcc_version: '6'
97
gcc_6_novendor:
@@ -37,7 +35,7 @@ jobs:
3735
novendor: '1'
3836
dev_xtensor: '1'
3937
pool:
40-
vmImage: ubuntu-16.04
38+
vmImage: ubuntu-18.04
4139
variables:
4240
CC: gcc-$(gcc_version)
4341
CXX: g++-$(gcc_version)

.azure-pipelines/unix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
if [[ $NOVENDOR == 1 ]]; then
1313
if [[ $USE_DEV_XTENSOR_R == 1 ]]; then
1414
source activate xtensor-dev
15-
conda install xtensor==0.23.1 xsimd=7.4.9 cmake -c conda-forge;
15+
conda install xtensor==0.24.0 xsimd=8.0.3 cmake -c conda-forge;
1616
git clone https://github.com/xtensor-stack/xtensor-r.git;
1717
cd xtensor-r; mkdir build; cd build;
1818
cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http://xtensor-r.readthedocs.io/
6565

6666
| `Xtensor.R` | `xtensor-r` | `xtensor` | `Rcpp` |
6767
|--------------|-------------|-----------|----------|
68-
| master | ^0.13.0 | ^0.23.0 | ^1.0 |
68+
| master | ^0.14.0 | ^0.24.0 | ^1.0 |
6969
| 0.13.2 | ^0.13.0 | ^0.23.0 | ^1.0 |
7070
| 0.13.1 | ^0.13.0 | ^0.23.0 | ^1.0 |
7171
| 0.13.0 | ^0.13.0 | ^0.23.0 | ^1.0 |

tools/vendor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
XTL_VERSION=0.7.2
2-
XSIMD_VERSION=7.4.9
3-
XTENSOR_VERSION=0.23.1
4-
XTENSOR_R_VERSION=0.13.0
2+
XSIMD_VERSION=8.0.3
3+
XTENSOR_VERSION=0.24.0
4+
XTENSOR_R_VERSION=0.14.0
55

66
# xtl
77
if [ -d "./inst/include/xtl" ]

0 commit comments

Comments
 (0)