formelsammlung Change Log¶
Note
These changes are listed in decreasing version number order and not necessarily chronological. Version numbers follow the SemVer principle. See the tags on this repository for all available versions.
v3.2.0 (2021-01-21)¶
New Features¶
get_venv_tmp_dirnow take a tuple of temp dir names to search (optional).get_venv_tmp_dirnow can create a temp dir if non is found (opt-in). The name of the temp dir can be customized.
v3.1.0 (2021-01-21)¶
New Features¶
get_venv_tmp_dirnow also finds dotted tmp directories.
Bugfixes¶
test_exponentiationno allows 0 for first number, which causedZeroDivisionError.
v3.0.0 (2020-12-07)¶
Breaking Changes¶
get_venv_path,get_venv_bin_dir,get_venv_tmp_dirandget_venv_site_packages_dirnow always raiseFileNotFoundErrorwhen a venv or the corresponding directory could not be found. Removed theraises_errorparameter.
v2.0.0 (2020-12-07)¶
New Features¶
Added
get_venv_bin_dirandget_venv_tmp_dirfunctions.
Breaking Changes¶
get_venv_pathnow returns apathlib.Pathobject instead of a string.
v1.2.0 (2020-11-26)¶
New Features¶
env_exe_runnernow takes a list of runners which can also be a venv.
v1.0.0 (2020-11-21)¶
Breaking Changes¶
Renamed
tox_env_exe_runnertoenv_exe_runnerand addedrunnerargument on 2nd place, which takes either tox or nox. With this both runner are supported.
v0.3.1 (2020-10-24)¶
v0.2.1 (2020-10-07)¶
v0.2.0 (2020-10-06)¶
Bugfixes¶
v0.1.0 (2020-10-03)¶
Initial release