Changelog#
Changelog for uv-workon
Unreleased#
See the fragment files in changelog.d
0.7.0 — 2025-06-02#
Changed#
Main executable is now named
uv-workon, and removeduvwexecutable. This is to avoid conflict withuvwhich added auvwalias for windows machines.
0.6.0 — 2025-05-30#
Added#
Now supports fish shell integration.
v0.5.1 — 2025-03-27#
Changed#
Cleanup output for kernels install for environments without ipykernels. Now only outputs
No ipykernelsif--verboseoption passed
v0.5.0 — 2025-03-27#
Added#
Added subcommand
uvw venv-linkto link from workon-home to local.venv.
v0.4.0 — 2025-03-25#
Changed#
Now supports
--yes/--nooptions. Default is to query the user to yes/no questions. Passing--yeswill always answer yes. Passing--nowill always answer no.
v0.3.1 — 2025-03-25#
Fixed#
Removed warning from
uvw kernels listand type completion.
v0.3.0 — 2025-03-19#
Added#
Added
kernelssubcommands with:install - install ipykernels
remove - remove jupyer kernels
list - list jupyter kernels This adds functionality to easy transition from nb_conda_kernels to using uv to manage virtual environment.
Added tests to have full coverage.