Skip to content

Conversation

@martin-s-a
Copy link
Collaborator

Note: This PR needs to be merged after xmipp-995.

  • xmipp3-installer will now be automatically installed with the plugin to ease Xmipp's new installation process.
  • Instead of pointing to a specific Xmipp's version (v3.24.0, for example), a new dynamic tag v3 is used, to avoid needing to release a new version of the plugin just because a new release of xmipp was generated. Now releases in the plugin will only be tiggered by changes in the code of the plugin itself, nothing else.

@martin-s-a martin-s-a added the enhancement New feature or request label Mar 12, 2025
@martin-s-a martin-s-a self-assigned this Mar 12, 2025
Copy link
Collaborator

@oierlauzi oierlauzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that _binTagVersion and _pluginTagVersion are still around with the release name (Oceanus, Poseidon...). With the new semantic versioning, do they still make sense? Even if we give names to major releases, it is possible that plugin-bin names to get out of sync.

@martin-s-a
Copy link
Collaborator Author

I see that _binTagVersion and _pluginTagVersion are still around with the release name (Oceanus, Poseidon...). With the new semantic versioning, do they still make sense? Even if we give names to major releases, it is possible that plugin-bin names to get out of sync.

Starting from this new release, the naming also will change, in which way still has to be decided, but it's a minor issue, since it's only something "visual". There are several options:

  • Remove the release names completely, leaving only the version numbers. The easiest to do, might release names have some marketing & sentimental value (basically they are kind of cool, but that's all).
  • Leave the release names and make a new one for each new release (impractical, as with the new system releases could be generated as quick as in a weekly basis).
  • Only add release names to major releases, leaving that name unchanged for all the minor releases of such major. This can cause the name desync between repositories that you mentioned (although I'm not sure that's actually a problem in itself, as the naming convention for the different repositories could just diverge and follow different paths with even different names for the same letter at different points in time), and can also make some names last longer than others, as breaking changes in the codebase can and will occur without an evenly spread development time between them.

In my opinion, we could remove them altogether, as it is the simpler and more trouble-free option, but that's something that requires certain degree of consensus to happen.

@martin-s-a martin-s-a requested a review from oierlauzi March 17, 2025 09:07
@albertmena
Copy link
Collaborator

The init.py has to change to launch the xmipp3_installer

@martin-s-a
Copy link
Collaborator Author

martin-s-a commented Mar 24, 2025

The init.py has to change to launch the xmipp3_installer

No, it doesn't, as xmipp already calls the installer. From outside xmipp, (that means, when using it either from command line or from the plugin), the installation is done exactly the same way as before.

@oierlauzi
Copy link
Collaborator

oierlauzi commented Mar 24, 2025

I see that _binTagVersion and _pluginTagVersion are still around with the release name (Oceanus, Poseidon...). With the new semantic versioning, do they still make sense? Even if we give names to major releases, it is possible that plugin-bin names to get out of sync.

Starting from this new release, the naming also will change, in which way still has to be decided, but it's a minor issue, since it's only something "visual". There are several options:

* Remove the release names completely, leaving only the version numbers. The easiest to do, might release names have some marketing & sentimental value (basically they are kind of cool, but that's all).

* Leave the release names and make a new one for each new release (impractical, as with the new system releases could be generated as quick as in a weekly basis).

* Only add release names to major releases, leaving that name unchanged for all the minor releases of such major. This can cause the name desync between repositories that you mentioned (although I'm not sure that's actually a problem in itself, as the naming convention for the different repositories could just diverge and follow different paths with even different names for the same letter at different points in time), and can also make some names last longer than others, as breaking changes in the codebase can and will occur without an evenly spread development time between them.

In my opinion, we could remove them altogether, as it is the simpler and more trouble-free option, but that's something that requires certain degree of consensus to happen.

I agree. Another possibility would be to only give names to the xmipp (a secas) releases.

@ratolon
Copy link
Contributor

ratolon commented Mar 24, 2025

I see that _binTagVersion and _pluginTagVersion are still around with the release name (Oceanus, Poseidon...). With the new semantic versioning, do they still make sense? Even if we give names to major releases, it is possible that plugin-bin names to get out of sync.

Starting from this new release, the naming also will change, in which way still has to be decided, but it's a minor issue, since it's only something "visual". There are several options:

  • Remove the release names completely, leaving only the version numbers. The easiest to do, might release names have some marketing & sentimental value (basically they are kind of cool, but that's all).
  • Leave the release names and make a new one for each new release (impractical, as with the new system releases could be generated as quick as in a weekly basis).
  • Only add release names to major releases, leaving that name unchanged for all the minor releases of such major. This can cause the name desync between repositories that you mentioned (although I'm not sure that's actually a problem in itself, as the naming convention for the different repositories could just diverge and follow different paths with even different names for the same letter at different points in time), and can also make some names last longer than others, as breaking changes in the codebase can and will occur without an evenly spread development time between them.

In my opinion, we could remove them altogether, as it is the simpler and more trouble-free option, but that's something that requires certain degree of consensus to happen.

I think this option is good, albeit with a previous discussion to define some minor details. It could get us more time to focus on what really matters.

Wbw..M

@sonarqubecloud
Copy link

@albertmena
Copy link
Collaborator

I am of the opinion to remove the release names.

@sonarqubecloud
Copy link

@albertmena albertmena marked this pull request as ready for review November 7, 2025 11:16
@sonarqubecloud
Copy link

@albertmena albertmena merged commit 1c22ae8 into devel Nov 17, 2025
3 checks passed
@albertmena albertmena deleted the ms_dynamic_dependencies branch November 17, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants