Releases: conda-incubator/conda-lockfiles
0.1.1
What's Changed
- Use macos-15-intel by @jaimergp in #65
- Re-generate
pixi.lockby @kenodegard in #67 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #68
- Enable dependabot by @kenodegard in #69
- Bump the workflows group in /.github/workflows with 7 updates by @dependabot[bot] in #70
- Update licensing and authorship by @kenodegard in #66
- Ensure archive stores git tag info by @kenodegard in #71
New Contributors
- @dependabot[bot] made their first contribution in #70
Full Changelog: 0.1.0...0.1.1
0.1.0
Highlights
🎉 Initial release of conda-lockfiles!
Lock files record the exact state of an environment so that it can be reproduced at a later date or shared with collaborators. conda-lockfiles brings native lockfile support to conda with the ability to create and use lockfiles across multiple formats and platforms. With multiplatform support, you can solve environments once and deploy them consistently across Linux, macOS, and Windows.
This plugin stands on the shoulders of the excellent conda-lock project and supports the pixi/rattler lockfile format. We're grateful for the pioneering work these projects have done in the conda lockfile space and aim to provide an integrated lockfile experience within conda that supports multiple formats.
Supported Lockfile Formats
The following formats support both creating/exporting environments from/to said format.
- conda-lock-v1 (conda-lock.yml) (#3, #21, #36, #47, #50)
- rattler-lock-v6 / pixi-lock-v6 (pixi.lock) (#22, #35, #36, #47, #50)
Key Features
- Multiplatform support - create lockfiles for multiple platforms at once (#55)
- Environment exporter & environment spec plugin hooks (#36)
Documentation
- Full documentation site (#60)
Requirements
New Contributors
- @kenodegard made their first contribution in #1
- @jezdez made their first contribution in #2
- @jjhelmus made their first contribution in #3
- @conda-bot made their first contribution in #14
- @jaimergp made their first contribution in #15
- @pre-commit-ci[bot] made their first contribution in #17
- @travishathaway made their first contribution in #60
Full Changelog: https://github.com/conda-incubator/conda-lockfiles/commits/0.1.0