1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
pytorch-vision (0.21.0-3) unstable; urgency=medium
* Skip tests that do not work on IBM architectures.
-- Mo Zhou <lumin@debian.org> Sun, 02 Mar 2025 19:07:53 -0500
pytorch-vision (0.21.0-2) unstable; urgency=medium
* Correctly Depends on python3-torch | python3-torch-cuda.
Although not optimal, this at least allows the user to use the
torchvision (compiled against the CPU variant) in conjunction with
the CUDA variant of python3-torch.
-- Mo Zhou <lumin@debian.org> Wed, 26 Feb 2025 13:22:59 -0500
pytorch-vision (0.21.0-1) unstable; urgency=medium
* New upstream version 0.21.0
* Build-Depends on PyTorch >= 2.6.0.
* autopkgtest: Mask image tests for avif and heic due to external dependency.
-- Mo Zhou <lumin@debian.org> Tue, 18 Feb 2025 14:39:12 -0500
pytorch-vision (0.20.1-1) unstable; urgency=medium
* New upstream version 0.20.1
This release corresponds to PyTorch 2.5.X
* Add python3-torch-cuda as dependency. (Closes: #1077499)
* Build against libwebp-dev for support of webp format.
* Autopkgtest: skip test_io.py
-- Mo Zhou <lumin@debian.org> Wed, 01 Jan 2025 20:58:04 -0500
pytorch-vision (0.19.1-1) unstable; urgency=medium
* New upstream version 0.19.1 (Closes: #990483, #1065722)
This release corresponds to PyTorch 2.4.1
* Remove outdated patches.
* Drop Python3 version declaration from control.
* Refresh d/copyright.
* Update autopkgtest control file. (Closes: #1051811, #1063950)
-- Mo Zhou <lumin@debian.org> Thu, 03 Oct 2024 01:11:55 -0400
pytorch-vision (0.15.2-1) unstable; urgency=medium
* New upstream version 0.15.2 (Compatible w/ PyTorch 2.0.1)
* Requires libtorch-dev >= 2.0.0~ for build depends.
* Import upstream PR 7378 to fix FTBFS against ffmpeg 6.
* Autopkgtest: add pytest.
-- Mo Zhou <lumin@debian.org> Tue, 05 Sep 2023 21:21:48 -0400
pytorch-vision (0.14.1-2) unstable; urgency=medium
* Team upload.
* d/control: set X-Python3-Version to 3.11 only (Closes: #1030736).
-- Aron Xu <aron@debian.org> Wed, 08 Feb 2023 14:18:41 +0800
pytorch-vision (0.14.1-1) unstable; urgency=medium
[ Mo Zhou ]
* dch: correction
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
[ Aron Xu ]
* Team upload.
* New upstream version 0.14.1.
-- Aron Xu <aron@debian.org> Wed, 01 Feb 2023 16:17:11 +0800
pytorch-vision (0.13.1-1) unstable; urgency=medium
* New upstream version 0.13.1
* d/watch: update regex to match correct tags.
* B-D on python3-dev instead of -all-dev.
* cme update dpkg-copyright.
* Bump X-Python3-Version to 3.10 (Closes: #1008925)
* Bump B-D to PyTorch 1.12.0.
* Add new B-Ds: ffmpeg, png, jpeg, pyav.
* Recommend python3-av for the binary package.
* Skip dh_auto_configure due to upstream setup.py
* Apply wrap-and-sort.
-- Mo Zhou <lumin@debian.org> Sat, 01 Oct 2022 10:33:05 -0400
pytorch-vision (0.8.2-1) unstable; urgency=medium
* New upstream version 0.8.2
-- Mo Zhou <lumin@debian.org> Thu, 17 Dec 2020 12:19:31 +0800
pytorch-vision (0.8.1-1) unstable; urgency=medium
* New upstream version 0.8.1
* Specify X-Python3-Version: 3.9.
-- Mo Zhou <lumin@debian.org> Wed, 25 Nov 2020 16:06:07 +0800
pytorch-vision (0.7.0-2) unstable; urgency=medium
* Disable python 3.9; not yet enabled in B-D python3-torch 1.6.0.
* Change maintainer mail address into debian-ai@l.d.o
* Bump debhelper compat level to 13.
* Upload to unstable.
-- Mo Zhou <lumin@debian.org> Wed, 21 Oct 2020 09:31:44 +0800
pytorch-vision (0.7.0-1) experimental; urgency=medium
* New upstream version 0.7.0
* Require libtorch-dev (>= 1.6.0) and python3-torch (>= 1.6.0) as B-D.
-- Mo Zhou <lumin@debian.org> Tue, 01 Sep 2020 10:48:21 +0800
pytorch-vision (0.6.1-1) experimental; urgency=medium
* New upstream version 0.6.1
* Add a bunch of missing build dependencies.
-- Mo Zhou <lumin@debian.org> Sun, 26 Jul 2020 22:16:41 +0800
pytorch-vision (0.6.0-1) experimental; urgency=medium
* Initial release. (Closes: #958892)
-- Mo Zhou <lumin@debian.org> Thu, 30 Apr 2020 13:40:21 +0800
|