Skip to content

Releases: Cielquan/formelsammlung

v5.0.0

06 Feb 21:57
Compare
Choose a tag to compare

v4.0.0

04 Feb 09:53
Compare
Choose a tag to compare

v3.2.0

21 Jan 11:08
v3.2.0
4681f44
Compare
Choose a tag to compare
  • 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

21 Jan 09:59
v3.1.0
c370236
Compare
Choose a tag to compare
  • get_venv_tmp_dir now also finds dotted tmp directories.
  • test_exponentiation no allows 0 for first number, which caused ZeroDivisionError.

v3.0.1

21 Jan 09:50
3.0.1
9831819
Compare
Choose a tag to compare
  • where_installed no longer fails when no venv is active.

v3.0.0

07 Dec 22:30
3.0.0
87229e0
Compare
Choose a tag to compare
  • 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

07 Dec 22:19
2.0.0
986beb9
Compare
Choose a tag to compare
  • 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

26 Nov 21:28
1.2.0
3eefd64
Compare
Choose a tag to compare

env_exe_runner now takes a list of runners which can also be a venv.

v1.1.0

25 Nov 12:18
1.1.0
159cbb9
Compare
Choose a tag to compare

Added venv_utils module.

v1.0.0

25 Nov 12:18
1.0.0
01d17e9
Compare
Choose a tag to compare

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.