Skip to content

Commit f620f81

Browse files
committed
Release 0.24.5
1 parent 2924f1a commit f620f81

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/source/changelog.rst

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

10+
0.25.5
11+
------
12+
13+
- Add space before pragma diagnostic
14+
`# 2654 https://github.com/xtensor-stack/xtensor/pull/2654` - Update xtl requirement in cmake
15+
`# 2649 https://github.com/xtensor-stack/xtensor/pull/2649`
16+
- Fix a bug where .fill doesn't work for a xcontainer that is non-contiguous
17+
`# 2650 https://github.com/xtensor-stack/xtensor/pull/2650`
18+
19+
1020
0.24.4
1121
------
1222

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- xtensor=0.24.5
66
- xtensor-blas=0.20.0
7-
- xeus-cling=0.13.0
7+
- xeus-cling=0.15.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 4
15+
#define XTENSOR_VERSION_PATCH 5
1616

1717

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

0 commit comments

Comments
 (0)