#Python-Blosc2
💊 IronPill 1💊
Blosc2 calculates Fourier approximations:
⚡5x faster than NumPy
👣 fraction of the memory footprint
🐍 one-line syntax 𝚜𝚞𝚖(𝚊 * 𝚌𝚘𝚜(𝚝) + 𝚋 * 𝚜𝚒𝚗(𝚝), 𝚊𝚡𝚒𝚜=𝟷)

Full notebook: github.com/Blosc/python...

(inspiration: towardsdatascience.com/numexpr-the-...)

#Blosc2
#Data
#SignalProcessing
October 20, 2025 at 12:06 PM
python-blosc2 3.6.1-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
July 18, 2025 at 10:31 AM
python-blosc2 3.4.0-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
June 16, 2025 at 5:28 AM
Just fixed a long standing bug that prevented structured dtypes of more than 255 bytes in python-blosc2. The new limit is 512 MB, just for the dtype; the limit for datasets continues to be about an Exabyte (2**60 bytes!).

github.com/Blosc/python...
Large Structured Arrays support · Issue #364 · Blosc/python-blosc2
Describe the bug I have a structured array with dtype.itemsize of 1298784, when I try to create an empty array: a = blosc2.empty(dtype=dtype, shape=shape, ...) It fails to compute the proper blocks...
github.com
February 18, 2025 at 4:44 PM
🗣️ Announcing Python-Blosc2 3.5.1 🚀

This introduces significant performance and memory optimizations, enhancing the experience of computing with large, compressed datasets using lazy expressions.

Compress Better, Compute Bigger!

#Performance #MemoryEfficiency #DataScience
July 2, 2025 at 5:43 PM
python-blosc2 3.5.1-1 x86_64 Wrapper for the blosc2 compressor

#Extra #x86_64

Origin | Interest | Match
Arch Linux - python-blosc2 3.4.0-1 (x86_64)
archlinux.org
July 7, 2025 at 8:12 PM
📢 We are happy to announce the release of Python-Blosc2 3.2.0!

This release introduces the new blosc2.matmul() function. We have written a nice blog: www.blosc.org/posts/optimi...

Lastly, we are excited to introduce WASM32 wheels for the first time. More info at: github.com/Blosc/python...

Enjoy!
Optimizing chunks for matrix multiplication in Blosc2
Exploring how to optimize chunk sizes in Blosc2 to improve performance in matrix multiplication.
www.blosc.org
March 12, 2025 at 1:17 PM
📢 We are pleased to announce the integration of a new stack feature in #Blosc2 🚀, which allows for stacking large arrays along a new axis.

We've updated our recent blog post:
Check it out! 👇
www.blosc.org/posts/blosc2...

Compress Better, Compute Bigger
#Python #DataScience #Performance #OpenSource
June 23, 2025 at 4:34 PM
python-blosc2 3.6.0-1 x86_64 Wrapper for the blosc2 compressor

#Extra-Testing #x86_64

Origin | Interest | Match
Arch Linux - python-blosc2 3.5.0-1 (x86_64)
archlinux.org
July 17, 2025 at 2:12 PM
python-blosc2 3.10.1-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
October 14, 2025 at 7:53 PM
Python-Blosc v1.11.3 has been released, which added support (and wheels!) for Python 3.13. Python-Blosc2 v3.3.3 has also been released, which brings bug fixes & optimizations! Congrats to Blosc for all these big updates!
June 14, 2025 at 3:02 PM
📢 🔥 Article on Blosc2: Compute with TB-sized datasets on your own hardware!

🚀 Outperforms NumPy by 10x ~ 100x for large computations
🐍 Integrates seamlessly with the Python data science ecosystem
💻 Works both in-memory and on-disk with minimal performance differences

ironarray.io/blog/compute...
March 28, 2025 at 1:48 PM
python-blosc2 3.11.0-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
November 3, 2025 at 5:33 PM
python-blosc2 3.6.0-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
July 17, 2025 at 2:12 PM
Python-Blosc2 comes with an extensively tested partition sizes algorithm for automatically setting the best chunk and block sizes for you.

