Skip to content

pytools 2.0.3

Compare
Choose a tag to compare
@j-ittner j-ittner released this 14 Sep 09:10
be832d1

This is the 2.0.3 release of gamma-pytools.

You can upgrade your current pip installation via

pip install --upgrade gamma-pytools

Your conda package can be upgraded by running

conda install -c conda-forge -c bcg_gamma gamma-pytools

Changes:

  • be832d1 Merge pull request #342 from BCG-Gamma/dev/2.0.3
  • d512b96 DOC: update installation instructions in README.rst
  • e380f25 REFACTOR: import Callable from typing instead of using typing.Callable
  • 82e1171 FIX: use get_origin() from typing_inspect for downward compatibility
  • 14a411e FIX: minor fixes (#341)
  • 001d204 BUILD: use python 3.9 with the mypy pre-commit hook
  • ac718db FIX: suggest correct pre-release version syntax in error message
  • 8b56d16 BUILD: require python ~=3.9 in environment.yml
  • 39e5641 BUILD: require python ~=3.9 in 'max' matrix builds
  • b76d00c BUILD: add pre-commit ~=2.20 to environment.yml
See More
  • 5b74afd BUILD: relax python dependency to ~=3.8
  • 36833db BUILD: use working_directory for python path in bootstrap.py
  • b0c14a4 BUILD: add arg working_directory to bootstrap.py, change args to kwargs
  • 6a2a236 BUILD: relax release version comparisons to only major and minor
  • 86f3629 DOC: use absolute path when replacing Spinx source path in README.rst
  • ab2c73c DOC: make intersphinx mapping configurable in conf_base.py
  • c3d525a BUILD: update package dependencies
  • d605f97 IDE: update PyCharm IDE settings
  • bc34a90 Merge remote-tracking branch 'origin/release/2.0.2' into 2.0.x
  • c14341a Merge remote-tracking branch 'origin/2.0.x' into 2.0.x
  • c28fd2e DOC: fix a docstring glitch
  • 58a6ac4 BUILD: update version to 2.0.3

This list of changes was auto generated.