File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1010[ ![ PyPI version] [ pypi-version ]] [ pypi-link ]
1111[ ![ Conda-Forge] [ conda-badge ]] [ conda-link ]
1212[ ![ PyPI platforms] [ pypi-platforms ]] [ pypi-link ]
13+ [ ![ EffVer Versioning] ( https://img.shields.io/badge/version_scheme-EffVer-0097a7 )] ( https://jacobtomlinson.dev/effver )
1314
1415<!-- SPHINX-START -->
1516
@@ -36,6 +37,19 @@ Used by:
3637 scientific computing.
3738- _ your library? Let us know!_
3839
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+
3953## Contributors
4054
4155This 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].
112112```
113113
114114[ 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!
116125
117126(usage)=
118127
You can’t perform that action at this time.
0 commit comments