FZJ-INM1-BDA / siibra-python

Software interfaces for interacting with brain atlases - Python client
Apache License 2.0
46 stars 8 forks source link

Showing live messages to users #556

Open AhmetNSimsek opened 5 months ago

AhmetNSimsek commented 5 months ago

(Based on discussions on @xgui3783 and I, @AhmetNSimsek. @xgui3783 please feel free to edit if I missed sth, or comment new points.) Version deprecation could involve a few possible reasons:

I approached @xgui3783 with the following initial idea: For a simple check of the newest version, I suggest utilizing the repository connector to configurations. These connectors already request the metadata regarding the branches. We can request metadata concerning tags and check if there is a newer version in the metadata compared to the provided reftag. I proposed performing this in configuration.py during import and informing the user if there is a new version available.

Notes on the discussion based on this idea: