Skip to content

Commit 9e8662d

Browse files
committed
Release 0.24.3
1 parent 5d1026e commit 9e8662d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docs/source/changelog.rst

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

10+
0.24.3
11+
------
12+
13+
- Rename and fix storage iterator
14+
`#2534 https://github.com/xtensor-stack/xtensor/pull/2534`
15+
- rename storage_rbegin, storage_rend, ... to linear_rbegin, ...
16+
`#2535 https://github.com/xtensor-stack/xtensor/pull/2535`
17+
- Enabling reference value types for xfunction.
18+
`#2532 https://github.com/xtensor-stack/xtensor/pull/2532`
19+
- fixing linear iterator docs.
20+
`#2538 https://github.com/xtensor-stack/xtensor/pull/2538`
21+
- Minor improvements for Windows (MSVC, ClangCl) support
22+
`#2531 https://github.com/xtensor-stack/xtensor/pull/2531`
23+
- changing static layout in xtsrided_view temporary_type to container's layout
24+
`#2553 https://github.com/xtensor-stack/xtensor/pull/2553`
25+
- Upgraded to xsimd 9.0.1
26+
`#2573 https://github.com/xtensor-stack/xtensor/pull/2573`
27+
1028
0.24.2
1129
------
1230

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: xtensor
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor=0.24.2
5+
- xtensor=0.24.4
66
- xtensor-blas=0.20.0
77
- xeus-cling=0.13.0

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 24
15-
#define XTENSOR_VERSION_PATCH 2
15+
#define XTENSOR_VERSION_PATCH 3
1616

1717

1818
// Define if the library is going to be using exceptions.

0 commit comments

Comments
 (0)