diff --git a/xtensor-0.25.0.tar.gz b/xtensor-0.25.0.tar.gz deleted file mode 100644 index 86833e5..0000000 --- a/xtensor-0.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32d5d9fd23998c57e746c375a544edf544b74f0a18ad6bc3c38cbba968d5e6c7 -size 1214069 diff --git a/xtensor-0.26.0.tar.gz b/xtensor-0.26.0.tar.gz new file mode 100644 index 0000000..96edfdc --- /dev/null +++ b/xtensor-0.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f42267d850f781d71097b50567a480a82cd6875a5ec3e6238555e0ef987dc6 +size 1216657 diff --git a/xtensor.changes b/xtensor.changes index f6e74ab..54eb5c2 100644 --- a/xtensor.changes +++ b/xtensor.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Mar 30 07:40:30 UTC 2025 - Matwey Kornilov + +- Version 0.26.0 + - Adding the ability to enable memory overlap check in assignment to avoid + unneeded temporary memory allocation + - Pure xtensor FFT implementation + - Update for C++ 20 compatibility + - Fixed CI added OSX 13 and GCC 12 + - Fix compile issue with clang 19.1.1 + - Avoid warnings in compiler version checks + - Bump OSX Version 12 -> 13 to avoid deprecated environment + - Update gh-pages.yml + - Upgraded to xsimd 13.2.0 + - Added missing configuration key for RTD + - Code reorganization + - Adding fix for incorrect usage of xt::has_assign_conversion in xassig + - Upgraded to xtl 0.8.0 and C++17 + - Migrated to more recent compilers + - Fix for Clang19 + ------------------------------------------------------------------- Fri Feb 7 15:42:31 UTC 2025 - Matwey Kornilov diff --git a/xtensor.spec b/xtensor.spec index c3b87a1..ac726e9 100644 --- a/xtensor.spec +++ b/xtensor.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: xtensor -Version: 0.25.0 +Version: 0.26.0 Release: 0 Summary: Multi-dimensional arrays with broadcasting and lazy computing License: BSD-3-Clause @@ -32,7 +32,7 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: xtl-devel >= 0.7.5 +BuildRequires: xtl-devel >= 0.8.0 Group: Development/Libraries/C and C++ %description