version

  • full name: tenpy.version

  • parent module: tenpy

  • type: module

Module description

Access to version of this library.

The version is provided in the standard python format major.minor.revision as string. Use pkg_resources.parse_version before comparing versions.

tenpy.version.version = '0.8.4'

current release version as a string

tenpy.version.released = True

whether this is a released version or modified

tenpy.version.short_version = 'v0.8.4'

same as version, but with ‘v’ in front

tenpy.version.git_revision = 'e7db29dd8b578c93a7811ab5b41dc458b338e1a8'

the hash of the last git commit (if available)

tenpy.version.full_version = '0.8.4'

if not released additional info with part of git revision

tenpy.version.version_summary = 'tenpy 0.8.4 (not compiled),\ngit revision e7db29dd8b578c93a7811ab5b41dc458b338e1a8 using\npython 3.7.9 (default, Oct 19 2020, 15:13:17) \n[GCC 7.5.0]\nnumpy 1.20.2, scipy 1.6.2'

summary of the tenpy, python, numpy and scipy versions used