Skip to content

Changelog#

v0.5.0 (2022-02-18)#

Features & Improvements#

  • Update the plugin to support PDM>=1.13.0. #35

v0.4.1 (2022-01-29)#

Bug Fixes#

  • Fix missing argument in the create command #32

v0.4.0 (2022-01-03)#

Features & Improvements#

  • Support creating venv in project with a config venv.in_project. #20
  • Add an option to purge created Virtualenvs #21

Bug Fixes#

  • Fix a conda creation args that 1)uses what the interpreter version is used when no python arg is given, and 2)allows using python version that is not installed yet. #25

v0.3.1 (2021-08-23)#

Bug Fixes#

  • Ensure the location is string when calling subprocesses. This is for the compatibility of Python 3.8-. #18

v0.3.0 (2021-07-30)#

Bug Fixes#

  • Add support for powershell version>=6.0 as executable name has changed starting with version 6.0. ##10
  • Fix the activate script of conda env. Now the output should be eval'd rather than source'd #14

v0.2.0 (2021-04-12)#

Features & Improvements#

  • Update per the changes of PDM 1.5.0 prerelease. #2

v0.1.1 (2021-03-25)#

Features & Improvements#

  • Honor the virtualenv in active for reuse. This however won't store the interpreter path in .pdm.toml. #1