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 = '1.0.4'

current release version as a string

tenpy.version.released = True

whether this is a released version or modified

tenpy.version.short_version = 'v1.0.4'

same as version, but with ‘v’ in front

tenpy.version.git_revision = '34c875bbaf8a7bcab704f3865ea3d5a5f8876cec'

the hash of the last git commit (if available)

tenpy.version.full_version = '1.0.4'

if not released additional info with part of git revision

tenpy.version.version_summary = 'tenpy 1.0.4 (not compiled),\ngit revision 34c875bbaf8a7bcab704f3865ea3d5a5f8876cec using\npython 3.11.9 (main, Jun 18 2024, 09:40:25) [GCC 11.4.0]\nnumpy 2.1.1, scipy 1.14.1'

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