pytools 2.1rc0
Pre-release
Pre-release
This is the 2.1rc0 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:
- d3f7d97 Merge pull request #346 from BCG-Gamma/dev/2.1rc0
- 6133b77 BUILD: set version to 2.1rc0
- cce5980 API: add new Sphinx callbacks TrackCurrentClass and RenamePrivateArguments (#344)
- b8b5e06 DOC: show code coverage badge for branch 2.1.x
- d31002f BUILD: update current branch to 2.1.x
- 7d2ce24 API: replace ensure_fitted with @fitted_only decorator (#345)
- 5939815 Merge branch '2.0.x' into 2.1.x
- e3fb2b9 IDE: rephrase "false positive" to-do comments
- 256ec5c Merge branch '2.0.x' into 2.1.x
- ca1efde BUILD: improve log messages for documentation build