Skip to content

Commit f5fbd63

Browse files
committed
Add a note about Python-Blosc2
1 parent 29716fa commit f5fbd63

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ A Python wrapper for the extremely fast Blosc compression library
2727
What it is
2828
==========
2929

30+
**Note**: There is a more modern version of this package called Python-Blosc2
31+
which supports many more features and is more actively maintained. Visit it at:
32+
https://github.com/Blosc/python-blosc2
33+
3034
Blosc (https://blosc.org) is a high performance compressor optimized for
3135
binary data. It has been designed to transmit data to the processor
3236
cache faster than the traditional, non-compressed, direct memory fetch
@@ -39,7 +43,6 @@ regular-spaced values, etc.
3943
python-blosc a Python package that wraps Blosc. python-blosc supports
4044
Python 3.9 or higher versions.
4145

42-
4346
Installing
4447
==========
4548

0 commit comments

Comments
 (0)