Skip to content

Commit 078499b

Browse files
committed
Add the stochastic rounding codec to the docs
1 parent 91198f2 commit 078499b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The following Python packages, all published independently on PyPi, use [`numcod
2727
- [`numcodecs_wasm_reinterpret`][numcodecs_wasm_reinterpret]: binary reinterpret codec
2828
- [`numcodecs_wasm_round`][numcodecs_wasm_round]: rounding codec
2929
- [`numcodecs_wasm_sperr`][numcodecs_wasm_sperr]: SPERR codec
30+
- [`numcodecs_wasm_stochastic_rounding`][numcodecs_wasm_stochastic_rounding]: stochastic rounding codec
3031
- [`numcodecs_wasm_swizzle_reshape`][numcodecs_wasm_swizzle_reshape]: array axis swizzle and reshape codec
3132
- [`numcodecs_wasm_sz3`][numcodecs_wasm_sz3]: SZ3 codec
3233
- [`numcodecs_wasm_tthresh`][numcodecs_wasm_tthresh]: Tthresh codec

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ numcodecs_wasm_random_projection
1111
numcodecs_wasm_reinterpret
1212
numcodecs_wasm_round
1313
numcodecs_wasm_sperr
14+
numcodecs_wasm_stochastic_rounding
1415
numcodecs_wasm_swizzle_reshape
1516
numcodecs_wasm_sz3
1617
numcodecs_wasm_tthresh

0 commit comments

Comments
 (0)