Skip to content

Releases: prefix-dev/rattler-build

v0.35.4

18 Jan 08:59
858541c
Compare
Choose a tag to compare

What's Changed

  • fix: keep tempdir to make recipe rendering from stdin work again by @wolfv in #1350

Full Changelog: v0.35.3...v0.35.4

v0.35.3

17 Jan 18:11
c9c7adc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.35.2...v0.35.3

v0.35.2

17 Jan 16:46
715f6b4
Compare
Choose a tag to compare

What's Changed

  • change variant loading logic to load adjacent variants first, and override with variant configs given on CLI by @wolfv in #1347

Full Changelog: v0.35.0...v0.35.2

v0.35.1

17 Jan 12:12
0e1e737
Compare
Choose a tag to compare

What's Changed

  • fix: variant config loading logic: prefer explicitly set variant files over the one next to the recipe by @wolfv in #1344
  • docs: improve docs and regex replacement test by @wolfv in #1344

Full Changelog: v0.35.0...v0.35.1

v0.35.0

16 Jan 17:15
ecee124
Compare
Choose a tag to compare

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

0.34.1

09 Jan 13:23
048584e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.34.1

v0.34.0

09 Jan 08:09
c1ab6e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.3...v0.34.0

0.33.3

06 Jan 09:09
41282f0
Compare
Choose a tag to compare

What's Changed

  • fix: clean prefix, and restore pristine cache state by @wolfv in #1300
  • prepare release 0.33.3 by @wolfv in #1302

Full Changelog: v0.33.2...v0.33.3

0.33.2

03 Jan 09:06
f6045cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.1...v0.33.2

0.33.1

23 Dec 11:10
f9dbe5e
Compare
Choose a tag to compare

What's Changed

  • docs: fix "the env Jinja functions" example not to ref PKG_HASH by @mgorny in #1279
  • feat: speed up prefix record loading by using rayon by @wolfv in #1278
  • fix: Use tool_configuration.channel_priority in TestConfiguration by @tl-hbk in #1281
  • chore: update to latest rattler for speed improvements on macOS by @wolfv in #1282
  • fix: use UrlWithTrailingSlash for upload, use bearer auth for Artifactory uploads by @pavelzw in #1280

New Contributors

Full Changelog: v0.33.0...v0.33.1