File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -356,25 +356,25 @@ def evolve_from_array_spec(self, array_spec: ArraySpec) -> AsType:
356356ZFPY = _add_docstring (_make_array_bytes_codec ("zfpy" , "ZFPY" ), "numcodecs.zfpy.ZFPY" )
357357
358358__all__ = [
359- "Blosc" ,
360- "LZ4" ,
361- "Zstd" ,
362- "Zlib" ,
363- "GZip" ,
364359 "BZ2" ,
365- "LZMA" ,
366- "Shuffle" ,
367- "Delta" ,
368- "BitRound" ,
369- "FixedScaleOffset" ,
370- "Quantize" ,
371- "PackBits" ,
372- "AsType" ,
373360 "CRC32" ,
374361 "CRC32C" ,
362+ "LZ4" ,
363+ "LZMA" ,
364+ "ZFPY" ,
375365 "Adler32" ,
366+ "AsType" ,
367+ "BitRound" ,
368+ "Blosc" ,
369+ "Delta" ,
370+ "FixedScaleOffset" ,
376371 "Fletcher32" ,
372+ "GZip" ,
377373 "JenkinsLookup3" ,
378374 "PCodec" ,
379- "ZFPY" ,
375+ "PackBits" ,
376+ "Quantize" ,
377+ "Shuffle" ,
378+ "Zlib" ,
379+ "Zstd" ,
380380]
You can’t perform that action at this time.
0 commit comments