Releases: BCG-X-Official/pytools
pytools 1.2.0rc0
This is the 1.2.0rc0 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:
- 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 [email protected]: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)
- 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
See More
- 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.3
This is the 1.1.3 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:
- adf7de4 Merge pull request #245 from BCG-Gamma/dev/1.1.3
- 42031d3 API: remove deprecated methods in class ParallelizableMixin (#247)
- 503b6c3 BUILD: pin Jinja2 version to <3.0 to prevent breaking the sphinx build (#246)
- 8bc3740 API: do not check documented parameters if docstring is missing (#244)
- b8ac1df FIX: update forward references in AllTracker also with generic arguments (#243)
- 30d79b8 FIX: correctly check for preceding blank line when positioning ':bases:' (#241)
- 744b74e REFACTOR: import class Pattern from typing module (#242)
- 36bc6aa Merge branch 'develop' into 1.1.x
- ec0f62b FIX: return eq_=False when one infix expression is a prefix of the other (#235)
- f723ab6 FIX: return eq_=False when one infix expression is a prefix of the other (#236)
pytools 1.1.2
This is the 1.1.2 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:
- af0afff Merge pull request #234 from BCG-Gamma/dev/1.1.2
- 0e178e4 Merge branch 'release/1.1.1' into 1.1.x
- d5bf557 Merge branch 'develop' into 1.1.x
- e8760e6 API: prevent casting Expression instances to bool (#233)
- 953c790 Merge remote-tracking branch 'origin/develop' into develop
- 8c44cbc update RELEASE_NOTES.rst
- aedaa77 BUILD: backport docs build bugfix (#231)
- 64d3361 API: support inheriting class docstrings from superclasses in @inheritdoc; add @subsdoc decorator to replace text in docstrings (#227)
- bd004c6 API: use background color to render matrix grid to increase contrast (#223)
- 5346987 Increase version to 1.0.5
See More
- cb474d0 Merge branch 'develop' into 1.1.x
- 6bfe739 Merge branch 'develop' into 1.1.x
- 082feb6 BUILD: Set pytools version to 1.1.2 (#221)
- 94c144b Merge pull request #220 from BCG-Gamma/dev/1.1.1
- 0205fa7 DEBUG: remove unnecessary log message from update_forward_references() (#218)
- da208e8 FIX: override potential global gridline settings in matplot matrix plots (#219)
- e7839af API: raise exception when running job queues returns wrong # of results (#216)
- 74b3685 API: use current axes as default in MatplotStyle (#217)
- 2b1aa38 make_base.py: update version data also on non-latest stable (#215)
- 9ba749d Merge branch 'develop' into 1.1.x
- 8428214 azure-pipelines.yml: add copy of old docs-versions folder (#214)
- afc5ff8 BUILD: For Azure docs build, increase verbosity and add failsafe (#212)
- d3cbaf8 set pytools to 1.1.1 (#213)
- c57438d Merge pull request #211 from BCG-Gamma/dev/1.1.0
- 7f46510 DOC: improve docstrings of two implementations of JobQueue.collate() (#209)
- 6f9725b BUILD: prepare for release of pytools 1.1.0 (#210)
- 2dd405d Merge pull request #206 from BCG-Gamma/dev/1.1.0rc1
- 3dcff72 FIX: remove dependency of make_base.py pytools (#207)
- 1b3a547 API: rename JobQueue.start() to JobQueue.on_run() (#205)
- cbb499d BUILD: publish to default GitHub pages address only when releasing the latest stable version (#204)
- 18c12b0 Merge pull request #201 from BCG-Gamma/dev/1.1.0rc0
- 48163e3 FIX: do not attempt to replace 3rd party documentation for attributes (#203)
- 40c4e07 FIX: remove reliance on re.Pattern in Python 3.6 (#202)
- 8241603 FIX: prevent infinite recursion in function update_forward_references (#200)
- 184cc63 API: AllTracker detection/prevention of exporting imported objects and global constants (#199)
- 85c6f6d Merge branch 'develop' into 1.1.x
- bafc6e2 Merge branch 'develop' into 1.1.x
- 780c208 Merge branch 'develop' into 1.1.x
- 23af0d2 Merge branch 'develop' into 1.1.x
- ec2f4bd Merge branch 'develop' into 1.1.x
- 2feda60 API: replace forward type references with actual classes in AllTracker (#187)
- 925e57c FIX: drawer style start_drawing and finalize_drawing (#188)
- 9b9c0ac Merge branch 'develop' into 1.1.x
- 3412087 REFACTOR: more modular management of DocValidator validation tests; move tests to module pytools.api.doc (#186)
- 36361ec change version to 1.1.0rc0 (#183)
- e23c825 BUILD: set working directory for tox pytest to project root (#184)
- 636afaf TEST: add unit test for docstrings (#179)
- b71ccfc Merge branch 'develop' into 1.1.x
- 9c51f75 Merge branch 'develop' into 1.1.x
- 772d35e Merge branch 'develop' into 1.1.x
- eafd2d5 API: make method MatplotStyle._apply_color_scheme public (#167)
- 6d399a4 Merge branch 'develop' into 1.1.x
- 52194e4 Merge branch 'develop' into 1.1.x
- fb6f78c Merge branch 'develop' into 1.1.x
- 5a0b732 Merge branch 'develop' into 1.1.x
- 1163d5a BUILD: add bcg_gamma to conda channels in make.py (#160)
- 99ad36a Merge branch 'develop' into 1.1.x
- 824526a Merge branch 'develop' into 1.1.x
- 06f0157 Merge branch 'develop' into 1.1.x
- 9f6ee8c Merge branch 'develop' into 1.1.x
- 3685a7a FIX: drop support for joblib v0.13 (#152)
- 30d7642 BUILD: update version numbers (#150)
- b2b0236 FIX: drop support for joblib v0.13 (#149)
- 2ab9615 Merge branch 'develop' into merge/develop_to_1.1.x
- 995bc87 Merge branch '1.1.x' into merge/develop_to_1.1.x
- 3ee537b API: add oo framework for parallel execution of jobs using joblib (#139)
- e9b3dc1 Merge branch 'develop' into merge/develop_to_1.1.x
- bb4cddc rename branch 1.1 to 1.1.x (#140)
- 8576583 update azure pipelines for 1.1 branch
This list of changes was auto generated.
pytools 1.0.5
This is the 1.0.5 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:
This list of changes was auto generated.
pytools 1.0.4
This is the 1.0.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:
- a7239b7 FIX: do not substitute ~= by ~== when adapting version syntax for tox (#229)
- 19b056e Merge branch 'release/1.0.3' into develop
- aae8234 Merge branch 'dev/1.0.3' into develop
- 60b2574 Increase version to 1.0.4
This list of changes was auto generated.
pytools 1.0.3
This is the 1.0.3 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:
- a5f3da6 Merge pull request #225 from BCG-Gamma/dev/1.0.3
- 0ec042a BUILD: add Python package version to sphinx, use for FAQs (#226)
- 0e82dda Update pytools version in faqs.rst
- 37583fb BUILD: prepare for release 1.0.3 (#224)
- 9deb818 FIX: version syntax adaptation with mixed = and >= (#222)
This list of changes was auto generated.
pytools 1.1.1
This is the 1.1.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:
- 94c144b Merge pull request #220 from BCG-Gamma/dev/1.1.1
- 0205fa7 DEBUG: remove unnecessary log message from update_forward_references() (#218)
- da208e8 FIX: override potential global gridline settings in matplot matrix plots (#219)
- e7839af API: raise exception when running job queues returns wrong # of results (#216)
- 74b3685 API: use current axes as default in MatplotStyle (#217)
- 2b1aa38 make_base.py: update version data also on non-latest stable (#215)
- 9ba749d Merge branch 'develop' into 1.1.x
- 8428214 azure-pipelines.yml: add copy of old docs-versions folder (#214)
- afc5ff8 BUILD: For Azure docs build, increase verbosity and add failsafe (#212)
- d3cbaf8 set pytools to 1.1.1 (#213)
See More
This list of changes was auto generated.
pytools 1.1.0
This is the 1.1.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:
- c57438d Merge pull request #211 from BCG-Gamma/dev/1.1.0
- 7f46510 DOC: improve docstrings of two implementations of JobQueue.collate() (#209)
- 6f9725b BUILD: prepare for release of pytools 1.1.0 (#210)
- 2dd405d Merge pull request #206 from BCG-Gamma/dev/1.1.0rc1
- 3dcff72 FIX: remove dependency of make_base.py pytools (#207)
- 1b3a547 API: rename JobQueue.start() to JobQueue.on_run() (#205)
- cbb499d BUILD: publish to default GitHub pages address only when releasing the latest stable version (#204)
- 18c12b0 Merge pull request #201 from BCG-Gamma/dev/1.1.0rc0
- 48163e3 FIX: do not attempt to replace 3rd party documentation for attributes (#203)
- 40c4e07 FIX: remove reliance on re.Pattern in Python 3.6 (#202)
See More
- 8241603 FIX: prevent infinite recursion in function update_forward_references (#200)
- 184cc63 API: AllTracker detection/prevention of exporting imported objects and global constants (#199)
- 85c6f6d Merge branch 'develop' into 1.1.x
- e0216f8 BUILD: update flake8 to v3.9.0 (#198)
- bafc6e2 Merge branch 'develop' into 1.1.x
- 35746dc Merge branch 'dev/1.0.2' into develop
- 780c208 Merge branch 'develop' into 1.1.x
- 23af0d2 Merge branch 'develop' into 1.1.x
- 85445b5 DOCS: add pre-commit hook instructions to contribution guide (#196)
- a05294c BUILD: Enforce pre-release for minor and major releases (#197)
- 3f5820b BUILD: add the bcg_gamma conda channel when building (#195)
- a58f993 BUILD: allow to skip package version check based on ENV variable (#194)
- 7d03d42 BUILD: bump pytools patch version to 1.0.3rc0 (#193)
- ec2f4bd Merge branch 'develop' into 1.1.x
- 2feda60 API: replace forward type references with actual classes in AllTracker (#187)
- 925e57c FIX: drawer style start_drawing and finalize_drawing (#188)
- 9b9c0ac Merge branch 'develop' into 1.1.x
- 3412087 REFACTOR: more modular management of DocValidator validation tests; move tests to module pytools.api.doc (#186)
- 36361ec change version to 1.1.0rc0 (#183)
- e23c825 BUILD: set working directory for tox pytest to project root (#184)
- 636afaf TEST: add unit test for docstrings (#179)
- b71ccfc Merge branch 'develop' into 1.1.x
- 9c51f75 Merge branch 'develop' into 1.1.x
- 772d35e Merge branch 'develop' into 1.1.x
- eafd2d5 API: make method MatplotStyle._apply_color_scheme public (#167)
- 6d399a4 Merge branch 'develop' into 1.1.x
- 52194e4 Merge branch 'develop' into 1.1.x
- fb6f78c Merge branch 'develop' into 1.1.x
- 5a0b732 Merge branch 'develop' into 1.1.x
- 1163d5a BUILD: add bcg_gamma to conda channels in make.py (#160)
- 99ad36a Merge branch 'develop' into 1.1.x
- 824526a Merge branch 'develop' into 1.1.x
- 06f0157 Merge branch 'develop' into 1.1.x
- 9f6ee8c Merge branch 'develop' into 1.1.x
- 3685a7a FIX: drop support for joblib v0.13 (#152)
- 30d7642 BUILD: update version numbers (#150)
- b2b0236 FIX: drop support for joblib v0.13 (#149)
- 2ab9615 Merge branch 'develop' into merge/develop_to_1.1.x
- 995bc87 Merge branch '1.1.x' into merge/develop_to_1.1.x
- 3ee537b API: add oo framework for parallel execution of jobs using joblib (#139)
- e9b3dc1 Merge branch 'develop' into merge/develop_to_1.1.x
- bb4cddc rename branch 1.1 to 1.1.x (#140)
- 8576583 update azure pipelines for 1.1 branch
This list of changes was auto generated.
pytools 1.1.0rc1
This is the 1.1.0rc1 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:
- 2dd405d Merge pull request #206 from BCG-Gamma/dev/1.1.0rc1
- 3dcff72 FIX: remove dependency of make_base.py pytools (#207)
- 1b3a547 API: rename JobQueue.start() to JobQueue.on_run() (#205)
- cbb499d BUILD: publish to default GitHub pages address only when releasing the latest stable version (#204)
- 18c12b0 Merge pull request #201 from BCG-Gamma/dev/1.1.0rc0
- 48163e3 FIX: do not attempt to replace 3rd party documentation for attributes (#203)
- 40c4e07 FIX: remove reliance on re.Pattern in Python 3.6 (#202)
- 8241603 FIX: prevent infinite recursion in function update_forward_references (#200)
- 184cc63 API: AllTracker detection/prevention of exporting imported objects and global constants (#199)
- 85c6f6d Merge branch 'develop' into 1.1.x
See More
- e0216f8 BUILD: update flake8 to v3.9.0 (#198)
- bafc6e2 Merge branch 'develop' into 1.1.x
- 35746dc Merge branch 'dev/1.0.2' into develop
- 780c208 Merge branch 'develop' into 1.1.x
- 23af0d2 Merge branch 'develop' into 1.1.x
- 85445b5 DOCS: add pre-commit hook instructions to contribution guide (#196)
- a05294c BUILD: Enforce pre-release for minor and major releases (#197)
- 3f5820b BUILD: add the bcg_gamma conda channel when building (#195)
- a58f993 BUILD: allow to skip package version check based on ENV variable (#194)
- 7d03d42 BUILD: bump pytools patch version to 1.0.3rc0 (#193)
- ec2f4bd Merge branch 'develop' into 1.1.x
- 2feda60 API: replace forward type references with actual classes in AllTracker (#187)
- 925e57c FIX: drawer style start_drawing and finalize_drawing (#188)
- 9b9c0ac Merge branch 'develop' into 1.1.x
- 3412087 REFACTOR: more modular management of DocValidator validation tests; move tests to module pytools.api.doc (#186)
- 36361ec change version to 1.1.0rc0 (#183)
- e23c825 BUILD: set working directory for tox pytest to project root (#184)
- 636afaf TEST: add unit test for docstrings (#179)
- b71ccfc Merge branch 'develop' into 1.1.x
- 9c51f75 Merge branch 'develop' into 1.1.x
- 772d35e Merge branch 'develop' into 1.1.x
- eafd2d5 API: make method MatplotStyle._apply_color_scheme public (#167)
- 6d399a4 Merge branch 'develop' into 1.1.x
- 52194e4 Merge branch 'develop' into 1.1.x
- fb6f78c Merge branch 'develop' into 1.1.x
- 5a0b732 Merge branch 'develop' into 1.1.x
- 1163d5a BUILD: add bcg_gamma to conda channels in make.py (#160)
- 99ad36a Merge branch 'develop' into 1.1.x
- 824526a Merge branch 'develop' into 1.1.x
- 06f0157 Merge branch 'develop' into 1.1.x
- 9f6ee8c Merge branch 'develop' into 1.1.x
- 3685a7a FIX: drop support for joblib v0.13 (#152)
- 30d7642 BUILD: update version numbers (#150)
- b2b0236 FIX: drop support for joblib v0.13 (#149)
- 2ab9615 Merge branch 'develop' into merge/develop_to_1.1.x
- 995bc87 Merge branch '1.1.x' into merge/develop_to_1.1.x
- 3ee537b API: add oo framework for parallel execution of jobs using joblib (#139)
- e9b3dc1 Merge branch 'develop' into merge/develop_to_1.1.x
- bb4cddc rename branch 1.1 to 1.1.x (#140)
- 8576583 update azure pipelines for 1.1 branch
This list of changes was auto generated.
pytools 1.1.0rc0
This is the 1.1.0rc0 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:
- 18c12b0 Merge pull request #201 from BCG-Gamma/dev/1.1.0rc0
- 48163e3 FIX: do not attempt to replace 3rd party documentation for attributes (#203)
- 40c4e07 FIX: remove reliance on re.Pattern in Python 3.6 (#202)
- 8241603 FIX: prevent infinite recursion in function update_forward_references (#200)
- 184cc63 API: AllTracker detection/prevention of exporting imported objects and global constants (#199)
- 85c6f6d Merge branch 'develop' into 1.1.x
- e0216f8 BUILD: update flake8 to v3.9.0 (#198)
- bafc6e2 Merge branch 'develop' into 1.1.x
- 35746dc Merge branch 'dev/1.0.2' into develop
- 780c208 Merge branch 'develop' into 1.1.x
See More
- 23af0d2 Merge branch 'develop' into 1.1.x
- 85445b5 DOCS: add pre-commit hook instructions to contribution guide (#196)
- a05294c BUILD: Enforce pre-release for minor and major releases (#197)
- 3f5820b BUILD: add the bcg_gamma conda channel when building (#195)
- a58f993 BUILD: allow to skip package version check based on ENV variable (#194)
- 7d03d42 BUILD: bump pytools patch version to 1.0.3rc0 (#193)
- ec2f4bd Merge branch 'develop' into 1.1.x
- 2feda60 API: replace forward type references with actual classes in AllTracker (#187)
- 925e57c FIX: drawer style start_drawing and finalize_drawing (#188)
- 9b9c0ac Merge branch 'develop' into 1.1.x
- 3412087 REFACTOR: more modular management of DocValidator validation tests; move tests to module pytools.api.doc (#186)
- 36361ec change version to 1.1.0rc0 (#183)
- e23c825 BUILD: set working directory for tox pytest to project root (#184)
- 636afaf TEST: add unit test for docstrings (#179)
- b71ccfc Merge branch 'develop' into 1.1.x
- 9c51f75 Merge branch 'develop' into 1.1.x
- 772d35e Merge branch 'develop' into 1.1.x
- eafd2d5 API: make method MatplotStyle._apply_color_scheme public (#167)
- 6d399a4 Merge branch 'develop' into 1.1.x
- 52194e4 Merge branch 'develop' into 1.1.x
- fb6f78c Merge branch 'develop' into 1.1.x
- 5a0b732 Merge branch 'develop' into 1.1.x
- 1163d5a BUILD: add bcg_gamma to conda channels in make.py (#160)
- 99ad36a Merge branch 'develop' into 1.1.x
- 824526a Merge branch 'develop' into 1.1.x
- 06f0157 Merge branch 'develop' into 1.1.x
- 9f6ee8c Merge branch 'develop' into 1.1.x
- 3685a7a FIX: drop support for joblib v0.13 (#152)
- 30d7642 BUILD: update version numbers (#150)
- b2b0236 FIX: drop support for joblib v0.13 (#149)
- 2ab9615 Merge branch 'develop' into merge/develop_to_1.1.x
- 995bc87 Merge branch '1.1.x' into merge/develop_to_1.1.x
- 3ee537b API: add oo framework for parallel execution of jobs using joblib (#139)
- e9b3dc1 Merge branch 'develop' into merge/develop_to_1.1.x
- bb4cddc rename branch 1.1 to 1.1.x (#140)
- 8576583 update azure pipelines for 1.1 branch
This list of changes was auto generated.