pytools 2.0.dev2
Pre-release
Pre-release
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.