File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 3.6.0
1+ Announcing Python-Blosc2 3.6.1
22==============================
33
44In this release:
@@ -8,6 +8,7 @@ In this release:
88✅ More complex slicing is now supported for lazy expressions
99✅ Blosc2 indexing more consistent with NumPy
1010✅ Comprehensive ``squeeze `` function which squeezes only specified dimensions
11+ ✅ Correctly point to most recent C-blosc2 version 2.19.1
1112
1213We have blogged about the new fancy indexing support:
1314https://www.blosc.org/posts/blosc2-fancy-indexing/
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ XXX version-specific blurb XXX
55
66## Changes from 3.6.0 to 3.6.1
77
8- * Points to C-blosc 2.19.1
8+ * C-Blosc2 internal library updated to latest 2.19.1.
99
1010## Changes from 3.5.1 to 3.6.0
1111
@@ -22,8 +22,6 @@ More complex slicing is now supported.
2222* Minor bug fixes to ensure that Blosc2 indexing does not introduce dummy dimensions when NumPy does not,
2323and a more comprehensive ` squeeze ` function which squeezes specified dimensions.
2424
25- * C-Blosc2 internal library updated to latest 2.19.1.
26-
2725## Changes from 3.5.0 to 3.5.1
2826
2927* Reduced memory usage when computing slices of lazy expressions.
You can’t perform that action at this time.
0 commit comments