Skip to content

Releases: BCG-X-Official/pytools

pytools 2.0.dev8

10 Mar 17:10
30b4bf3
Compare
Choose a tag to compare
pytools 2.0.dev8 Pre-release
Pre-release

This is the 2.0.dev8 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:

  • 30b4bf3 Merge pull request #321 from BCG-Gamma/dev/2.0.dev8
  • 375f8c2 FIX: flatten args passed to Callable[…].copy_with (#320)
  • 9ff6ee6 BUILD: update version to 2.0.dev8
  • 361b6ca Merge pull request #319 from BCG-Gamma/dev/2.0.dev7
  • 363855c BUILD: change version to 2.0.dev7
  • f953797 API: replace custom code to parse type hints with call to get_type_hints (#318)
  • d4acba8 BUILD: update version to 2.0.rc1
  • 87d4b57 Merge pull request #316 from BCG-Gamma/dev/2.0.dev6
  • ab51ace API: make method FittableMixin.ensure_fitted public (#315)
  • 95165b8 FIX: re-format code for Black 22.1
See More
  • 505ba7c BUILD: update version to 2.0.dev6
  • 438b98a Merge branch '1.2.x' into 2.0.x
  • 98abe97 Merge branch '1.1.x' into 1.2.x
  • b948a99 Merge pull request #314 from BCG-Gamma/dev/2.0.dev5
  • 4a20efe FIX: address Azure bug that could add a ' to the end of version tags
  • 964a0b7 FIX: address Azure bug that could add a ' to the end of version tags
  • 8099047 FIX: re-format code for Black 22.1
  • 93c1bb4 FIX: print all log messages to stderr in make.py (#307)
  • 1395da7 Merge branch '1.2.x' into 2.0.x
  • e99f7bb FIX: accommodate a change to Axes.grid() introduced in matplotlib 3.5 (#308)
  • 40579fd BUILD: move py.typed to package root (#306)
  • 6a7f4e6 BUILD: update version to 2.0.dev5
  • ca4ed11 Merge branch 'release/2.0.dev4' into 2.0.x
  • b71b1b3 FIX: add missing type call (#305)
  • e54d2f1 BUILD: update GitHub connection for releases
  • 1d2b8dc Merge pull request #304 from BCG-Gamma/dev/2.0.dev4
  • cefbab9 BUILD: update release notes
  • 3893488 BUILD: run mypy check using pip not conda
  • f77e9f0 FIX: mock up ArrayLike if not supported by numpy
  • 50eaa02 Merge branch release/2.0.dev3 into 2.0.x
  • 700d4b8 BUILD: support for mypy (#292)
  • 2c0c8bc BUILD: update version to 2.0.dev4
  • 713d7aa Merge pull request #303 from BCG-Gamma/dev/2.0.dev3
  • c0bea92 API: add function camel_case_to_snake_case (#302)
  • c23c806 Merge branch '1.2.x' into 2.0.x
  • eb120b6 BUILD: drop Python 3.6 support and enable Python 3.9 (#296)
  • f321259 API: add AllTracker tests (#291)
  • 557ae03 REFACTOR: import AllTracker directly from _alltracker, not via from _api
  • bfc88a1 DEBUG: remove a verbose debug log message from class DocValidator
  • 203a643 Merge remote-tracking branch 'origin/release/2.0.dev2' into 2.0.x
  • 8d1a283 BUILD: update version to 2.0.dev3
  • 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
  • a0d4bd0 Merge branch '1.2.x' into 2.0.x
  • a0b2ec9 DOC: update code coverage badges in README.rst
  • cc7cb28 Merge branch '1.2.x' into 2.0.x
  • 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
  • a43d07c Merge branch '1.2.x' into 2.0.x
  • c582ca7 Merge branch '1.2.x' into 2.0.x
  • 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
  • fe7403d API: make method Drawer.get_style_kwargs() public (#281)
  • 942e4a8 Merge branch '1.2.x' into 2.0.x
  • dddd349 Merge branch '1.2.x' into 2.0.x
  • 7bd3bf6 Merge branch '1.2.x' into 2.0.x
  • b86afb7 Merge branch '1.2.x' into 2.0.x
  • 9052a6e DOC: re-format release notes
  • bd905a2 Merge branch '1.2.x' into 2.0.x
  • 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
  • 7a35897 Merge branch '1.2.x' into 2.0.x
  • 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
  • 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.dev7

08 Mar 09:10
361b6ca
Compare
Choose a tag to compare
pytools 2.0.dev7 Pre-release
Pre-release

This is the 2.0.dev7 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:

  • 361b6ca Merge pull request #319 from BCG-Gamma/dev/2.0.dev7
  • 363855c BUILD: change version to 2.0.dev7
  • f953797 API: replace custom code to parse type hints with call to get_type_hints (#318)
  • d4acba8 BUILD: update version to 2.0.rc1
  • 87d4b57 Merge pull request #316 from BCG-Gamma/dev/2.0.dev6
  • ab51ace API: make method FittableMixin.ensure_fitted public (#315)
  • 95165b8 FIX: re-format code for Black 22.1
  • 505ba7c BUILD: update version to 2.0.dev6
  • 438b98a Merge branch '1.2.x' into 2.0.x
  • 98abe97 Merge branch '1.1.x' into 1.2.x
See More
  • b948a99 Merge pull request #314 from BCG-Gamma/dev/2.0.dev5
  • 4a20efe FIX: address Azure bug that could add a ' to the end of version tags
  • 964a0b7 FIX: address Azure bug that could add a ' to the end of version tags
  • 8099047 FIX: re-format code for Black 22.1
  • 93c1bb4 FIX: print all log messages to stderr in make.py (#307)
  • 1395da7 Merge branch '1.2.x' into 2.0.x
  • e99f7bb FIX: accommodate a change to Axes.grid() introduced in matplotlib 3.5 (#308)
  • 40579fd BUILD: move py.typed to package root (#306)
  • 6a7f4e6 BUILD: update version to 2.0.dev5
  • ca4ed11 Merge branch 'release/2.0.dev4' into 2.0.x
  • b71b1b3 FIX: add missing type call (#305)
  • e54d2f1 BUILD: update GitHub connection for releases
  • 1d2b8dc Merge pull request #304 from BCG-Gamma/dev/2.0.dev4
  • cefbab9 BUILD: update release notes
  • 3893488 BUILD: run mypy check using pip not conda
  • f77e9f0 FIX: mock up ArrayLike if not supported by numpy
  • 50eaa02 Merge branch release/2.0.dev3 into 2.0.x
  • 700d4b8 BUILD: support for mypy (#292)
  • 2c0c8bc BUILD: update version to 2.0.dev4
  • 713d7aa Merge pull request #303 from BCG-Gamma/dev/2.0.dev3
  • c0bea92 API: add function camel_case_to_snake_case (#302)
  • c23c806 Merge branch '1.2.x' into 2.0.x
  • eb120b6 BUILD: drop Python 3.6 support and enable Python 3.9 (#296)
  • f321259 API: add AllTracker tests (#291)
  • 557ae03 REFACTOR: import AllTracker directly from _alltracker, not via from _api
  • bfc88a1 DEBUG: remove a verbose debug log message from class DocValidator
  • 203a643 Merge remote-tracking branch 'origin/release/2.0.dev2' into 2.0.x
  • 8d1a283 BUILD: update version to 2.0.dev3
  • 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
  • a0d4bd0 Merge branch '1.2.x' into 2.0.x
  • a0b2ec9 DOC: update code coverage badges in README.rst
  • cc7cb28 Merge branch '1.2.x' into 2.0.x
  • 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
  • a43d07c Merge branch '1.2.x' into 2.0.x
  • c582ca7 Merge branch '1.2.x' into 2.0.x
  • 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
  • fe7403d API: make method Drawer.get_style_kwargs() public (#281)
  • 942e4a8 Merge branch '1.2.x' into 2.0.x
  • dddd349 Merge branch '1.2.x' into 2.0.x
  • 7bd3bf6 Merge branch '1.2.x' into 2.0.x
  • b86afb7 Merge branch '1.2.x' into 2.0.x
  • 9052a6e DOC: re-format release notes
  • bd905a2 Merge branch '1.2.x' into 2.0.x
  • 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
  • 7a35897 Merge branch '1.2.x' into 2.0.x
  • 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
  • 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.dev6

04 Mar 12:37
87d4b57
Compare
Choose a tag to compare
pytools 2.0.dev6 Pre-release
Pre-release

This is the 2.0.dev6 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:

  • 87d4b57 Merge pull request #316 from BCG-Gamma/dev/2.0.dev6
  • ab51ace API: make method FittableMixin.ensure_fitted public (#315)
  • 95165b8 FIX: re-format code for Black 22.1
  • 505ba7c BUILD: update version to 2.0.dev6
  • 438b98a Merge branch '1.2.x' into 2.0.x
  • 98abe97 Merge branch '1.1.x' into 1.2.x
  • b948a99 Merge pull request #314 from BCG-Gamma/dev/2.0.dev5
  • 4a20efe FIX: address Azure bug that could add a ' to the end of version tags
  • 964a0b7 FIX: address Azure bug that could add a ' to the end of version tags
  • 8099047 FIX: re-format code for Black 22.1
See More
  • 93c1bb4 FIX: print all log messages to stderr in make.py (#307)
  • 1395da7 Merge branch '1.2.x' into 2.0.x
  • e99f7bb FIX: accommodate a change to Axes.grid() introduced in matplotlib 3.5 (#308)
  • 40579fd BUILD: move py.typed to package root (#306)
  • 6a7f4e6 BUILD: update version to 2.0.dev5
  • ca4ed11 Merge branch 'release/2.0.dev4' into 2.0.x
  • b71b1b3 FIX: add missing type call (#305)
  • e54d2f1 BUILD: update GitHub connection for releases
  • 1d2b8dc Merge pull request #304 from BCG-Gamma/dev/2.0.dev4
  • cefbab9 BUILD: update release notes
  • 3893488 BUILD: run mypy check using pip not conda
  • f77e9f0 FIX: mock up ArrayLike if not supported by numpy
  • 50eaa02 Merge branch release/2.0.dev3 into 2.0.x
  • 700d4b8 BUILD: support for mypy (#292)
  • 2c0c8bc BUILD: update version to 2.0.dev4
  • 713d7aa Merge pull request #303 from BCG-Gamma/dev/2.0.dev3
  • c0bea92 API: add function camel_case_to_snake_case (#302)
  • c23c806 Merge branch '1.2.x' into 2.0.x
  • eb120b6 BUILD: drop Python 3.6 support and enable Python 3.9 (#296)
  • f321259 API: add AllTracker tests (#291)
  • 557ae03 REFACTOR: import AllTracker directly from _alltracker, not via from _api
  • bfc88a1 DEBUG: remove a verbose debug log message from class DocValidator
  • 203a643 Merge remote-tracking branch 'origin/release/2.0.dev2' into 2.0.x
  • 8d1a283 BUILD: update version to 2.0.dev3
  • 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
  • a0d4bd0 Merge branch '1.2.x' into 2.0.x
  • a0b2ec9 DOC: update code coverage badges in README.rst
  • cc7cb28 Merge branch '1.2.x' into 2.0.x
  • 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
  • a43d07c Merge branch '1.2.x' into 2.0.x
  • c582ca7 Merge branch '1.2.x' into 2.0.x
  • 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
  • fe7403d API: make method Drawer.get_style_kwargs() public (#281)
  • 942e4a8 Merge branch '1.2.x' into 2.0.x
  • dddd349 Merge branch '1.2.x' into 2.0.x
  • 7bd3bf6 Merge branch '1.2.x' into 2.0.x
  • b86afb7 Merge branch '1.2.x' into 2.0.x
  • 9052a6e DOC: re-format release notes
  • bd905a2 Merge branch '1.2.x' into 2.0.x
  • 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
  • 7a35897 Merge branch '1.2.x' into 2.0.x
  • 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
  • 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.dev5

03 Mar 18:20
b948a99
Compare
Choose a tag to compare
pytools 2.0.dev5 Pre-release
Pre-release

This is the 2.0.dev5 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:

  • b948a99 Merge pull request #314 from BCG-Gamma/dev/2.0.dev5
  • 964a0b7 FIX: address Azure bug that could add a ' to the end of version tags
  • 8099047 FIX: re-format code for Black 22.1
  • 93c1bb4 FIX: print all log messages to stderr in make.py (#307)
  • 1395da7 Merge branch '1.2.x' into 2.0.x
  • e99f7bb FIX: accommodate a change to Axes.grid() introduced in matplotlib 3.5 (#308)
  • 40579fd BUILD: move py.typed to package root (#306)
  • 6a7f4e6 BUILD: update version to 2.0.dev5
  • ca4ed11 Merge branch 'release/2.0.dev4' into 2.0.x
  • b71b1b3 FIX: add missing type call (#305)
See More
  • e54d2f1 BUILD: update GitHub connection for releases
  • 1d2b8dc Merge pull request #304 from BCG-Gamma/dev/2.0.dev4
  • cefbab9 BUILD: update release notes
  • 3893488 BUILD: run mypy check using pip not conda
  • f77e9f0 FIX: mock up ArrayLike if not supported by numpy
  • 50eaa02 Merge branch release/2.0.dev3 into 2.0.x
  • 700d4b8 BUILD: support for mypy (#292)
  • 2c0c8bc BUILD: update version to 2.0.dev4
  • 713d7aa Merge pull request #303 from BCG-Gamma/dev/2.0.dev3
  • c0bea92 API: add function camel_case_to_snake_case (#302)
  • c23c806 Merge branch '1.2.x' into 2.0.x
  • eb120b6 BUILD: drop Python 3.6 support and enable Python 3.9 (#296)
  • f321259 API: add AllTracker tests (#291)
  • 557ae03 REFACTOR: import AllTracker directly from _alltracker, not via from _api
  • bfc88a1 DEBUG: remove a verbose debug log message from class DocValidator
  • 203a643 Merge remote-tracking branch 'origin/release/2.0.dev2' into 2.0.x
  • 8d1a283 BUILD: update version to 2.0.dev3
  • 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
  • a0d4bd0 Merge branch '1.2.x' into 2.0.x
  • a0b2ec9 DOC: update code coverage badges in README.rst
  • cc7cb28 Merge branch '1.2.x' into 2.0.x
  • 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
  • a43d07c Merge branch '1.2.x' into 2.0.x
  • c582ca7 Merge branch '1.2.x' into 2.0.x
  • 75600b8 API: remove method HasExpressionRepr.get_class_id (#279)
  • fe7403d API: make method Drawer.get_style_kwargs() public (#281)
  • 942e4a8 Merge branch '1.2.x' into 2.0.x
  • dddd349 Merge branch '1.2.x' into 2.0.x
  • 7bd3bf6 Merge branch '1.2.x' into 2.0.x
  • b86afb7 Merge branch '1.2.x' into 2.0.x
  • 9052a6e DOC: re-format release notes
  • bd905a2 Merge branch '1.2.x' into 2.0.x
  • 3bbf791 API: improve conversion of numpy expressions to Expression objects (#275)
  • 7a35897 Merge branch '1.2.x' into 2.0.x
  • 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
  • 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 1.2.5

03 Mar 15:46
dfdf10d
Compare
Choose a tag to compare

This is the 1.2.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:

  • dfdf10d Merge pull request #313 from BCG-Gamma/dev/1.2.5
  • 4089c21 DOC: update release notes
  • 92c7a83 BUILD: update version to 1.2.5
  • b4a1f0d Merge branch '1.1.x' into 1.2.x
  • 1e414a3 BUILD: update version to 1.1.11
  • c3da618 Merge pull request #301 from BCG-Gamma/dev/1.2.4
  • 499a3a6 DOC: update release notes
  • 22d6dae Merge branch '1.1.x' into 1.2.x
  • 5448fd1 BUILD: update version to 1.2.4
  • e62f549 Merge pull request #295 from BCG-Gamma/dev/1.2.3
See More
  • 89bda0f DOC: update release notes
  • 45a3b14 Merge branch '1.2.x' into dev/1.2.3
  • 837e634 Merge branch '1.1.x' into 1.2.x
  • b8535e0 BUILD: update environment.yml
  • 7888efc Merge branch '1.1.x' into 1.2.x
  • d70695d Merge remote-tracking branch 'origin/release/1.2.3' into 1.2.x
  • 4074a4d Merge branch '1.1.x' into 1.2.x
  • d7be703 Merge branch '1.1.x' into 1.2.x
  • 174ac32 Merge branch '1.1.x' into 1.2.x
  • 502e05d DOC: update code coverage badges in README.rst
  • 8bb2b1d Merge branch '1.1.x' into 1.2.x
  • 0e32a04 Merge branch '1.1.x' into 1.2.x
  • d589fad API: ResolveGenericClassParameters: resolve type vars for self or cls (#282)
  • ae92a72 Merge branch '1.1.x' into 1.2.x
  • b56639d DOC: tweak release notes
  • 94f8b0f API: allow validate_type to match multiple alternative types (#280)
  • de1f5a0 Merge branch '1.1.x' into 1.2.x
  • 568b9c0 FIX: don't resolve type signatures when bindings are not defined
  • fcab2b4 BUILD: downgrade nbsphinx to ~=0.7.1
  • 05d75f6 FIX: do not import ResolveGenericClassParameters for Python 3.6 (#278)
  • b570c1b Merge branch '1.1.x' into 1.2.x
  • 2d733b0 API: resolve generic type parameters (#268)
  • 102c191 Merge branch '1.1.x' into 1.2.x
  • b561390 BUILD: update version to 1.2.3
  • f87f567 DOC: update release notes
  • de3fd6a Merge branch '1.1.x' into 1.2.x
  • 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)
  • aa127fc DOC: update release notes
  • 4f921db Merge branch '1.1.x' into 1.2.x
  • 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.10

03 Mar 12:35
612d9f1
Compare
Choose a tag to compare

This is the 1.1.10 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:

  • 612d9f1 Merge pull request #312 from BCG-Gamma/dev/1.1.10
  • da75efa Merge branch 'release/1.1.10' into dev/1.1.10
  • 5218e1b FIX: passing package path to get_package_version()
  • 5e372f2 REFACTOR: add local get_package_version() with default package path
  • 275bf94 FIX: passing package path to get_package_version()
  • a7a5036 FIX: write all log messages to stderr in make_base.py (#311)
  • 2c715d0 BUILD: update GitHub connection in azure-pipelines.yml
  • 863d942 Merge pull request #310 from BCG-Gamma/dev/1.1.9
  • 4da2763 FIX: write all log messages to stderr in make.py (#309)
  • af3e82b BUILD: update version to 1.1.9
See More
  • 2cc9801 Merge pull request #300 from BCG-Gamma/dev/1.1.8
  • 129e6f7 BUILD: get the package version in make_base.py by parsing init.py (#299)

This list of changes was auto generated.

pytools 1.1.9

03 Mar 15:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

2.0.dev4

03 Mar 16:44
Compare
Choose a tag to compare
2.0.dev4 Pre-release
Pre-release

Full Changelog: 2.0.dev3...2.0.dev4

pytools 1.2.3

23 Feb 16:31
e62f549
Compare
Choose a tag to compare

This is the 1.2.3 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:

  • e62f549 Merge pull request #295 from BCG-Gamma/dev/1.2.3
  • 89bda0f DOC: update release notes
  • 45a3b14 Merge branch '1.2.x' into dev/1.2.3
  • 837e634 Merge branch '1.1.x' into 1.2.x
  • 385fa9a BUILD: update version to 1.1.8
  • b8535e0 BUILD: update environment.yml
  • 7888efc Merge branch '1.1.x' into 1.2.x
  • d70695d Merge remote-tracking branch 'origin/release/1.2.3' into 1.2.x
  • 4074a4d Merge branch '1.1.x' into 1.2.x
  • d7be703 Merge branch '1.1.x' into 1.2.x
See More
  • 174ac32 Merge branch '1.1.x' into 1.2.x
  • 502e05d DOC: update code coverage badges in README.rst
  • 8bb2b1d Merge branch '1.1.x' into 1.2.x
  • 0e32a04 Merge branch '1.1.x' into 1.2.x
  • d589fad API: ResolveGenericClassParameters: resolve type vars for self or cls (#282)
  • ae92a72 Merge branch '1.1.x' into 1.2.x
  • b56639d DOC: tweak release notes
  • 94f8b0f API: allow validate_type to match multiple alternative types (#280)
  • de1f5a0 Merge branch '1.1.x' into 1.2.x
  • 568b9c0 FIX: don't resolve type signatures when bindings are not defined
  • fcab2b4 BUILD: downgrade nbsphinx to ~=0.7.1
  • 05d75f6 FIX: do not import ResolveGenericClassParameters for Python 3.6 (#278)
  • b570c1b Merge branch '1.1.x' into 1.2.x
  • 2d733b0 API: resolve generic type parameters (#268)
  • 102c191 Merge branch '1.1.x' into 1.2.x
  • b561390 BUILD: update version to 1.2.3
  • f87f567 DOC: update release notes
  • de3fd6a Merge branch '1.1.x' into 1.2.x
  • 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)
  • aa127fc DOC: update release notes
  • 4f921db Merge branch '1.1.x' into 1.2.x
  • 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.7

23 Feb 14:15
9431b96
Compare
Choose a tag to compare

This is the 1.1.7 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:

  • 9431b96 Merge pull request #298 from BCG-Gamma/dev/1.1.7
  • c7a6198 BUILD: get the package version in make.py by parsing init.py (#297)
  • d18b231 BUILD: update conda build/test requirements in meta.yaml
  • babd7e1 Merge remote-tracking branch 'origin/release/1.1.6' into 1.1.x
  • 3673c11 Merge remote-tracking branch 'origin/release/1.1.6' into 1.1.x
  • d146784 BUILD: update version to 1.1.7

This list of changes was auto generated.