File tree Expand file tree Collapse file tree 4 files changed +18
-12
lines changed
Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 2.3.1
1+ Announcing Python-Blosc2 2.4.0
22==============================
33
4- The new minor release 2.3 adds methods to handle NDArrays serialized into
5- memory frames, and allows opening super-chunks stored in container files (like
6- HDF5) by their offset. C-Blosc2 is updated to the latest stable version,
7- which provides support for AVX512 (temporarily disabled in wheels) and fixes
8- compatibility with ARM platforms (e.g. Raspberry Pi). Cython 3 is now
9- required for building, and other minor fixes and additions are included as
10- well.
4+ The new minor release 2.4 adds the grok codec plugin (more info in the blog
5+ post: https://www.blosc.org/posts/blosc2-grok-release/ ),
6+ the `blosc2.get_slice_nchunks() ` function to get an array of chunk
7+ indexes needed to get a slice of a Blosc2 container and an
8+ imported target with pkg-config to support windows.
9+ C-Blosc2 is updated to the latest stable version.
1110
1211For more info, you can have a look at the release notes in:
1312
Original file line number Diff line number Diff line change 11# Release notes
22
3- ## Changes from 2.3.2 to 2.3.3
3+ ## Changes from 2.3.2 to 2.4.0
44
5- XXX version-specific blurb XXX
5+ * Updated to latest C-Blosc2 2.12.0.
6+
7+ * Added ` blosc2.get_slice_nchunks() ` to get array of chunk
8+ indexes needed to get a slice of a Blosc2 container.
9+
10+ * Added grok codec plugin.
11+
12+ * Added imported target with pkg-config to support windows.
613
714## Changes from 2.3.1 to 2.3.2
815
Original file line number Diff line number Diff line change 1- 2.3.3.dev0
1+ 2.4.0
Original file line number Diff line number Diff line change 2828
2929# Set the Btune configuration to use
3030btune_conf = {"tradeoff" : 0.3 , "perf_mode" : blosc2_btune .PerformanceMode .DECOMP }
31- blosc2_btune .set_params_defaults ()
31+ blosc2_btune .set_params_defaults (** btune_conf )
3232
3333# Create the SChunk
3434data = np .arange (200 * 1000 * nchunks )
You can’t perform that action at this time.
0 commit comments