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 @@ -355,25 +355,25 @@ def evolve_from_array_spec(self, array_spec: ArraySpec) -> AsType:
355355ZFPY = _add_docstring (_make_array_bytes_codec ("zfpy" , "ZFPY" ), "numcodecs.zfpy.ZFPY" )
356356
357357__all__ = [
358- "Blosc" ,
359- "LZ4" ,
360- "Zstd" ,
361- "Zlib" ,
362- "GZip" ,
363358 "BZ2" ,
364- "LZMA" ,
365- "Shuffle" ,
366- "Delta" ,
367- "BitRound" ,
368- "FixedScaleOffset" ,
369- "Quantize" ,
370- "PackBits" ,
371- "AsType" ,
372359 "CRC32" ,
373360 "CRC32C" ,
361+ "LZ4" ,
362+ "LZMA" ,
363+ "ZFPY" ,
374364 "Adler32" ,
365+ "AsType" ,
366+ "BitRound" ,
367+ "Blosc" ,
368+ "Delta" ,
369+ "FixedScaleOffset" ,
375370 "Fletcher32" ,
371+ "GZip" ,
376372 "JenkinsLookup3" ,
377373 "PCodec" ,
378- "ZFPY" ,
374+ "PackBits" ,
375+ "Quantize" ,
376+ "Shuffle" ,
377+ "Zlib" ,
378+ "Zstd" ,
379379]
You can’t perform that action at this time.
0 commit comments