scipion-em-xmipp 23.11.0.0__py3-none-any.whl → 23.11.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scipion-em-xmipp
3
- Version: 23.11.0.0
3
+ Version: 23.11.0.1
4
4
  Summary: Plugin to use Xmipp programs within the Scipion framework (see https://scipion-em.github.io/docs/).
5
5
  Home-page: https://github.com/i2pc/scipion-em-xmipp
6
6
  Author: I2PC
@@ -1,4 +1,4 @@
1
- xmipp3/__init__.py,sha256=QuKgvzbrckW-olA05xkWEbz5L9rMOvBFbTj3Nmt2hcg,13311
1
+ xmipp3/__init__.py,sha256=-1UIrNNFtL_HJ3NEzUxnjAKakPrYa_WVyXgGt-kO74U,13330
2
2
  xmipp3/base.py,sha256=pFu7FZjm4WeqWbLZJwbmGH3-2YixAIpKyWMFvVrsBYc,21220
3
3
  xmipp3/bibtex.py,sha256=YZjuuB_9RC4QOOy5r86cRX3ze2EWz43iGzIDQvtu5HQ,28310
4
4
  xmipp3/constants.py,sha256=ND8PUJyUIP3IS3kbq0tZqk77Yq0c4WotRUj_r2gEDxo,3833
@@ -207,9 +207,9 @@ xmipp3/viewers/viewer_volume_consensus.py,sha256=S7YViiZ9w5xAGhfyj1RnDypVWsQ7PKh
207
207
  xmipp3/viewers/viewer_volume_deform_zernike3d.py,sha256=BOeI7go5w2RRwGjV9kPm2U76tVJRaHww1Pl0zUCXQRw,8903
208
208
  xmipp3/viewers/viewer_volume_strain.py,sha256=4LQUrceVMB6OaAfTpFXdn3vGv-sXQzUIPDEPELYfasY,2378
209
209
  xmipp3/viewers/viewer_volume_subtraction.py,sha256=3RbwJQIaCcdzldrFODLgWlFbCips1450RDVzngLRRoU,5121
210
- scipion_em_xmipp-23.11.0.0.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
211
- scipion_em_xmipp-23.11.0.0.dist-info/METADATA,sha256=IULZhDq6q8pFJVatS-j-3hu2eKIPhGyOhB1B4jk7PSg,1622
212
- scipion_em_xmipp-23.11.0.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
213
- scipion_em_xmipp-23.11.0.0.dist-info/entry_points.txt,sha256=uAfbaIdLcZ7JWL0tWzQVwsVEyyOZb1WcBX4YZMqRrIk,37
214
- scipion_em_xmipp-23.11.0.0.dist-info/top_level.txt,sha256=qnLFoZzwKticb33xgeSAJv3P7nD2nHMTFKYzxAorOOQ,7
215
- scipion_em_xmipp-23.11.0.0.dist-info/RECORD,,
210
+ scipion_em_xmipp-23.11.0.1.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
211
+ scipion_em_xmipp-23.11.0.1.dist-info/METADATA,sha256=eUtC1LqOrQMCWGLkdSwnXRqY6Br0-aT65unAIq3V8dU,1622
212
+ scipion_em_xmipp-23.11.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
213
+ scipion_em_xmipp-23.11.0.1.dist-info/entry_points.txt,sha256=uAfbaIdLcZ7JWL0tWzQVwsVEyyOZb1WcBX4YZMqRrIk,37
214
+ scipion_em_xmipp-23.11.0.1.dist-info/top_level.txt,sha256=qnLFoZzwKticb33xgeSAJv3P7nD2nHMTFKYzxAorOOQ,7
215
+ scipion_em_xmipp-23.11.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
xmipp3/__init__.py CHANGED
@@ -42,7 +42,7 @@ _logo = "xmipp_logo" + ("" if type_of_version == 'release' else '_devel') + '.pn
42
42
 
43
43
  _references = ['delaRosaTrevin2013', 'Sorzano2013', 'Strelak2021']
44
44
  _currentBinVersion = '3.23.11.0'
45
- __version__ = _currentBinVersion[2:] + ".0" # Set this to ".0" on each xmipp binary release, otherwise increase it --> ".1", ".2", ...
45
+ __version__ = _currentBinVersion[2:] + ".1" # Set this to ".0" on each xmipp binary release, otherwise increase it --> ".1", ".2", ...
46
46
 
47
47
  # Requirement version variables
48
48
  NVIDIA_DRIVERS_MINIMUM_VERSION = 450
@@ -204,6 +204,7 @@ def installDeepLearningToolkit(plugin, env):
204
204
  preMsgs = []
205
205
  cudaMsgs = []
206
206
  nvidiaDriverVer = None
207
+ useGpu = False
207
208
  if os.environ.get('CUDA', 'True') == 'True':
208
209
  try:
209
210
  nvidiaDriverVer = subprocess.Popen(["nvidia-smi",