pytorch-scatter 2.1.2-1build1 source package in Ubuntu

Changelog

pytorch-scatter (2.1.2-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as default

 -- Graham Inggs <email address hidden>  Sat, 20 Jan 2024 09:07:53 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe misc

Downloads

File Size SHA-256 Checksum
pytorch-scatter_2.1.2.orig.tar.gz 102.4 KiB 6f375dbc9cfe03f330aa29ea553e9c7432e9b040d039b041f08bf05df1a8bf37
pytorch-scatter_2.1.2-1build1.debian.tar.xz 2.5 KiB 3c5be165581c02df950135bf2dd119c8c383f5726f02bccccbdb88cb2cc522c1
pytorch-scatter_2.1.2-1build1.dsc 2.2 KiB 51a23ca5db19b638fd2008b68dbdccca3bda1caed4d830feb860861e2618969c

View changes file

Binary packages built by this source

python3-torch-scatter: PyTorch Extension Library of Optimized Scatter Operations

 This package consists of a small extension library of highly optimized sparse
 update (scatter and segment) operations for the use in PyTorch, which are
 missing in the main package. Scatter and segment operations can be roughly
 described as reduce operations based on a given "group-index" tensor. Segment
 operations require the "group-index" tensor to be sorted, whereas scatter
 operations are not subject to these requirements.
 .
 This package installs the library for Python 3.