Skip to content

Commit e534928

Browse files
committed
Release 0.24.6
1 parent 1130436 commit e534928

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

docs/source/changelog.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,28 @@
77
Changelog
88
=========
99

10-
0.25.5
10+
0.24.6
11+
------
12+
13+
- Improving documentation xstrides
14+
`# 2664 https://github.com/xtensor-stack/xtensor/pull/2664`
15+
- Parallel and more aggressive strided assigner
16+
`# 2660 https://github.com/xtensor-stack/xtensor/pull/2660`
17+
- Removing duplicates from documentation
18+
`# 2669 https://github.com/xtensor-stack/xtensor/pull/2669`
19+
- Adding aliases xt::xtensor_pointer and xt::xarray_pointer
20+
`# 2665 https://github.com/xtensor-stack/xtensor/pull/2665`
21+
- Fix and refactor partition
22+
`# 2652 https://github.com/xtensor-stack/xtensor/pull/2652`
23+
- Fix and update pre-commit
24+
`# 2657 https://github.com/xtensor-stack/xtensor/pull/2657`
25+
26+
0.24.5
1127
------
1228

1329
- Add space before pragma diagnostic
14-
`# 2654 https://github.com/xtensor-stack/xtensor/pull/2654` - Update xtl requirement in cmake
30+
`# 2654 https://github.com/xtensor-stack/xtensor/pull/2654`
31+
- Update xtl requirement in cmake
1532
`# 2649 https://github.com/xtensor-stack/xtensor/pull/2649`
1633
- Fix a bug where .fill doesn't work for a xcontainer that is non-contiguous
1734
`# 2650 https://github.com/xtensor-stack/xtensor/pull/2650`

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.5
5+
- xtensor=0.24.6
66
- xtensor-blas=0.20.0
77
- 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 5
15+
#define XTENSOR_VERSION_PATCH 6
1616

1717

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

0 commit comments

Comments
 (0)