Conversation
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
conda-build 25.1.1 now outputs .conda files instead of tarballs
|
Array API standard conformance tests for dpctl=0.19.0dev0=py310h93fe807_499 ran successfully. |
|
PR is lacking description of intent of the change. Is the reason for the change to produce |
Yes, great point, I'll fix that by adding a PR description. :) It's a consequence of the workflow using conda-build 25.1.1, which produces .conda instead of tarballs by default. The reason is apparently due to improved compression. |


This PR proposes unpinning conda-build in the conda-package workflow, as well as updating the workflow to account for conda-build (after 25.1.0) moving to producing .conda files instead of tarballs.
The change to .conda files is motivated by improvements to package compression, which bring dpctl from ~24 MB to ~13.5 MB, about a 40% decrease in size.