File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
make install;
20
20
cd ../..;
21
21
else
22
- conda install -n xtensor-dev xtensor-r==0.13 .0 -c conda-forge;
22
+ conda install -n xtensor-dev xtensor-r==0.14 .0 -c conda-forge;
23
23
fi
24
24
fi
25
25
displayName: Install NOVENDOR dependencies
Original file line number Diff line number Diff line change 1
1
Package: xtensor
2
2
Type: Package
3
3
Title: Headers for the 'xtensor' Library
4
- Version: 0.13.2 -0
4
+ Version: 0.14.0 -0
5
5
Author: Johan Mabille, Sylvain Corlay and Wolf Vollprecht
6
6
Maintainer: Sylvain Corlay <
[email protected] >
7
7
Description: The 'xtensor' C++ library for numerical analysis with
@@ -14,7 +14,6 @@ License: BSD_3_clause + file LICENSE
14
14
Encoding: UTF-8
15
15
Imports: Rcpp
16
16
LinkingTo: Rcpp
17
- LazyData: true
18
17
Biarch: true
19
18
Suggests:
20
19
testthat
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ http://xtensor-r.readthedocs.io/
66
66
| ` Xtensor.R ` | ` xtensor-r ` | ` xtensor ` | ` Rcpp ` |
67
67
| --------------| -------------| -----------| ----------|
68
68
| master | ^0.14.0 | ^0.24.0 | ^1.0 |
69
+ | 0.14.0 | ^0.14.0 | ^0.24.0 | ^1.0 |
69
70
| 0.13.2 | ^0.13.0 | ^0.23.0 | ^1.0 |
70
71
| 0.13.1 | ^0.13.0 | ^0.23.0 | ^1.0 |
71
72
| 0.13.0 | ^0.13.0 | ^0.23.0 | ^1.0 |
Original file line number Diff line number Diff line change 1
- XTL_VERSION=0.7.2
1
+ XTL_VERSION=0.7.3
2
2
XSIMD_VERSION=8.0.3
3
3
XTENSOR_VERSION=0.24.0
4
4
XTENSOR_R_VERSION=0.14.0
You can’t perform that action at this time.
0 commit comments