File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ PyPI version] [ pypi-version ]] [ pypi-link ]
11
11
[ ![ Conda-Forge] [ conda-badge ]] [ conda-link ]
12
12
[ ![ PyPI platforms] [ pypi-platforms ]] [ pypi-link ]
13
+ [ ![ EffVer Versioning] ( https://img.shields.io/badge/version_scheme-EffVer-0097a7 )] ( https://jacobtomlinson.dev/effver )
13
14
14
15
<!-- SPHINX-START -->
15
16
@@ -36,6 +37,19 @@ Used by:
36
37
scientific computing.
37
38
- _ your library? Let us know!_
38
39
40
+ ## Installation
41
+
42
+ See https://data-apis.org/array-api-extra/#installation .
43
+
44
+ ## Versioning
45
+
46
+ This project uses [ EffVer] ( https://jacobtomlinson.dev/effver/ ) . TL;DR:
47
+
48
+ - To bump from version ` x.y.z ` to ` x.(y+1).0 ` of array-api-extra, expect that
49
+ you may need to put in some work.
50
+ - To bump from version ` x.y.z ` to ` x.y.(z+1) ` , any work needed on your side
51
+ should be minimal. Please open an issue if this is not the case!
52
+
39
53
## Contributors
40
54
41
55
This project exists thanks to the following contributors
Original file line number Diff line number Diff line change @@ -112,7 +112,16 @@ See [an example of this in SciPy][scipy-vendor-example].
112
112
```
113
113
114
114
[ scipy-vendor-example] :
115
- https://github.com/scipy/scipy/blob/main/scipy/_lib/_array_api_compat_vendor.py
115
+ https://github.com/scipy/scipy/blob/main/scipy/_lib/_array_api_compat_vendor.py
116
+
117
+ ## Versioning
118
+
119
+ This project uses [ EffVer] ( https://jacobtomlinson.dev/effver/ ) . TL;DR:
120
+
121
+ - To bump from version ` x.y.z ` to ` x.(y+1).0 ` of array-api-extra, expect that
122
+ you may need to put in some work.
123
+ - To bump from version ` x.y.z ` to ` x.y.(z+1) ` , any work needed on your side
124
+ should be minimal. Please open an issue if this is not the case!
116
125
117
126
(usage)=
118
127
You can’t perform that action at this time.
0 commit comments