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 = '1.0.7'
current release version as a string
- tenpy.version.released = True
whether this is a released version or modified
- tenpy.version.short_version = 'v1.0.7'
same as version, but with ‘v’ in front
- tenpy.version.git_revision = 'a94b30bd4f66970d49d9386bb19c8b04c0c8c1d2'
the hash of the last git commit (if available)
- tenpy.version.full_version = '1.0.7'
if not released additional info with part of git revision
- tenpy.version.version_summary = 'tenpy 1.0.7 (not compiled),\ngit revision a94b30bd4f66970d49d9386bb19c8b04c0c8c1d2 using\npython 3.11.12 (main, May 6 2025, 10:45:53) [GCC 11.4.0]\nnumpy 2.3.4, scipy 1.16.3'
summary of the tenpy, python, numpy and scipy versions used