Skip to content

Commit ddd2d6e

Browse files
committed
Release 0.23.0
1 parent 0b2b734 commit ddd2d6e

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ library:
9393
| `xtensor` | `xtl` |`xsimd` (optional) |
9494
|-----------|---------|-------------------|
9595
| master | ^0.7.0 | ^7.4.8 |
96+
| 0.23.0 | ^0.7.0 | ^7.4.8 |
9697
| 0.22.0 | ^0.6.23 | ^7.4.8 |
9798
| 0.21.10 | ^0.6.21 | ^7.4.8 |
9899
| 0.21.9 | ^0.6.21 | ^7.4.8 |

docs/source/changelog.rst

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

10+
0.23.0
11+
------
12+
13+
Breaking changes
14+
~~~~~~~~~~~~~~~~
15+
16+
- Remove chunked array extension mechanism
17+
`#2283 <https://github.com/xtensor-stack/xtensor/pull/2283>`_
18+
- Upgraded to xtl 0.7.0
19+
`#2284 <https://github.com/xtensor-stack/xtensor/pull/2284>`_
20+
21+
Other changes
22+
~~~~~~~~~~~~~
23+
24+
- Harmonize #include statements in doc
25+
`#2280 <https://github.com/xtensor-stack/xtensor/pull/2280>`_
26+
- Added missing shape_type in xfunctor_stepper
27+
`#2285 <https://github.com/xtensor-stack/xtensor/pull/2285>`_
28+
1029
0.22.0
1130
------
1231

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xtensor
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor=0.22.0
6-
- xtensor-blas=0.18.0
7-
- xeus-cling=0.8.1
5+
- xtensor=0.23.0
6+
- xtensor-blas=0.19.0
7+
- xeus-cling=0.12.0
88
- blas * *openblas"

include/xtensor/xtensor_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define XTENSOR_CONFIG_HPP
1212

1313
#define XTENSOR_VERSION_MAJOR 0
14-
#define XTENSOR_VERSION_MINOR 22
14+
#define XTENSOR_VERSION_MINOR 23
1515
#define XTENSOR_VERSION_PATCH 0
1616

1717

0 commit comments

Comments
 (0)