You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The initial plan was to deprecate
blosc_compress_ctx()
andblosc_decompress_ctx()
in favor of the newerblosc2_compress_ctx()
andblosc2_decompress_ctx()
. However, as there is no deprecation warning in docs of the originalblosc_compress_ctx()
andblosc_decompress_ctx()
for Blosc1, we should provide an implementation for these (probably as thin wrappers ofblosc2_compress_ctx()
andblosc2_decompress_ctx()
) for Blosc2.The text was updated successfully, but these errors were encountered: