Releases: conda/conda-lock
Releases · conda/conda-lock
v1.2.1
Fixup for release title and tag mismatch
v1.2.0
What's Changed
Two changes that improve pip and poetry behavior for cond-lock
- Vendor Poetry by @maresb in #240
- This allows conda-lock to be able to pin to particular poetry releases as we make use of its internals to perform the pypi based solve
- Force resolving dependency via pip by @olivier-lacroix in #186
New Contributors
- @olivier-lacroix made their first contribution in #186
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Fix aggregating lock specs by @bstadlbauer in #258
New Contributors
- @bstadlbauer made their first contribution in #258
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Make Pypi to Conda package name mapper location configurable by @rphel in #225
- Add support for ${ENV_VAR} syntax by @jonashaag in #224
- Switch from setuptools to Hatch by @maresb in #239
- add --version flag by @bollwyvl in #249
- use stdlib or tomli for toml parsing by @bollwyvl in #252
- Remove deprecated isort option by @maresb in #246
- Make use of pip's tool vendoring to vendor conda by @mariusvniekerk in #256
Bufixes
- Add package_type = "virtual_system" to FakePackage by @maresb in #241
- Fix version test which fails in local development by @maresb in #250
- Add .micromamba/ to .gitignore by @maresb in #251
- Improved tests using the "test-update" directory by @mariusvniekerk in #226
- Minor refactoring by @maresb in #243
New Contributors
- @rphel made their first contribution in #225
- @jonashaag made their first contribution in #224
- @maresb made their first contribution in #241
- @bollwyvl made their first contribution in #249
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Packaging fix release.
v1.1.0
New Features
- Allow channel::package in package specifications by @mariusvniekerk in #207
- Add support for passing a platform override(s) to conda-lock render by @mariusvniekerk in #193
- Adding private pip repo support for legacy pypi repos. by @shopigarner in #201
Project health
- Documentation fix by @qmarcou in #203
- Improvements in contributor documentation by @ericdill in #210 and #208
- Enabled renovate to keep dependecies up to date.
Bugfixes
What's Changed
- Use absolute path to sources by @wagnerpeer in #189
- Fix pip hashing requirements by @mariusvniekerk in #194
- Fix deprecated keys in setup.cfg by @ocefpaf in #195
- Fix incorrect formatting of pip hashes with -k env by @acarapetis in #199
New Contributors
- @wagnerpeer made their first contribution in #189
- @acarapetis made their first contribution in #199
- @shopigarner made their first contribution in #201
- @qmarcou made their first contribution in #203
Full Changelog: v1.0.5...v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Several small fixes on Windows
Thanks to @mariusvniekerk and @marcelotrevisani