manzt / numcodecs.js

Buffer compression and transformation codecs for use in Zarr.js and beyond...
MIT License
27 stars 6 forks source link

Release v0.1.0 #7

Closed manzt closed 4 years ago

manzt commented 4 years ago

I'd like to make an official release and have a PR staged for zarr.js! I'm sorry for pushing for this, but we are working on a project with my group which requires blosc and handling big-endianess with zarr.js. I'm happy with the implementation currently in place for V1 of integrating numcodecs with zarr.js.

manzt commented 4 years ago

@gzuidhof would you be alright with me making an beta release of zarr.js, 0.3.0-beta.0, with the numcodecs v0.1.0 integration? I'd use npm publish --tag beta to ensure that it is only installable via npm install zarr@beta in other projects. After this PR is merged, I will make numcodecs public and open the PR I have staged with 0.3.0-alpha.0 in zarr.js.

Apologies in advance for this pressure, but I'd really like to get something usable (other than locally) for zarr.js for our research. I don't want to do anything w/o your consent on that project as you are the owner and I want to respect that.

gzuidhof commented 4 years ago

Yes, go for it!

Don't worry about asking for consent, I trust your judgement as for when to make releases :)