pytools 2.1.1
This is the 2.1.1 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:
- 2ed53af Merge pull request #360 from BCG-Gamma/dev/2.1.1
- 02eecc5 BUILD: require typing_inspect~=0.7 and scipy~=1.6
- 2f533ba BUILD: require typing_inspect ~= 0.7
- 5cf56c3 FIX: import get_args() from typing_inspect for py37 compatibility
- 5d0fac2 API: resolve forward references in type aliases exported via
__all__
(#359) - 325469a BUILD: run nightly builds on 2.1.x branch
- de0e147 FIX: install micromamba for nightly builds
- a3be579 BUILD: simplify development environment
- f527ee5 BUILD: use mamba for faster conda builds during full matrix builds (#358)
- 7289b75 BUILD: use boa's
mambabuild
as drop-in replacement forconda-build
(#357)
See More
This list of changes was auto generated.