Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blosc_compress_ctx() and blosc_decompress_ctx() for Blosc1 compatibility #49

Open
FrancescAlted opened this issue Jan 21, 2019 · 0 comments

Comments

@FrancescAlted
Copy link
Member

The initial plan was to deprecate blosc_compress_ctx() and blosc_decompress_ctx() in favor of the newer blosc2_compress_ctx() and blosc2_decompress_ctx(). However, as there is no deprecation warning in docs of the original blosc_compress_ctx() and blosc_decompress_ctx() for Blosc1, we should provide an implementation for these (probably as thin wrappers of blosc2_compress_ctx() and blosc2_decompress_ctx() ) for Blosc2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant