Skip to content

Releases: BCG-X-Official/pytools

pytools 1.0.2

04 Mar 09:44
5188d28
Compare
Choose a tag to compare

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

  • 5188d28 Merge pull request #173 from BCG-Gamma/dev/1.0.2
  • e16153c Merge branch 'develop' into dev/1.0.2
  • da121e3 DOC: add release notes for 1.0.2 (#192)
  • 8065bcb Merge branch 'develop' into dev/1.0.2
  • 2c3ac04 Merge pull request #191 from BCG-Gamma/feature/set-package-version-to-1.0.2
  • edd506b set pytools version to 1.0.2
  • 3b4b3e4 Merge pull request #189 from BCG-Gamma/dev/1.0.2rc0
  • e143551 BUILD: shell option set -eux
  • 8e4053d BUILD: set -y on conda install
  • f4b8ecc Merge pull request #182 from BCG-Gamma/dev/1.0.2rc0
See More
Read more

pytools 1.0.2rc0

03 Mar 13:34
3b4b3e4
Compare
Choose a tag to compare
pytools 1.0.2rc0 Pre-release
Pre-release

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

  • 3b4b3e4 Merge pull request #189 from BCG-Gamma/dev/1.0.2rc0
  • e143551 BUILD: shell option set -eux
  • 8e4053d BUILD: set -y on conda install
  • f4b8ecc Merge pull request #182 from BCG-Gamma/dev/1.0.2rc0
  • 2ff6d2e BUILD: prepare pipeline for publishing (#185)
  • 2b2f544 BUILD: set version to 1.0.2rc0 (#181)
  • a2367da REFACTOR: complete type hinting for function compose_meta (#180)
  • 4d3e0c1 BUILD: update pipeline conditions for pytest (#178)
  • 2269cf4 BUILD: do not run version check on develop (#177)
  • 2a51a0f BUILD: Bugfix/do not run version check on develop (#176)
See More
  • b2462c8 BUILD: use regular pytest & pytest-cov, run pytest nightly (#170)
  • 7da0abc BUILD: add toml dependency to buildstage, correct variable syntax (bugfix) (#175)
  • 64e78c7 DOC: restore azure pipelines badge (#169)
  • 6e94e13 BUILD: on release/[version] or dev/[version] branches, check consistency of version specifiers (#174)
  • c90a35f BUILD: update azure pipelines for new workflow (#172)
  • 71d3b8f BUILD: update azure-pipelines for new workflow (#171)
  • 226d6ef BUILD: refactor conda/tox build code as a Builder class hierarchy (#168)
  • 03266ef FIX: apply color scheme to histogram of simulation matplot style (#166)
  • 28aa8ad BUILD: specify numpy host version to prevent conda warning message (#165)
  • 018e30f BUILD: revise veracode scan naming (#164)
  • f65452c BUILD: update environment.yml (#163)
  • ad6a4cd BUILD: add support for numpy 1.20 (#162)
  • 77a7f57 BUILD: add message to log completion of build process (#161)
  • c07573a DOC: update copyright year (#157)
  • 4063d55 BUILD: eliminate unconstrained build from pipeline (#158)
  • 491c6d5 BUILD: move full make.py paths setup to function set_up (#159)
  • e0db266 BUILD: align build requirements pyproject.toml/meta.yaml/tox.ini & across repos (#154)
  • 14a59a0 BUILD: do not run nightly builds on weekends (#156)
  • 88cf549 BUILD: Bugfix/build/detect changes (#155)
  • a90b572 BUILD: do not build and publish documentation in nightly builds (#153)
  • 874970c BUILD: bump version to 1.0.2 (#151)
  • 12540e1 add veracode static scan to nightly build pipeline (#148)
  • 108e97e FIX: support 3rd party documentation for objects with module=None (#144)
  • b0a0041 API: sort list of items returned by AllTracker.get_tracked() (#145)
  • 7e94cd9 DOC: disable extended timeout for nbsphinx doc build (#146)
  • ea74e1b DOC: remove flow package from intersphinx list (#147)
  • 2119a56 update the environment.yml (#138)
  • abb6b6e de-duplicate metaclasses and eliminate class 'type' before composing (#142)
  • c05608d re-format make_base.py (#137)
  • e4a1ea0 BUG: preserve correct instance for subclasses of singleton classes (#141)
  • 35477d6 update doc string (#135)
  • 3b954c4 Release/1.0.1 (#134)
  • 8477031 complete a comment (#133)
  • 614ee9f restore compatibility with Python 3.6 (#132)
  • dc00963 fix typos in cross-references (#131)
  • bdcee68 refactor ECDF and XYSeries to not base NamedTuple for clearer API & docs (#130)
  • 8dc84b4 Improve handling of 3rd party module references in Sphinx documentation (#129)
  • e278d45 remove badge (#128)
  • 5be1e7c set the default range of the PercentageMatrix colorbar to [0.0,1.0] (#126)
  • 602b412 update guide link (#124)
  • 43164f7 further doc string tidy up (#123)
  • 2e09ff7 rename type variables for methods' "self" arguments to T_Self (#122)
  • 2123368 make process for doc build more visible (#121)
  • 51f82dc updates to intersphinx and minor text edits (#120)
  • 8d295c8 fix references to DrawingStyle.…_drawing methods (#119)
  • 2a1d501 add issue templates (#116)
  • f8162c1 replace 3rd party docstrings with a reference to the 3rd party module (#118)
  • b4a6b87 Improve OO implementation of named drawing styles (#117)
  • 622064e make DrawStyle methods public: start_drawing(), finalize_drawing() (#115)
  • 329979d introduce class ColorScheme to module pytools.viz (#109)
  • f2b3416 improve rendering of percentages > 100% in PercentageFormatter (#114)
  • 95b076b increase reliability of converting ForwardRef types to Sphinx xrefs (#113)
  • 82e0bfd bugfix: exception message in pytools.api.validate_type (#110)
  • 36bcb5e minor code tweaks to eliminate IDE warnings (#111)
  • 3433f6c replace tabs with spaces in contribution guide (#112)
  • 57c1b22 remove trailing backslashes in docstrings: not needed in canonical ReST (#107)
  • c5a02d8 remove class ImportGroup and associated subclasses/API (#108)
  • cd93e29 fix docstrings (#106)
  • 466a5e8 move selected expression classes to submodules base, atomic, and composite (#104)
  • 1c05eb7 update development guide (#105)
  • 8a4cf75 add API landing rst to documentation guide (#103)
  • 0c81f25 add API landing page introduction via custom module template (#102)
  • 0b75678 update documentation of package pytools.expression, along with several minor API improvements (#101)
  • a1ef321 CI/CD: Use bcg_gamma channel for conda upgrade instructions in release notes (#100)
  • cd5089d Various small improvements and fixes of pytools code; completion of docstrings (#99)
  • af48e41 enhance process to build Sphinx documentation (#98)
  • 8d0fa52 update doc guidelines (#97)
  • 562b32c modify readme prior to integrating with getting started documentation in Sphinx build (#96)
  • eac6cc9 Improve release pipeline (#95)
  • 258956c remove the notebook transform and copying to a nb folder in root dir (#94)
  • 6d4bd1e add azure badge links and update conda install instructions (#93)
  • 6b06789 add trove classifiers to pypi metadata (#89)
  • c4d9231 add package badges (#91)
  • f35433b DOCS: Create notebook dir if it does not exist (#92)
  • 52117f8 Bugfix: Repair docs update when old version is present (#90)
  • 3ca21c2 Warn on spaces in build path and allow override using ENV variable (#80)
  • c0861f3 Improve docs deployment (#87)
  • 1d21dcd update pypi and conda package build metadata (#82)
  • 1216d2d make pytools italic, minor tidy up to readme and index removal (#88)
  • e67d231 Release pipeline (#84)
  • b8a3022 add flow to get_package_version (#86)
  • 50a0902 add flow to _version in get_package_version (#85)
  • 9dbe288 add flow to known_projects (#83)
  • 0b5bf27 Correct path to static_base in make_base.py (#79)
  • 2ce2bf3 Merge pull request #81 from BCG-Gamma/feature/github_pages
  • 8532ed4 CI/CD: Only run docs stage for releases
  • 4b22933 CI/CD: Rerun pipeline with updated make_base.py on branch 'github-pages'
  • 4e96720 CI/CD: Update docs version.js to latest one for all older versions
  • 0b08004 CI/CD: Fix variable group syntax
  • 6aa824c...
Read more

pytools 1.0.1

11 Jan 15:46
137a4a6
Compare
Choose a tag to compare

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

This list of changes was auto generated.