v3.4.2: hot fix in the generation of failed TS in the protocol for tomogram reconstruction.
v3.4.1: deploy test.
v3.4.0:
 Developers:
   - Adapted to the updated TiltSeries model from scipion-em-tomo 3.10.1.
   - Streaming reviewed and made more robust.
   - If a protocol creates new binary files, the sampling rate is properly set in the header of each file.
   - Fix streaming condition to insert the closing step. Now it uses collections.Counter when comparing
     the tsId lists instead of direct comparison, which is order-sensitive.
   - Streaming: add a decorator to manage the possible db locks.
v3.3.0:
 Users:
   - binThreads adapted to core change.
   - Tomogram reconstruction: fix even/odd functionality.
   - Fully streamified.
 Developers:
   - Update plugin installation from setup.py to pyproject.toml.
v3.2.0:
 Users:
  - Add parallelization using the paradigm scipion threads / bin threads.
  - Excluded views management added.
v3.1.4: hotfix --> fix tomogram reconstruction management of even/odd.
v3.1.3:
 Users:
  - Revision and improvement of the help and description of protocols (Thanks J. L. Vilas!).
  - Tomogram reconstruction:
     * Excluded views management added.
     * Even/Odd management added.
 Developers:
  - Protocols validations improved.
  - Protocols for tomogram reconstruction and tomogram denoising refactored and semi-streamified.
  - New tests added using the TCL.
v3.1.2:
  - The binaries are now directly downloaded. Thanks to José Jesús Fernández <JJ.Fernandez@csic.es>.
  - Tests fixed
v3.1.1:
  - Update setup and readme
  - Code reviewed
v3.1.0:
  - First plugin release


tomo rec protocol refactored. Tests based on the TCL added. Excluded …
…views management introduced. SemiStreamified