Releases: macro128/pdm-conda
Releases · macro128/pdm-conda
v0.18.3
v0.18.2
v0.18.1
v0.18.0
v0.17.6
v0.17.5
Changed
- Allow selecting a Conda environment on
pdm use
even if base environment is active. - Force Conda to always fetch all packages info con
conda create --dry-run
.
Fixed
- Don't show duplicated Conda interpreters on
pdm use
. - Don't show base Conda env on
pdm env list
orpdm use
. - Write plugin related changes on
pdm venv create --with
. - Fix paths when using on Windows.
- Fix Conda environments not showing on Windows.
v0.17.3
v0.17.2
v0.17.0
Added
- Add
conda.auto-exludes
config and auto-excludes behavior. - Now compatible with
pdm==v2.15.0
.
Changed
- Allow multiple channels specified using
pdm init --channel
. - Faster resolution time with mixed Conda and PyPi packages.
Fixed
- Fix locked packages dropping information when running
pdm lock --refresh
. - Fix calling
conda
commands unnecessarily onpdm add/remove/update reuse
when lockfile exists. - Ensure all commands apply to the correct environment when using Conda.