File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ image] ( https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-zero/ci.yml?branch=main )] ( https://github.com/juntyr/numcodecs-zero/actions/workflows/ci.yml?query=branch%3Amain )
22[ ![ image] ( https://img.shields.io/pypi/v/numcodecs-zero.svg )] ( https://pypi.python.org/pypi/numcodecs-zero )
33[ ![ image] ( https://img.shields.io/pypi/l/numcodecs-zero.svg )] ( https://github.com/juntyr/numcodecs-zero/blob/main/LICENSE )
4- [ ![ image] ( https://img.shields.io/pypi/pyversions/numcodecs- zero.svg )] ( https://pypi.python.org/pypi/numcodecs-zero )
4+ [ ![ image] ( https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fjuntyr%2Fnumcodecs- zero%2Frefs%2Fheads%2Fmain%2Fpyproject.toml )] ( https://pypi.python.org/pypi/numcodecs-zero )
55[ ![ image] ( https://readthedocs.org/projects/numcodecs-zero/badge/?version=latest )] ( https://numcodecs-zero.readthedocs.io/en/latest/?badge=latest )
66
77# numcodecs-zero
Original file line number Diff line number Diff line change 11[ ![ image] ( https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-zero/ci.yml?branch=main )] ( https://github.com/juntyr/numcodecs-zero/actions/workflows/ci.yml?query=branch%3Amain )
22[ ![ image] ( https://img.shields.io/pypi/v/numcodecs-zero.svg )] ( https://pypi.python.org/pypi/numcodecs-zero )
33[ ![ image] ( https://img.shields.io/pypi/l/numcodecs-zero.svg )] ( https://github.com/juntyr/numcodecs-zero/blob/main/LICENSE )
4- [ ![ image] ( https://img.shields.io/pypi/pyversions/numcodecs- zero.svg )] ( https://pypi.python.org/pypi/numcodecs-zero )
4+ [ ![ image] ( https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fjuntyr%2Fnumcodecs- zero%2Frefs%2Fheads%2Fmain%2Fpyproject.toml )] ( https://pypi.python.org/pypi/numcodecs-zero )
55[ ![ image] ( https://readthedocs.org/projects/numcodecs-zero/badge/?version=latest )] ( https://numcodecs-zero.readthedocs.io/en/latest/?badge=latest )
66
77# numcodecs-zero
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " numcodecs-zero"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Zero codec for the `numcodecs` buffer compression API"
99readme = " README.md"
10- license = { file = " LICENSE " }
10+ license = " MPL-2.0 "
1111requires-python = " >=3.10"
1212dependencies = [
1313 " numcodecs>=0.13.0,<0.17" ,
1414 " numpy~=2.0" ,
1515 " typing-extensions~=4.6" ,
16- " varint~=1.0" ,
16+ " varint~=1.0.2 " ,
1717]
1818
1919[dependency-groups ]
You can’t perform that action at this time.
0 commit comments