Releases: Cielquan/formelsammlung
Releases · Cielquan/formelsammlung
v3.2.0
get_venv_tmp_dir
now take a tuple of temp dir names to search (optional).
get_venv_tmp_dir
now can create a temp dir if non is found (opt-in). The name of the temp dir can be customized.
v3.1.0
get_venv_tmp_dir
now also finds dotted tmp directories.
test_exponentiation
no allows 0 for first number, which caused ZeroDivisionError
.
v3.0.1
where_installed
no longer fails when no venv is active.
v3.0.0
get_venv_path
, get_venv_bin_dir
, get_venv_tmp_dir
and
get_venv_site_packages_dir
now always raise FileNotFoundError
when a venv or
the corresponding directory could not be found. Removed the raises_error
parameter.
v2.0.0
- Added
get_venv_bin_dir
and get_venv_tmp_dir
functions.
get_venv_path
now returns a pathlib.Path
object instead of a string.
v1.2.0
env_exe_runner now takes a list of runners which can also be a venv.
v1.0.0
Renamed tox_env_exe_runner to env_exe_runner and added runner argument on 2nd place, which takes either tox or nox. With this both runner are supported.