Skip to content

Commit bf89ef3

Browse files
committed
Getting ready for release 3.6.1
1 parent a30442a commit bf89ef3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ANNOUNCE.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing Python-Blosc2 3.6.0
1+
Announcing Python-Blosc2 3.6.1
22
==============================
33

44
In 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

1213
We have blogged about the new fancy indexing support:
1314
https://www.blosc.org/posts/blosc2-fancy-indexing/

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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,
2323
and 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.

0 commit comments

Comments
 (0)