Skip to content

Commit 956095a

Browse files
authored
.
1 parent 80f47ac commit 956095a

3 files changed

Lines changed: 56 additions & 19 deletions

File tree

docs/Installation/Requirements/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Software dependencies
2323
Compiler
2424
^^^^^^^^
2525

26-
Xmipp requires a **C++17 compatible compiler**. We only officially support GCC and we require **GCC >= 9**
26+
Xmipp requires a **C++17 compatible compiler**.
27+
We only officially support GCC and we require **GCC >= 9**
2728

2829
Some users have reported successfully compiling xmipp with Clang >= 5.0 but is not officialy supported
2930

@@ -67,7 +68,7 @@ To manually set CUDA libraries path [Examples]:
6768
Refer to the `configuration page <https://i2pc.github.io/docs/Utils/ConfigurationF/index.html#configuration-file>`_ for additional details.
6869

6970

70-
- Supported versions: **11.0 – 12.9**
71+
- Supported versions: **11.0 – 13**
7172
- We recommend using the newest version available for your operating system.
7273
- Installation guide: `CUDA Toolkit Archive <https://developer.nvidia.com/cuda-toolkit-archive>`_
7374
- CUDA - compiler compatibility (`reference <https://stackoverflow.com/questions/6622454/cuda-incompatible-with-gcc-version>`_)
@@ -78,6 +79,8 @@ Refer to the `configuration page <https://i2pc.github.io/docs/Utils/Configuratio
7879

7980
* - CUDA version
8081
- Max supported GCC version
82+
* - 13.0, 13.1
83+
- 15
8184
* - 12.8, 12.9
8285
- 14
8386
* - 12.4, 12.5, 12.6

docs/Releases/Releases-scipion-em-xmipp/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Releases scipion-em-xmipp
22
=========================
3+
4+
28.0.0
5+
--------------------------
6+
- New protocols
7+
- alignPCA_2D: Performs a 2D classification of particles using PCA. This method is optimized to run in streaming,
8+
enabling efficient processing of large datasets
9+
10+
- More scipion-em-xmipp
11+
- Incorporated XMIPP_CUDA_LIB and XMIPP_CUDA_BIN variables from scipion.conf
12+
13+
Release 27.0.0
14+
--------------------------
15+
- More scipion-em-xmipp
16+
- Updated xmipp3-installer dependency (2.1.0 with configuration flags that can be set using environment variables.)
17+
- Major version because of deprecated protocol in previous version; DeepCenter
18+
319
26.0.2
420
--------------------------
521
- More scipion-em-xmipp

docs/Releases/Releases-xmipp-program/index.rst

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,45 @@
11
Releases xmipp program
22
=========================
33

4+
5.0.0 - Beta-gal
5+
----------------------------
6+
Xmipp Programs
7+
~~~~~~~~~~~~~~~
8+
- New programs
9+
- alignPCA_2D: an alignment method applied for 2D classification using PCA and Euclidean distance
10+
11+
Installation and user guide
12+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13+
- Redirect all documentation to the official and fancy one: https://i2pc.github.io/docs/
14+
15+
More Xmipp
16+
~~~~~~~~~~~~~~~
17+
- CUDA 13 is now fully compatible with Xmipp, enabling improved GPU acceleration and performance on modern hardware.
18+
419
4.0.0 - Apoferritin
520
------------------------
6-
- Xmipp Programs
7-
- Programs updated
8-
- align volume and particles: Allow considering mirrors
9-
- miccCleaner: updated enviroment to tensorflow2
21+
Xmipp Programs
22+
~~~~~~~~~~~~~~~
23+
- Programs updated
24+
- align volume and particles: Allow considering mirrors
25+
- miccCleaner: updated enviroment to tensorflow2
1026

11-
- Programs fixed
12-
- tranform geometry: Apply geometry program now considers the original geometry in the metadata when the parameter --shift_to is passed.
13-
- angular_project_library: Fix indexing problem in angular_project_library
14-
- ctf_correct_phase fix and two constants for tomography were added
15-
- angular_project_library: Fix indexing bug
16-
17-
- Installation and user guide
18-
- Fixed issue with CUDA 12.5
27+
- Programs fixed
28+
- tranform geometry: Apply geometry program now considers the original geometry in the metadata when the parameter --shift_to is passed.
29+
- angular_project_library: Fix indexing problem in angular_project_library
30+
- ctf_correct_phase fix and two constants for tomography were added
31+
- angular_project_library: Fix indexing bug
32+
33+
Installation and user guide
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
- Fixed issue with CUDA 12.5
1936

20-
- More Xmipp
21-
- Forced compiler GCC >= 9
22-
- getPSF added to the xmipp binding
23-
- replace "conda env export" to avoid deprecation issue.
24-
- Fixing read when encountering NaN-s and infinite values
37+
More Xmipp
38+
~~~~~~~~~~~~~~~
39+
- Forced compiler GCC >= 9
40+
- getPSF added to the xmipp binding
41+
- replace "conda env export" to avoid deprecation issue.
42+
- Fixing read when encountering NaN-s and infinite values
2543

2644
3.25.06 - Rhea
2745
------------------------

0 commit comments

Comments
 (0)