Skip to content

v0.35.0

Compare
Choose a tag to compare
@wolfv wolfv released this 16 Jan 17:15
· 39 commits to main since this release
ecee124

Highlights

  • rattler-build now understands a relatively large subset of conda_build_config.yaml and will automatically load a conda_build_config.yaml file if it is next to the recipe.yaml. You can also explicitly add additional variant configurations from a conda_build_config.yaml by pointing to the file with -m /path/to/conda_build_config.yaml. Note that the filename has to be conda_build_config.yaml.
  • rattler-build can now create abi3 packages, following the standard set forth in CEP-20 by @isuruf.

What's Changed

  • minijinja: Remove slice and batch filters, document slicing by @mgorny in #1323
  • feat: add retry logic to upload functions by @jnovikov in #1330
  • fix: allow schema version at toplevel for multi-output recipes by @wolfv in #1332
  • feat: continue py-rattler-build by @Hofer-Julian in #1326
  • feat: implement support for CEP-20 for Python abi3 packages by @wolfv in #1320
  • feat: add a conda build config parser by @wolfv in #1334
  • feat: improve recipe generation by @wolfv in #1340
  • chore: small source download code cleanup by @wolfv in #1337

Chore changes

New Contributors

Full Changelog: v0.34.1...v0.35.0