pytools 2.0.5
This is the 2.0.5 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:
- c5957b9 Merge pull request #352 from BCG-Gamma/dev/2.0.5
- 74ac46c FIX: export MAMBA_ROOT_PREFIX also during docs build
- c43def1 REFACTOR: minor code tweaks (#349)
- ef0bd8e BUILD: use micromamba to solve environment.yml (#351)
- 08d91fc FIX: unwrap functions before accessing their
__globals__
attribute (#347) - b939f69 API: de-dent docstrings before processing them with @subsdoc (#348)
- 190d5d1 IDE: set facet-base as the default conda environment in PyCharm
- bef6c86 BUILD: upgrade to mypy~=0.981 and adjust type hints
- 233f3f5 DOC: get package name from src/, not from project root in make_base.py
- e3fb2b9 IDE: rephrase "false positive" to-do comments
See More
- ca1efde BUILD: improve log messages for documentation build
- e0f515d DOC: improve release note formatting using non-breaking spaces
- 255da6e BUILD: update azure pipeline
- 21e0858 DOC: move images from _static/ to _images/
- 26c3a28 BUILD: update version to 2.0.5
This list of changes was auto generated.