LSSTApplications  11.0-24-g0a022a1,14.0+77,15.0,15.0+1
LSSTDataManagementBasePackage
Variables
lsst.skypix.version Namespace Reference

Variables

string __version__ = '15.0'
 
string __repo_version__ = '15.0'
 
string __fingerprint__ = 'a19a71216be61195a17415af196153b542b676df'
 
tuple __version_info__ = (15, 0)
 
dictionary __dependency_versions__
 
tuple __all__
 

Variable Documentation

◆ __all__

tuple lsst.skypix.version.__all__
private
Initial value:
1 = (
2  '__version__',
3  '__repo_version__',
4  '__fingerprint__',
5  '__version_info__',
6  '__dependency_versions__',
7 )

Definition at line 35 of file version.py.

◆ __dependency_versions__

dictionary lsst.skypix.version.__dependency_versions__
private
Initial value:
1 = {
2  'boost': '1.66.0',
3  'python': 'unknown',
4  'boost_regex': '1.66.0',
5  'base': '15.0',
6  'pex_exceptions': '15.0',
7  'numpy': '1.13.1',
8  'utils': '15.0',
9  'geom': '15.0',
10  'daf_base': '15.0',
11  'log4cxx': '0.10.0.lsst7',
12  'log': '15.0+1',
13  'boost_system': '1.66.0',
14  'boost_filesystem': '1.66.0',
15  'pex_policy': '15.0+1',
16  'mariadbclient': '10.1.21.lsst2',
17  'boost_serialization': '1.66.0',
18  'daf_persistence': '15.0',
19  'pex_config': '15.0',
20  'eigen': '3.2.5.lsst3',
21  'fftw': '3.3.4.lsst2',
22  'ndarray': '1.4.2lsst1',
23  'minuit2': '5.34.14',
24  'gsl': '2.4',
25  'cfitsio': '3360.lsst5',
26  'starlink_ast': 'lsst-dev-geaa6eadbc4',
27  'astshim': '15.0',
28  'afw': '15.0',
29 }

Definition at line 6 of file version.py.

◆ __fingerprint__

string lsst.skypix.version.__fingerprint__ = 'a19a71216be61195a17415af196153b542b676df'
private

Definition at line 4 of file version.py.

◆ __repo_version__

string lsst.skypix.version.__repo_version__ = '15.0'
private

Definition at line 3 of file version.py.

◆ __version__

string lsst.skypix.version.__version__ = '15.0'
private

Definition at line 2 of file version.py.

◆ __version_info__

tuple lsst.skypix.version.__version_info__ = (15, 0)
private

Definition at line 5 of file version.py.