Skip to content

v2.5.0

Compare
Choose a tag to compare
@fredrikaverpil fredrikaverpil released this 01 Apr 15:01
· 107 commits to main since this release
aefd738

Features

  • Previous to (and including) this release, you could specify --venv . which will then attempt to scan through any virtual environments (or actually site-packages) locations you might have in the current directory. But with this release you can also specify the --venv argument multiple times, so to specify virtual environments in different locations. This should also support containerized installations, where you point --venv to a site-packages location.
creosote -v .venv -v other-venv

Experimental feature

  • The optional feature v3-args is introduced. This is an experimental feature which entails backwards compatibility breaking functionality and might or might not make it into Creosote v3.0.0. This particular feature changes the arguments definitions, so that instead of defining e.g. --paths <path1> <path2>, you will now define this using multiple declarations of --path, like so:
--path <path1> --path <path2>

Enable with --use-feature v3-args to try it out. Please give feedback if you have any thoughts around this!