Commit 37e7e43 1 parent 3652437 commit 37e7e43 Copy full SHA for 37e7e43
File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license: Apache-2.0
15
15
16
16
repository-code : https://github.com/FZJ-INM1-BDA/siibra-python
17
17
18
- version : v1.0a27
18
+ version : v1.0.0-alpha.0
19
19
20
20
date-released : 2024-12-19
21
21
Original file line number Diff line number Diff line change 4
4
siibra - Software interface for interacting with brain atlases
5
5
==============================================================
6
6
7
- Copyright 2020-2023 , Forschungszentrum Jülich GmbH
7
+ Copyright 2020-2024 , Forschungszentrum Jülich GmbH
8
8
9
9
*Authors: Big Data Analytics Group, Institute of Neuroscience and
10
10
Medicine (INM-1), Forschungszentrum Jülich GmbH *
@@ -115,3 +115,16 @@ https://doi.org/10.5281/zenodo.7885728`.
115
115
:target: https://siibra-python.readthedocs.io/en/latest/?badge=latest
116
116
.. |doi | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.7885728.svg
117
117
:target: https://doi.org/10.5281/zenodo.7885728
118
+
119
+
120
+ Versioning
121
+ ==========
122
+ Given a version number MAJOR.MINOR.PATCH, increments imply:
123
+ - MAJOR: incompatible API changes
124
+ - MINOR: a functionality in a backward compatible manner is added
125
+ - PATCH: backward compatible bug fixes and new configuration added such as new maps or features
126
+
127
+ Pre-release
128
+ -----------
129
+ For x.y.z, a full release,
130
+ - `x.y.z-alpha.t ` is the development prerelease. By changing `t `, different siibra-configurations are targeted.
Original file line number Diff line number Diff line change 1
- 1.0a27
1
+ 1.0.0-alpha.0
You can’t perform that action at this time.
0 commit comments