Releases: BCG-X-Official/pytools
pytools 1.1.6
This is the 1.1.6 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:
- d6ea579 Merge pull request #294 from BCG-Gamma/dev/1.1.6
- b62689f BUILD: pin markupsafe to < 2.1
- 371d59c Merge branch 'release/1.1.6' into dev/1.1.6
- df84263 BUILD: relax requirements for numpy, joblib, and pandas (#293)
- dd99289 BUILD: use conda-build~=3.21 in azure-pipelines.yml
- 4d983e5 Merge branch 'develop' into 1.1.x
- f130295 BUILD: globally set Ubuntu-latest as VM image for azure builds
- 4142587 BUILD: globally set Ubuntu-latest as VM image for azure builds
- b6a2a42 DOC: fix code coverage badge in README.rst
- 3e1f1b1 FIX: substitute 3rd-party docstrings also for property definitions (#283)
See More
- d21da98 Merge branch 'develop' into 1.1.x
- eb82b20 DOC: tweak an attribute reference
- 6b3aed4 DOC: tweak release notes
- 899a704 DOC: tweak release notes
- 8b6fc18 DOC: move api_landing.rst to _templates/
- a620644 VIZ: set color of axis labels to foreground color (#277)
- e8a9879 FIX: replace 'not id_' with 'id_ is None': cannot coerce Id to bool (#276)
- cbf704a DOC: fix a typo in the release notes
- d57926c BUILD: update version to 1.1.6
- f5c832d FIX: always use leaf weights for labels in dendrogram report style (#270)
- b128fc9 Merge pull request #262 from BCG-Gamma/dev/1.1.5
- f2ac390 BUILD: disable nightly builds on develop branch
- c139937 Merge pull request #255 from BCG-Gamma/dev/1.1.4
This list of changes was auto generated.
pytools 2.0.dev2
This is the 2.0.dev2 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:
- 768c9c2 Merge pull request #290 from BCG-Gamma/dev/2.0.dev2
- 9a5c9a1 BUILD: update conda-build to ~=3.21
- fdc30b0 BUILD: update conda-build to ~=3.21
- daf24ad BUILD: fix pip at 21.2 given changes introduced in 21.3
- eb3f7bf API: add new arg optional in pytools.api.to_… functions (#289)
- bfa264d API: add kwarg 'using' to @subsdoc decorator (#288)
- 220819f REFACTOR: eliminate unnecessary lambda statement in JubRunner.run_…() (#287)
- 2af89d7 Merge branch '1.2.x' into 2.0.x
- d7be703 Merge branch '1.1.x' into 1.2.x
- 4d983e5 Merge branch 'develop' into 1.1.x
See More
- f130295 BUILD: globally set Ubuntu-latest as VM image for azure builds
- a0d4bd0 Merge branch '1.2.x' into 2.0.x
- 174ac32 Merge branch '1.1.x' into 1.2.x
- 4142587 BUILD: globally set Ubuntu-latest as VM image for azure builds
- a0b2ec9 DOC: update code coverage badges in README.rst
- cc7cb28 Merge branch '1.2.x' into 2.0.x
- 502e05d DOC: update code coverage badges in README.rst
- 8bb2b1d Merge branch '1.1.x' into 1.2.x
- b6a2a42 DOC: fix code coverage badge in README.rst
- 3195eeb BUILD: update version to 2.0.dev2
- c76ada1 BUILD: set VM image to 'Ubuntu-latest'
- b9df044 Merge pull request #286 from BCG-Gamma/dev/2.0.dev1
- ab4bc96 BUILD: update versions in environment.yml
- 5efa78d FIX: remove obsolete from future import
- a62abec FIX: remove run-time dependency with Sphinx
- 0cd0305 BUILD: update doc build package requirements
- 197b87f DOC: enhancements to Sphinx documentation preprocessing (#284)
- 7023913 API: drawer style redesign (#271)
- c0d0af2 Merge branch '1.2.x' into 2.0.x
- 0e32a04 Merge branch '1.1.x' into 1.2.x
- 3e1f1b1 FIX: substitute 3rd-party docstrings also for property definitions (#283)
- d589fad API: ResolveGenericClassParameters: resolve type vars for self or cls (#282)
- a43d07c Merge branch '1.2.x' into 2.0.x
- ae92a72 Merge branch '1.1.x' into 1.2.x
- d21da98 Merge branch 'develop' into 1.1.x
- eb82b20 DOC: tweak an attribute reference
- 6b3aed4 DOC: tweak release notes
- 899a704 DOC: tweak release notes
- b56639d DOC: tweak release notes
- c582ca7 Merge branch '1.2.x' into 2.0.x
- 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
- 94f8b0f API: allow validate_type to match multiple alternative types (#280)
- fe7403d API: make method Drawer.get_style_kwargs() public (#281)
- 942e4a8 Merge branch '1.2.x' into 2.0.x
- de1f5a0 Merge branch '1.1.x' into 1.2.x
- 8b6fc18 DOC: move api_landing.rst to _templates/
- 568b9c0 FIX: don't resolve type signatures when bindings are not defined
- dddd349 Merge branch '1.2.x' into 2.0.x
- fcab2b4 BUILD: downgrade nbsphinx to ~=0.7.1
- 7bd3bf6 Merge branch '1.2.x' into 2.0.x
- 05d75f6 FIX: do not import ResolveGenericClassParameters for Python 3.6 (#278)
- b86afb7 Merge branch '1.2.x' into 2.0.x
- b570c1b Merge branch '1.1.x' into 1.2.x
- a620644 VIZ: set color of axis labels to foreground color (#277)
- 9052a6e DOC: re-format release notes
- bd905a2 Merge branch '1.2.x' into 2.0.x
- 2d733b0 API: resolve generic type parameters (#268)
- 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
- 7a35897 Merge branch '1.2.x' into 2.0.x
- 102c191 Merge branch '1.1.x' into 1.2.x
- e8a9879 FIX: replace 'not id_' with 'id_ is None': cannot coerce Id to bool (#276)
- b561390 BUILD: update version to 1.2.3
- cbf704a DOC: fix a typo in the release notes
- d57926c BUILD: update version to 1.1.6
- f876ae8 BUILD: install 'packaging' when running make.py
- 1024815 BUILD: allow dev versions when verifying package requirement version ids
- 07630e0 TEST: replace test_package_version.py with version check in make.py (#274)
- e9315ed BUILD: change version number to 2.0.dev1
- 8a61cfe BUILD: standardize a message in azure-pipelines.yml
- d278ded Merge pull request #273 from BCG-Gamma/dev/2.0.dev0
- d904ca4 FIX: change github option from isPreRelease to isPrerelease
- 9ac20b9 TEST: require #.#.[dev|rc]# as package version
- 2f0af64 Merge pull request #272 from BCG-Gamma/dev/2.0.0dev0
- 74ded60 Publish development releases as pre-releases
- 9f37a5c Merge branch '2.0.x' into dev/2.0.0dev0
- d976f2c API: expect Iterable not positional args in run_jobs() and run_queues() (#269)
- 1eea1a7 DOC: update release notes
- 13ffe12 Merge branch '1.2.x' into 2.0.x
- f87f567 DOC: update release notes
- de3fd6a Merge branch '1.1.x' into 1.2.x
- f5c832d FIX: always use leaf weights for labels in dendrogram report style (#270)
- ed9e4c7 Merge branch '2.0.x' into dev/2.0.0dev0
- b52efd3 BUILD: update version to 2.0.0dev0
- e0da851 TEST: allow x.x.xdevx as package version
- 41fbe8c BUILD: start 2.0.x development branch
- f2ac390 BUILD: disable nightly builds on develop branch
This list of changes was auto generated.
pytools 2.0.dev1
This is the 2.0.dev1 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:
- b9df044 Merge pull request #286 from BCG-Gamma/dev/2.0.dev1
- ab4bc96 BUILD: update versions in environment.yml
- 5efa78d FIX: remove obsolete from future import
- a62abec FIX: remove run-time dependency with Sphinx
- 0cd0305 BUILD: update doc build package requirements
- 197b87f DOC: enhancements to Sphinx documentation preprocessing (#284)
- 7023913 API: drawer style redesign (#271)
- c0d0af2 Merge branch '1.2.x' into 2.0.x
- 0e32a04 Merge branch '1.1.x' into 1.2.x
- 3e1f1b1 FIX: substitute 3rd-party docstrings also for property definitions (#283)
See More
- d589fad API: ResolveGenericClassParameters: resolve type vars for self or cls (#282)
- a43d07c Merge branch '1.2.x' into 2.0.x
- ae92a72 Merge branch '1.1.x' into 1.2.x
- d21da98 Merge branch 'develop' into 1.1.x
- eb82b20 DOC: tweak an attribute reference
- 6b3aed4 DOC: tweak release notes
- 899a704 DOC: tweak release notes
- b56639d DOC: tweak release notes
- c582ca7 Merge branch '1.2.x' into 2.0.x
- 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
- 94f8b0f API: allow validate_type to match multiple alternative types (#280)
- fe7403d API: make method Drawer.get_style_kwargs() public (#281)
- 942e4a8 Merge branch '1.2.x' into 2.0.x
- de1f5a0 Merge branch '1.1.x' into 1.2.x
- 8b6fc18 DOC: move api_landing.rst to _templates/
- 568b9c0 FIX: don't resolve type signatures when bindings are not defined
- dddd349 Merge branch '1.2.x' into 2.0.x
- fcab2b4 BUILD: downgrade nbsphinx to ~=0.7.1
- 7bd3bf6 Merge branch '1.2.x' into 2.0.x
- 05d75f6 FIX: do not import ResolveGenericClassParameters for Python 3.6 (#278)
- b86afb7 Merge branch '1.2.x' into 2.0.x
- b570c1b Merge branch '1.1.x' into 1.2.x
- a620644 VIZ: set color of axis labels to foreground color (#277)
- 9052a6e DOC: re-format release notes
- bd905a2 Merge branch '1.2.x' into 2.0.x
- 2d733b0 API: resolve generic type parameters (#268)
- 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
- 7a35897 Merge branch '1.2.x' into 2.0.x
- 102c191 Merge branch '1.1.x' into 1.2.x
- e8a9879 FIX: replace 'not id_' with 'id_ is None': cannot coerce Id to bool (#276)
- b561390 BUILD: update version to 1.2.3
- cbf704a DOC: fix a typo in the release notes
- d57926c BUILD: update version to 1.1.6
- f876ae8 BUILD: install 'packaging' when running make.py
- 1024815 BUILD: allow dev versions when verifying package requirement version ids
- 07630e0 TEST: replace test_package_version.py with version check in make.py (#274)
- e9315ed BUILD: change version number to 2.0.dev1
- 8a61cfe BUILD: standardize a message in azure-pipelines.yml
- d278ded Merge pull request #273 from BCG-Gamma/dev/2.0.dev0
- d904ca4 FIX: change github option from isPreRelease to isPrerelease
- 9ac20b9 TEST: require #.#.[dev|rc]# as package version
- 2f0af64 Merge pull request #272 from BCG-Gamma/dev/2.0.0dev0
- 74ded60 Publish development releases as pre-releases
- 9f37a5c Merge branch '2.0.x' into dev/2.0.0dev0
- d976f2c API: expect Iterable not positional args in run_jobs() and run_queues() (#269)
- 1eea1a7 DOC: update release notes
- 13ffe12 Merge branch '1.2.x' into 2.0.x
- f87f567 DOC: update release notes
- de3fd6a Merge branch '1.1.x' into 1.2.x
- f5c832d FIX: always use leaf weights for labels in dendrogram report style (#270)
- ed9e4c7 Merge branch '2.0.x' into dev/2.0.0dev0
- b52efd3 BUILD: update version to 2.0.0dev0
- e0da851 TEST: allow x.x.xdevx as package version
- 41fbe8c BUILD: start 2.0.x development branch
- f2ac390 BUILD: disable nightly builds on develop branch
This list of changes was auto generated.
pytools 2.0.dev0
This is the 2.0.dev0 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:
- d278ded Merge pull request #273 from BCG-Gamma/dev/2.0.dev0
- d904ca4 FIX: change github option from isPreRelease to isPrerelease
- 9ac20b9 TEST: require #.#.[dev|rc]# as package version
- 2f0af64 Merge pull request #272 from BCG-Gamma/dev/2.0.0dev0
- 74ded60 Publish development releases as pre-releases
- 9f37a5c Merge branch '2.0.x' into dev/2.0.0dev0
- d976f2c API: expect Iterable not positional args in run_jobs() and run_queues() (#269)
- 1eea1a7 DOC: update release notes
- 13ffe12 Merge branch '1.2.x' into 2.0.x
- f87f567 DOC: update release notes
See More
- de3fd6a Merge branch '1.1.x' into 1.2.x
- f5c832d FIX: always use leaf weights for labels in dendrogram report style (#270)
- ed9e4c7 Merge branch '2.0.x' into dev/2.0.0dev0
- b52efd3 BUILD: update version to 2.0.0dev0
- e0da851 TEST: allow x.x.xdevx as package version
- 41fbe8c BUILD: start 2.0.x development branch
This list of changes was auto generated.
pytools 2.0.0.dev0
This is the 2.0.0.dev0 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:
- 2f0af64 Merge pull request #272 from BCG-Gamma/dev/2.0.0dev0
- 74ded60 Publish development releases as pre-releases
- 9f37a5c Merge branch '2.0.x' into dev/2.0.0dev0
- d976f2c API: expect Iterable not positional args in run_jobs() and run_queues() (#269)
- 1eea1a7 DOC: update release notes
- 13ffe12 Merge branch '1.2.x' into 2.0.x
- f87f567 DOC: update release notes
- de3fd6a Merge branch '1.1.x' into 1.2.x
- f5c832d FIX: always use leaf weights for labels in dendrogram report style (#270)
- ed9e4c7 Merge branch '2.0.x' into dev/2.0.0dev0
See More
- b52efd3 BUILD: update version to 2.0.0dev0
- e0da851 TEST: allow x.x.xdevx as package version
- 41fbe8c BUILD: start 2.0.x development branch
This list of changes was auto generated.
pytools 1.2.2
This is the 1.2.2 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:
- d62f7ea Merge pull request #267 from BCG-Gamma/dev/1.2.2
- 156b117 Merge branch '1.2.x' into dev/1.2.2
- 8f46b05 Merge branch '1.1.x' into 1.2.x
- e1290af Merge pull request #266 from BCG-Gamma/dev/1.2.2
- ce4e91b Merge remote-tracking branch 'origin/1.2.x' into 1.2.x
- f57068f BUILD: relax upper bounds of package requirements (#263)
- d62ad65 TEST: only issue a warning if current version is already on PyPi
- 9f134a6 BUILD: correct package name to gamma-pytools
- aa127fc DOC: update release notes
- 4f921db Merge branch '1.1.x' into 1.2.x
See More
- 8dd1c0b BUILD: use pytools 1.2.x for build script
- 6207648 Merge branch '1.1.x' into 1.2.x
- b2ab94e Merge branch '1.1.x' into 1.2.x
- ffdb05c Merge branch '1.1.x' into 1.2.x
- d42846f BUILD: update version to 1.2.2
- 7c1decb Merge branch '1.1.x' into 1.2.x
- 7857e28 Merge pull request #256 from BCG-Gamma/dev/1.2.1
- 9967b93 DOC: update RELEASE_NOTES.rst
- 7dead4a Merge branch '1.1.x' into 1.2.x
- c46b157 update version to 1.2.1
- 56f75bb Merge pull request #253 from BCG-Gamma/dev/1.2.0
- ba9be19 DOC: make minor tweaks to the pytools documentation (#252)
- a73c70f update version to 1.2.0
- 5491878 Merge pull request #251 from BCG-Gamma/dev/1.2.0rc0
- 4ed9d4c Merge branch '1.1.x' into 1.2.x
- 45cbc4e BUILD: prepare package requirements to support scikit-learn 0.24 in sklearndf (#248)
- e1f6991 Merge branch '1.1.x' into 1.2.x
- 0ed7ce1 Merge branch '1.1.x' into 1.2.x
- cb38894 Merge branch '1.1.x' into 1.2.x
- 5b44dc4 API: enhance documentation decorators (update @inheritdoc and add new @subsdoc decorator) (#239)
- 29a8cae API: add to_collection(); accept multiple types in to_…() functions (#238)
- e3ecc5c BUILD: set up build process for 1.2.x (#240)
- 5c188d7 Merge branch '1.1.x' into 1.2.x
- 7b3c38d Increase version to 1.2.0
This list of changes was auto generated.
pytools 1.1.5
This is the 1.1.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:
- c3b58cf Merge pull request #265 from BCG-Gamma/dev/1.1.5
- d62ad65 TEST: only issue a warning if current version is already on PyPi
- 9f134a6 BUILD: correct package name to gamma-pytools
- b128fc9 Merge pull request #262 from BCG-Gamma/dev/1.1.5
- 8b40d86 FIX: accept arbitrary numeric values as linkage tree leaf weights (#261)
- b3df524 FIX: unpack first operand aliases when comparing binary expressions (#260)
- 4d1aa05 BUILD: use pytools 1.1.x for build script
- 42f0128 BUILD: disable nightly builds on 1.1.x branch
- 6db82c3 BUILD: fix idents broken by merge from develop branch
- f721f6a BUILD: update git_url path
See More
- 9ecc4c1 Merge branch 'develop' into 1.1.x
- 0a0363c BUILD: standardize azure pipeline across BCG Gamma repos (#259)
- ae2dda5 BUILD: major refactor of build script and config (#258)
- 50a0468 BUILD: update version to 1.1.5
- ff7de82 Merge branch 'develop' into 1.1.x
- e7286b5 BUILD: run nightly builds at 2am on 1.2.x (#257)
- c139937 Merge pull request #255 from BCG-Gamma/dev/1.1.4
This list of changes was auto generated.
pytools 1.2.1
This is the 1.2.1 release of 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:
- 7857e28 Merge pull request #256 from BCG-Gamma/dev/1.2.1
- 9967b93 DOC: update RELEASE_NOTES.rst
- 7dead4a Merge branch '1.1.x' into 1.2.x
- c46b157 update version to 1.2.1
- 56f75bb Merge pull request #253 from BCG-Gamma/dev/1.2.0
- ba9be19 DOC: make minor tweaks to the pytools documentation (#252)
- a73c70f update version to 1.2.0
- 5491878 Merge pull request #251 from BCG-Gamma/dev/1.2.0rc0
- 4ed9d4c Merge branch '1.1.x' into 1.2.x
- 45cbc4e BUILD: prepare package requirements to support scikit-learn 0.24 in sklearndf (#248)
See More
- e1f6991 Merge branch '1.1.x' into 1.2.x
- 0ed7ce1 Merge branch '1.1.x' into 1.2.x
- cb38894 Merge branch '1.1.x' into 1.2.x
- 5b44dc4 API: enhance documentation decorators (update @inheritdoc and add new @subsdoc decorator) (#239)
- 29a8cae API: add to_collection(); accept multiple types in to_…() functions (#238)
- e3ecc5c BUILD: set up build process for 1.2.x (#240)
- 5c188d7 Merge branch '1.1.x' into 1.2.x
- 7b3c38d Increase version to 1.2.0
This list of changes was auto generated.
pytools 1.1.4
This is the 1.1.4 release of 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:
- c139937 Merge pull request #255 from BCG-Gamma/dev/1.1.4
- fb2be8d DOC: update formatting in release notes
- edd20aa BUILD: support joblib 1.0.* (#254)
This list of changes was auto generated.
pytools 1.2.0
This is the 1.2.0 release of 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:
- 56f75bb Merge pull request #253 from BCG-Gamma/dev/1.2.0
- ba9be19 DOC: make minor tweaks to the pytools documentation (#252)
- a73c70f update version to 1.2.0
- 5491878 Merge pull request #251 from BCG-Gamma/dev/1.2.0rc0
- 4ed9d4c Merge branch '1.1.x' into 1.2.x
- bf72956 Merge branch '1.1.x' of git@github.com:BCG-Gamma/pytools.git
- 8ea09bf update version to 1.1.4
- 2badc8c Merge branch 'develop' into 1.1.x
- a5536b3 BUILD: pin jinja2 to ~=2.11 environment.yml (#250)
- 45cbc4e BUILD: prepare package requirements to support scikit-learn 0.24 in sklearndf (#248)
See More
- 74628ed Merge pull request #249 from BCG-Gamma/build/pin_jinja_to_2.x
- 96d2430 BUILD: pin jinja2 to ~=2.11 to prevent incompatibility with sphinx
- e1f6991 Merge branch '1.1.x' into 1.2.x
- 0ed7ce1 Merge branch '1.1.x' into 1.2.x
- cb38894 Merge branch '1.1.x' into 1.2.x
- 5b44dc4 API: enhance documentation decorators (update @inheritdoc and add new @subsdoc decorator) (#239)
- 29a8cae API: add to_collection(); accept multiple types in to_…() functions (#238)
- e3ecc5c BUILD: set up build process for 1.2.x (#240)
- 5c188d7 Merge branch '1.1.x' into 1.2.x
- 7b3c38d Increase version to 1.2.0
This list of changes was auto generated.