Skip to content

Commit e25080b

Browse files
committed
Release 0.21.10
1 parent 385ec31 commit e25080b

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ library:
9494
| `xtensor` | `xtl` |`xsimd` (optional) |
9595
|-----------|---------|-------------------|
9696
| master | ^0.6.21 | ^7.4.8 |
97+
| 0.21.10 | ^0.6.21 | ^7.4.8 |
9798
| 0.21.9 | ^0.6.21 | ^7.4.8 |
9899
| 0.21.8 | ^0.6.20 | ^7.4.8 |
99100
| 0.21.7 | ^0.6.18 | ^7.4.8 |

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
Changelog
88
=========
99

10+
0.21.10
11+
-------
12+
13+
- Document chunked arrays
14+
`#2102 <https://github.com/xtensor-stack/xtensor/pull/2102>`_
15+
- Removed ``zarray`` files
16+
`#2221 <https://github.com/xtensor-stack/xtensor/pull/2221>`_
17+
- Improved ``xeval``
18+
`#2223 <https://github.com/xtensor-stack/xtensor/pull/2223>`_
19+
- Fixed various warnings
20+
`#2224 <https://github.com/xtensor-stack/xtensor/pull/2224>`_
21+
1022
0.21.9
1123
------
1224

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xtensor
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor=0.21.9
5+
- xtensor=0.21.10
66
- xtensor-blas=0.17.2
77
- xeus-cling=0.8.1
88
- blas * *openblas"

include/xtensor/xtensor_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTENSOR_VERSION_MAJOR 0
1414
#define XTENSOR_VERSION_MINOR 21
15-
#define XTENSOR_VERSION_PATCH 9
15+
#define XTENSOR_VERSION_PATCH 10
1616

1717
// DETECT 3.6 <= clang < 3.8 for compiler bug workaround.
1818
#ifdef __clang__

0 commit comments

Comments
 (0)