But you can always bypass this mechanism for more appropriate fine-tuning in different scenarios 🚀

www.blosc.org/python-blosc...

#Compression #Performance
July 29, 2025 at 8:43 AM
🗣️ Announcing Python-Blosc2 3.8.0 🚀

A step closer to compliance with the array-api standard: data-apis.org/array-api!
This is an effort across all array-based libraries so that your code works (e.g. for both blosc2 and NumPy) by simply changing the import statement below!

#arrayapi #Blosc2
September 12, 2025 at 11:12 AM
📣 Announcing the release of Python-Blosc2 3.3.0:

🔄 New blosc2.transpose()
⚡️ New fast path for NDArray.slice() - up to 40x speedup
🔧 NDArray.slice() now preserves compression params
📝 Improved documentation

Thanks to all contributors!

github.com/Blosc/python...

Compress Better, Compute Bigger! 😀
April 9, 2025 at 4:28 PM
Did you know that:

$ conda -c conda-forge install python-blosc2 mkl

will let you fully utilize your CPUs?

⏩ Advanced SIMD
⏩ Multiple cores
⏩ Leverage caches efficiently

www.blosc.org/python-blosc...

Do not let your hardware sit idle; put it to work for you. Kudos to @conda-forge.org team! 🤟
December 19, 2024 at 5:31 PM
🚀 Blosc2 supports memory-mapped files for super-efficient data access! 🚀

✨ Why memory-mapping?
1️⃣ No system call overhead for each read/write
2️⃣ Data goes straight from page cache to user space—much faster than traditional I/O!

👉 github.com/Blosc/python...

#DataScience #Performance #BigData 🚀💾
July 14, 2025 at 5:18 PM
python-blosc2 3.5.1-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
July 7, 2025 at 8:11 PM
📣Great to see the community building powerful tools on Blosc2! 🚀

Check out compress-image: a new C++/Python library for working with compressed images directly in memory.

Kudos to Emil Dohne for this fantastic work!

Project here: github.com/EmilDohne/co...

#Blosc2 #FOSS #ImageProcessing
GitHub - EmilDohne/compressed-image: Fast and memory-efficient, compressed in-memory image storage for C++ and Python.
Fast and memory-efficient, compressed in-memory image storage for C++ and Python. - EmilDohne/compressed-image
github.com
September 1, 2025 at 5:32 PM
📢Blosc2 3.10.2 Released! 📢

Lazy evaluation for ALL Blosc2 functions in version 3.10!

Blosc2 powers:
- Zarr/HDF5 computations (see image and blosc.org/posts/tensor...)
- Server compuation via Cat2Cloud (demo site here cat2.cloud/demo/)!

#Zarr
#HDF5
#Python
October 15, 2025 at 11:58 AM
python-blosc2 3.6.1-1 x86_64 Wrapper for the blosc2 compressor

Interest | Match | Feed
Origin
archlinux.org
July 18, 2025 at 10:32 AM
Is it possible to compute with arrays that are 100x larger than memory and still achieve good performance? 🤯

With the new compute engine in Python-Blosc2, you can! 😊 Check out our blog post for more details: ironarray.io/blog/compute...

Compress Better, Compute Bigger!
March 12, 2025 at 1:23 PM
🎉 Exciting news! Python-Blosc2 is making huge strides towards array-api compliance. 🚀
From its humble beginnings in 2010 as a compressor for PyTables, it has evolved into a powerful n-dimensional container. 💪

There's more to come, but what a fantastic milestone! ✨
🗣️ Announcing Python-Blosc2 3.8.0 🚀

A step closer to compliance with the array-api standard: data-apis.org/array-api!
This is an effort across all array-based libraries so that your code works (e.g. for both blosc2 and NumPy) by simply changing the import statement below!

#arrayapi #Blosc2
September 12, 2025 at 11:40 AM