Skip to content

Commit 30fef58

Browse files
committed
Release 0.14.0
1 parent 9121e15 commit 30fef58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.azure-pipelines/unix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
make install;
2020
cd ../..;
2121
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;
2323
fi
2424
fi
2525
displayName: Install NOVENDOR dependencies

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: xtensor
22
Type: Package
33
Title: Headers for the 'xtensor' Library
4-
Version: 0.13.2-0
4+
Version: 0.14.0-0
55
Author: Johan Mabille, Sylvain Corlay and Wolf Vollprecht
66
Maintainer: Sylvain Corlay <[email protected]>
77
Description: The 'xtensor' C++ library for numerical analysis with
@@ -14,7 +14,6 @@ License: BSD_3_clause + file LICENSE
1414
Encoding: UTF-8
1515
Imports: Rcpp
1616
LinkingTo: Rcpp
17-
LazyData: true
1817
Biarch: true
1918
Suggests:
2019
testthat

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ http://xtensor-r.readthedocs.io/
6666
| `Xtensor.R` | `xtensor-r` | `xtensor` | `Rcpp` |
6767
|--------------|-------------|-----------|----------|
6868
| master | ^0.14.0 | ^0.24.0 | ^1.0 |
69+
| 0.14.0 | ^0.14.0 | ^0.24.0 | ^1.0 |
6970
| 0.13.2 | ^0.13.0 | ^0.23.0 | ^1.0 |
7071
| 0.13.1 | ^0.13.0 | ^0.23.0 | ^1.0 |
7172
| 0.13.0 | ^0.13.0 | ^0.23.0 | ^1.0 |

tools/vendor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XTL_VERSION=0.7.2
1+
XTL_VERSION=0.7.3
22
XSIMD_VERSION=8.0.3
33
XTENSOR_VERSION=0.24.0
44
XTENSOR_R_VERSION=0.14.0

0 commit comments

Comments
 (0)