Skip to content

Commit 720b9e1

Browse files
authored
Merge branch 'devel' into ed_olz_fix_psi_indexing
2 parents bd0669f + d6e6c41 commit 720b9e1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- tomo_calculate_landmark_residuals: to calculate residuals in TS
77
- tomo_detect_misalignment_residuals: to detect misalignment from residuals in TS
88
- batch_tomo_misalignment_resid_statistics: Python script to calculate statistical metrics from a set of residuals
9-
- tomo_tiltseries_detect_misalignment_corr: (legacy) for calculating relative shifts between tilt images, as a prealignment strategy
9+
- tomo_tiltseries_detect_misalignment_corr: (to legacy) for calculating relative shifts between tilt images, as a prealignment strategy
1010

1111
- Programs updated
1212
- Particle subtraction: now generates a single stack + includes noise power estimation
@@ -35,7 +35,7 @@
3535
- angular_continuous_assign2_gpu: Make a continuous angular assignment with GPU
3636
- cuda_fourier_projection
3737
- predict_deep_center
38-
- cl2d_clustering.py
38+
- cl2d_clustering
3939

4040
- Programs updated
4141
- tomogram_reconstruction: averaging with gold standard, tigre with internal interpolation, enviroment of tigre updated

installer/constants/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# Other variables
7474
TAB_SIZE = 4
7575
SECTION_MESSAGE_LEN = 60
76-
TAG_BRANCH_NAME = 'v3.24.12.0-Poseidon'
76+
TAG_BRANCH_NAME = 'v3.25.06.0-Rhea'
7777

7878
# File names
7979
CONFIG_FILE = 'xmipp.conf'

installer/constants/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
from .main import XMIPP, XMIPP_CORE, XMIPP_VIZ, XMIPP_PLUGIN
2929

3030
# Xmipp's current versions
31-
LATEST_RELEASE_NUMBER = '3.24.12.0'
32-
LATEST_RELEASE_NAME = 'v3.24.12.0-Poseidon'
33-
RELEASE_DATE = '23/12/2024'
31+
LATEST_RELEASE_NUMBER = '3.25.06.0'
32+
LATEST_RELEASE_NAME = 'v3.25.06.0-Rhea'
33+
RELEASE_DATE = '24/06/2025'
3434
#####################################
3535
DEVEL_BRANCHNAME = 'devel'
3636
MASTER_BRANCHNAME = 'master'

src/xmipp/bindings/python/envs_DLTK/xmipp_deepEMhancer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- rsanchez1369
77
dependencies:
88
- python=3.10
9-
- deepemhancer>=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
9+
- deepemhancer=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
1010
- numba
1111
- h5py
1212
- libstdcxx-ng # To be compatible with scipion env

0 commit comments

Comments
 (0)