Skip to content

Commit 545dd7a

Browse files
committed
Release 0.24.4
1 parent 38b292f commit 545dd7a

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

docs/source/changelog.rst

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

10+
0.24.4
11+
------
12+
13+
- Align qualifiers using clang-format
14+
`# 2647 https://github.com/xtensor-stack/xtensor/pull/2647`
15+
- Add xt::quantile
16+
`# 2614 https://github.com/xtensor-stack/xtensor/pull/2614`
17+
- Add swapaxes and moveaxis
18+
`# 2638 https://github.com/xtensor-stack/xtensor/pull/2638`
19+
- Enforce { ... }
20+
`# 2641 https://github.com/xtensor-stack/xtensor/pull/2641`
21+
- Manual style fixes
22+
`# 2642 https://github.com/xtensor-stack/xtensor/pull/2642`
23+
- Do not step further than last element in xreducer_stepper aggregation
24+
`# 2636 https://github.com/xtensor-stack/xtensor/pull/2636`
25+
- Upgraded to xsimd 10.0.0
26+
`# 2635 https://github.com/xtensor-stack/xtensor/pull/2635`
27+
- Explicitly declare test_xtensor_core_lib as STATIC
28+
`# 2586 https://github.com/xtensor-stack/xtensor/pull/2586`
29+
- fix npy_file move assignment
30+
`# 2585 https://github.com/xtensor-stack/xtensor/pull/2585`
31+
- Install as arch-independent
32+
`# 2588 https://github.com/xtensor-stack/xtensor/pull/2588`
33+
- Change extended tests test header
34+
`# 2630 https://github.com/xtensor-stack/xtensor/pull/2630`
35+
- argmax crashes when compiled using Visual Studio compiler with O1/O2 optimizations
36+
`# 2568 https://github.com/xtensor-stack/xtensor/pull/2568`
37+
- Fix xindexed_view::to_end
38+
`# 2627 https://github.com/xtensor-stack/xtensor/pull/2627`
39+
- Change xindex_view reference type to handle const data
40+
`# 2622 https://github.com/xtensor-stack/xtensor/pull/2622`
41+
- Fix TBB target in CMake exported interface
42+
`# 2617 https://github.com/xtensor-stack/xtensor/pull/2617`
43+
- Document missing xsort functions
44+
`# 2608 https://github.com/xtensor-stack/xtensor/pull/2608`
45+
- Specialize get_strides_type for xbuffer_adaptor
46+
`# 2606 https://github.com/xtensor-stack/xtensor/pull/2606`
47+
- find external packages (threads) after defining project
48+
`# 2575 https://github.com/xtensor-stack/xtensor/pull/2575`
49+
1050
0.24.3
1151
------
1252

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.4
5+
- xtensor=0.24.5
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 3
15+
#define XTENSOR_VERSION_PATCH 4
1616

1717

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

0 commit comments

Comments
 (0)