Skip to content

Commit 5a9fae3

Browse files
authored
Merge pull request #1067 from xtensor-stack/release/13.0.1
Release 13.1.0
2 parents 9cb09c4 + 148fa13 commit 5a9fae3

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

Changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,40 @@
99
Changelog
1010
=========
1111

12+
13.1.0
13+
------
14+
15+
* Fix rotate_left and rotate_right behavior (it was swapped!)
16+
17+
* Fix compress implementation on RISC-V
18+
19+
* Improve RISC-V CI
20+
21+
* Fix clang-17 compilation on RISC-V
22+
23+
* Validate cmake integration
24+
25+
* Provide xsimd::transpose on 64 and 32 bits on most platforms
26+
27+
* Improve documentation
28+
29+
* Provide xsimd::batch_bool::count
30+
31+
* Fix interaction between xsimd::make_sized_batch_t and
32+
xsimd::batch<std::complex, ...>
33+
34+
* Fix vbmi, sve and rvv detection through xsimd::available_architectures
35+
36+
* Fix compilation on MS targets where ``small`` can be defined.
37+
38+
* Change default install directory for installed headers.
39+
40+
* Support mixed-complex implementations of xsimd::pow()
41+
42+
* Improve xsimd::pow implementation for complex numbers
43+
44+
* Fix uninitialized read in lgamma implementation
45+
1246
13.0.0
1347
------
1448

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define XSIMD_CONFIG_HPP
1414

1515
#define XSIMD_VERSION_MAJOR 13
16-
#define XSIMD_VERSION_MINOR 0
16+
#define XSIMD_VERSION_MINOR 1
1717
#define XSIMD_VERSION_PATCH 0
1818

1919
/**

0 commit comments

Comments
 (0)