Skip to content

Commit 41be223

Browse files
committed
Release 0.23.9
1 parent 3127ecc commit 41be223

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ library:
8484
| `xtensor` | `xtl` |`xsimd` (optional) |
8585
|-----------|---------|-------------------|
8686
| master | ^0.7.0 | ^7.4.8 |
87+
| 0.23.9 | ^0.7.0 | ^7.4.8 |
8788
| 0.23.8 | ^0.7.0 | ^7.4.8 |
8889
| 0.23.7 | ^0.7.0 | ^7.4.8 |
8990
| 0.23.6 | ^0.7.0 | ^7.4.8 |

docs/source/changelog.rst

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

10+
0.23.9
11+
------
12+
13+
- Fix data_offset method in xview to compute the strides only once
14+
`#2371 https://github.com/xtensor-stack/xtensor/pull/2371`
15+
1016
0.23.8
1117
------
1218

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: xtensor
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor=0.23.8
5+
- xtensor=0.23.9
66
- xtensor-blas=0.19.1
7-
- xeus-cling=0.12.0
7+
- xeus-cling=0.12.1

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 23
15-
#define XTENSOR_VERSION_PATCH 8
15+
#define XTENSOR_VERSION_PATCH 9
1616

1717

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

0 commit comments

Comments
 (0)