-
Notifications
You must be signed in to change notification settings - Fork 24
Versioning
Update order of scientific authors in CITATION.cff
You have to change the major version number in the actinia URL e.g.
https://actinia.mundialis.de/api/v2
to https://actinia.mundialis.de/api/v3
.
This has to be done in diffenet repositories. Many of these repositiores are are listed in the following.
You can make the changes via a script by running:
(cd scripts/ && bash update_major_version.sh <OLD_VERSION> <NEW_VERSION>)
This should change the below listed files. You can also compare the changes with the PR.
- README
- source code:
- docker setup:
- VScode Debugging
- tutorials in docs folder:
- logging README
- scripts:
Does not need to be adjusted here, since URL_PREFIX
is used.
- ACE html page
- example in python file
- (the default value for
ACTINIA_VERSION
can be adjusted but ist not needed)
example PR
Does not need to be adjusted here, since URL_PREFIX
is used.
Does not need to be adjusted here, since URL_PREFIX
is used.
example PR
You can make the changes via a script by running:
(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)
You can compare the changes with the old PR.
Does not need to be adjusted here, since URL_PREFIX
is used.
You can make the changes via a script by running:
(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)
You can compare the changes with the old PR #143.
You can make the changes via a script by running:
(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)
You can compare the changes with the old PR.
You can compare the changes with the old PR #6.