zarr-developers / numcodecs

A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
http://numcodecs.readthedocs.io
MIT License
121 stars 82 forks source link

Release 0.12.2? #525

Open mwlon opened 1 month ago

mwlon commented 1 month ago

I've noticed that the last release was ~7 months ago, and pcodec support was added 3 months ago. Should a new version be released?

rabernat commented 1 month ago

Thanks for the ping @mwlon! Yes we should make a release. I have been doing some benchmarking of pcodec from the master branch in the meantime.

rabernat commented 1 month ago

@jakirkham - ~what is the release process for numcodecs? I'd be happy to make a release so we can get pco out.~

Edit: I figured it out: https://numcodecs.readthedocs.io/en/stable/contributing.html#release-procedure

Are you :+1: with making a release? I think this should be 0.13.0 since we are adding a new codec, right?

jakirkham commented 1 month ago

Basically would make sure the release notes are up-to-date for the release we are making. Like updating these lines with the version

Then we can just create a new release on GitHub

Yeah 0.13.0 sounds right

normanrz commented 1 week ago

@dstansby Could you add a PR that adds the new Python support policy #531 to the readme and docs?

mwlon commented 1 week ago

FYI I'll release a new version of pcodec with some format additions within the next week, so it might be advantageous to wait for that and upgrade to the pcodec 0.2 pip package.

mwlon commented 2 days ago

The 0.2.0 pip package is out now