V3.5.0: remove the dependency on Xmipp.
V3.4.3: the installation calls explicitly the bash for robustness.
V3.4.2: em file conversion is carried out by emFileHandler inside this plugins instead of with xmipp.
V3.4.1: deploy test.
V3.4.0:
 Users:
  - Protocol extract subtomograms parallelized.
  - The sampling rate is properly set in the binary files generated.
 Developers:
  - Fix in the convert, some floats were wrongly written as integers when writing the .tbl files.
  - Start using the new parameter for PointerParams in forms when needed.
V3.3.1:
 Users:
  - Protocol average subtomograms allows to randomize the initial orientations.
 Developers:
  - Setup.py file was replaced by the corresponding pyproject.toml.
V3.3.0:
 Users:
  - Protocols paralellized: bin tomograms and model workflow.
 Developers:
  - Fix the transformation matrix in the convert (shifts conversion was not right).
  - Code refactoring.
  - Add needsgpu attribute in the generation of the steps.
  - Add binThreads form param where needed.
  - Tests update consequently.
  - Fix some pointers to make them indirect pointers.
V3.2.0:
  - Fix a bug in the generation of the warning message in the protocol model workflow.
  - Protocol subtomograms alignment:
    * Generate the FSC curve.
    * Set the sampling rate correctly in the average/s header/s.
   - Steps more precise in GPU usage. Improved execution
V3.1.22:
  - Binning tomograms protocol: fix bug.
  - MRA protocol: add sampling rate validations.
V3.1.21:
  - Prevent viewers from locking the screen focus.
V3.1.20:
  - Fix the setup file
  - Subtomogram alignment: fix bug when using masks.
  - Subtomogram alignment: fix output problem when the alignment removed some particles.
V3.1.19:
  - Hot fix: one of the steps of the common list from the model workflow is not included in the Dynamo side. The plugin
    now offers the same behavior, so this kind of models do not fail now.
V3.1.18
  - Model workflow able to generate correct (coordinates of a model) and failed (meshes whose model workflow failed
    and need to be fixed).
  - Viewer adapted to this new scenario.
  - The generation of the saving yes/no dialog window was adapted to the new scenario, too
V3.1.17
  - Fix test
  - Dynamo version check message rewritten
V3.1.16
  - Alignment improvement: if dynamo fails, alignStep does not finish
V3.1.15
  - Protocol for importing subtomograms from Dynamo's .tbl files improved.
  - Binning factor interpretation is now the same as in IMOD (followed by Scipion).
  - Protocol for subtomograms alignment simplified.
  * For developers:
    - Tests expanded and re-factorized using the test centralization layer.
    - Protocols for tomograms importing and subtomograms subboxing disabled (to be reviewed).
V3.1.14
  - Hotfix
V3.1.13
  - Protocol for averaging subtomograms added.
  - Boxing protocol improved to be able to work with multiple types of models and generate an adapted
    output depending on if the user carried out the model workflow from Dynamo's boxing GUI or not.
  - As a viewer, Dynamo is launched faster, with only one call to MATLAB no matter if the current protocol
    is a Dynamo project or not.
  - In both the boxing protocol and the viewer, the message box to ask the user to save the changes made or not
    appears only if new data was generated instead of always.
  - Message box push button label changed from Cancel to Close, for coherence.
  - Model Workflow protocol simplified in terms of GUI parameters and improved to make it able to work with different
    model types, and also adapt the general models detected to surfaces to provide a mesh.
V3.1.12
  - Dynamo's alignment step call .exe file to get output "on the fly"
V3.1.11
  - Dynamo alignment significantly refactored:
       many params allow specification of round like "360 180 90". Labeled with (R)
       Protocol convert creates de catalog and templates and so on but processing params are moved to alignStep
       alignStep is resumable, but not yet from a specific iteration (TODO)
V3.1.10
20-January-2023.  - Fixing an error in the import subtomograms test
                  - Updating README.txt
