Skip to content

Commit ea68ed8

Browse files
committed
Merge branch 'main' into apply
2 parents 037d510 + 84b540c commit ea68ed8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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

4155
This project exists thanks to the following contributors

docs/index.md

+10-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)