version¶
full name: tenpy.version
parent module:
tenpytype: 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.7.1'¶ current release version as a string
-
tenpy.version.released= True¶ whether this is a released version or modified
-
tenpy.version.short_version= 'v0.7.1'¶ same as version, but with ‘v’ in front
-
tenpy.version.git_revision= '506268db713a329325860672e4fb5e18b3fd1f74'¶ the hash of the last git commit (if available)
-
tenpy.version.full_version= '0.7.1'¶ if not released additional info with part of git revision
-
tenpy.version.version_summary= 'tenpy 0.7.1 (not compiled),\ngit revision 506268db713a329325860672e4fb5e18b3fd1f74 using\npython 3.7.3 (default, Jan 24 2020, 02:22:02) \n[GCC 7.4.0]\nnumpy 1.19.1, scipy 1.5.2'¶ summary of the tenpy, python, numpy and scipy versions used