3 Commits

Author SHA256 Message Date
dcb3c5748e Accepting request 1307762 from science:machinelearning
- Update to 1.1:
  * Added support for F8
  * Added support for F4
  * Added support for F6
- Skipped 1.0:
  * Introduce versioning DLManagedTensorVersioned
  * flags about exported tensor
  * This release acompanies array api changes, see the note below
    Starting Python array API standard v2023, a new max_version
    argument is added to __dlpack__ for the consumer to signal the
    producer the maximal supported DLPack version. Starting DLPack
    1.0, the DLManagedTensorVersioned struct should be used and
    the existing DLManagedTensor struct is considered deprecated,
    though a library should try to support both during the
    transition period if possible.

OBS-URL: https://build.opensuse.org/request/show/1307762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dlpack?expand=0&rev=4
2025-09-29 14:34:01 +00:00
46941b6ff5 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlpack?expand=0&rev=7 2025-09-29 11:31:05 +00:00
68318c8892 - Update to 1.1
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlpack?expand=0&rev=6
2025-09-29 08:24:25 +00:00
4 changed files with 24 additions and 5 deletions

View File

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

3
dlpack-1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Sep 24 07:46:28 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 1.1:
* Added support for F8
* Added support for F4
* Added support for F6
- Skipped 1.0:
* Introduce versioning DLManagedTensorVersioned
* flags about exported tensor
* This release acompanies array api changes, see the note below
Starting Python array API standard v2023, a new max_version
argument is added to __dlpack__ for the consumer to signal the
producer the maximal supported DLPack version. Starting DLPack
1.0, the DLManagedTensorVersioned struct should be used and
the existing DLManagedTensor struct is considered deprecated,
though a library should try to support both during the
transition period if possible.
-------------------------------------------------------------------
Sat Jan 28 19:50:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package dlpack
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: dlpack
Version: 0.8
Version: 1.1
Release: 0
Summary: DLPack: Open In Memory Tensor Structure
License: Apache-2.0