|
1 |
| -# Announcing C-Blosc2 2.15.1 |
| 1 | +# Announcing C-Blosc2 2.15.2 |
2 | 2 | A fast, compressed and persistent binary data store library for C.
|
3 | 3 |
|
4 | 4 | ## What is new?
|
5 | 5 |
|
6 |
| -This is a maintenance release in which we are fixing calling instructions |
7 |
| -more advanced than available in current CPU, causing a SIGKILL. |
8 |
| -Furthermore, a new `b2nd_nans` function has been added. In addition, |
9 |
| -the internal LZ4 sources were updated to 1.10.0 and some |
10 |
| -other improvements were made. |
| 6 | +This is a maintenance release in which we are fixing some issues |
| 7 | +that have been reported by the community. The most relevant changes are: |
11 | 8 |
|
12 |
| -For more info, please see the release notes in: |
| 9 | +* Support wasm32 by disabling ZLIB WITH_OPTIM option. Thanks to Miles Granger. |
13 | 10 |
|
14 |
| -https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
| 11 | +* Added support for nvcc (NVidia Cuda Compiler) in CMake. Thanks to @dqwu. |
15 | 12 |
|
16 |
| -Also, there is blog post introducing the most relevant changes in Blosc2: |
| 13 | +* Fix public include directories for blosc2 targets. Thanks to Dmitry Mikushin. |
17 | 14 |
|
18 |
| -https://www.blosc.org/posts/blosc2-ready-general-review/ |
| 15 | +For more info, please see the release notes in: |
| 16 | + |
| 17 | +https://github.com/Blosc/c-blosc2/blob/main/RELEASE_NOTES.md |
19 | 18 |
|
20 | 19 | ## What is it?
|
21 | 20 |
|
22 | 21 | Blosc2 is a high performance data container optimized for binary data.
|
23 | 22 | It builds on the shoulders of Blosc, the high performance meta-compressor
|
24 |
| -(https://github.com/Blosc/c-blosc). |
| 23 | +(https://github.com/Blosc/c-blosc). Blosc2 is the next generation of Blosc, |
| 24 | +an `award-winning <https://www.blosc.org/posts/prize-push-Blosc2/>`_ |
| 25 | +library that has been around for more than a decade. |
25 | 26 |
|
26 | 27 | Blosc2 expands the capabilities of Blosc by providing a higher lever
|
27 | 28 | container that is able to store many chunks on it (hence the super-block name).
|
|
0 commit comments