2 Commits

Author SHA256 Message Date
7d63062df1 Accepting request 1319122 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1319122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtensor?expand=0&rev=5
2025-11-24 13:08:45 +00:00
f24c6a51eb - Version 0.27.1
- Add tagfiles to support fetching documentation with xeus-cpp-lite
- Version 0.27.0
  - Replaced apply_cv with xtl::apply_cv and deleted duplicated
    code
  - Implement apply with std 17
  - feat: Use cpp20 by default
  - Set C++20 in clang-format
  - Update docs to reflect new directory structure.
  - Adding concept to a part of the code
  - fix: update benchmarks
  - Revive benchmarks
  - Set cmake min version to represent used features.
  - Enabling rich display for xeus-cpp-lite
  - Add braces around initializers
  - Adding concept to a part of the code (part 2)
  - cmake: write xtensor.hpp to local dir to keep global build dir
    clean

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xtensor?expand=0&rev=15
2025-11-21 15:10:23 +00:00
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5f42267d850f781d71097b50567a480a82cd6875a5ec3e6238555e0ef987dc6
size 1216657

3
xtensor-0.27.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:117c192ae3b7c37c0156dedaa88038e0599a6b264666c3c6c2553154b500fe23
size 1224405

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Nov 2 08:55:34 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Version 0.27.1
- Add tagfiles to support fetching documentation with xeus-cpp-lite
- Version 0.27.0
- Replaced apply_cv with xtl::apply_cv and deleted duplicated
code
- Implement apply with std 17
- feat: Use cpp20 by default
- Set C++20 in clang-format
- Update docs to reflect new directory structure.
- Adding concept to a part of the code
- fix: update benchmarks
- Revive benchmarks
- Set cmake min version to represent used features.
- Enabling rich display for xeus-cpp-lite
- Add braces around initializers
- Adding concept to a part of the code (part 2)
- cmake: write xtensor.hpp to local dir to keep global build dir
clean
-------------------------------------------------------------------
Sun Mar 30 07:40:30 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: xtensor
Version: 0.26.0
Version: 0.27.1
Release: 0
Summary: Multi-dimensional arrays with broadcasting and lazy computing
License: BSD-3-Clause
@@ -96,6 +96,10 @@ cp -r %{_builddir}/%{name}-%{version}/docs/build/html/* %{buildroot}/%{_docdir}/
%fdupes -s %{buildroot}/%{_docdir}
%fdupes %{buildroot}/%{_prefix}
#do not install xeus tag files because we don't have xeus package
rm -rf %{buildroot}/%{_prefix}/etc/xeus-cpp/tags.d/xtensor.json
rm -rf %{buildroot}/%{_prefix}/share/xeus-cpp/tagfiles/xtensor.tag
%check
%ctest