Skip to content

Commit a377fb8

Browse files
committed
Release 0.21.9
1 parent 864966d commit a377fb8

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ library:
9393

9494
| `xtensor` | `xtl` |`xsimd` (optional) |
9595
|-----------|---------|-------------------|
96-
| master | ^0.6.20 | ^7.4.8 |
96+
| master | ^0.6.21 | ^7.4.8 |
97+
| 0.21.9 | ^0.6.21 | ^7.4.8 |
9798
| 0.21.8 | ^0.6.20 | ^7.4.8 |
9899
| 0.21.7 | ^0.6.18 | ^7.4.8 |
99100
| 0.21.6 | ^0.6.18 | ^7.4.8 |

docs/source/changelog.rst

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

10+
0.21.9
11+
------
12+
13+
- Adding macro ``XTENSOR_SELECT_ALIGN``
14+
`#2152 <https://github.com/xtensor-stack/xtensor/pull/2152>`_
15+
- xcontainer.hpp: Renamed a shadowing type name inside a function
16+
`#2208 <https://github.com/xtensor-stack/xtensor/pull/2208>`_
17+
- Add chunk_memory_layout to chunked_array factory
18+
`#2211 <https://github.com/xtensor-stack/xtensor/pull/2211>`_
19+
- CMake: Modernized GTest-integration
20+
`#2212 <https://github.com/xtensor-stack/xtensor/pull/2212>`_
21+
- ``xnpy.hpp``: fix multiple definition of 'host_endian_char' variable when included in different linked objects
22+
`#2214 <https://github.com/xtensor-stack/xtensor/pull/2214>`_
23+
- Made global variable const to force internal linkage
24+
`#2216 <https://github.com/xtensor-stack/xtensor/pull/2216>`_
25+
- Use xtl::endianness instead of bundling it
26+
`#2218 <https://github.com/xtensor-stack/xtensor/pull/2218>`_
27+
- Fix call to resize of chunk container
28+
`#2219 <https://github.com/xtensor-stack/xtensor/pull/2219>`_
29+
1030
0.21.8
1131
------
1232

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.8
5+
- xtensor=0.21.9
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 8
15+
#define XTENSOR_VERSION_PATCH 9
1616

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

0 commit comments

Comments
 (0)