Skip to content

Commit 009ead2

Browse files
committed
Getting ready for release 0.6.2
1 parent 4289986 commit 009ead2

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

ANNOUNCE.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Announcing python-blosc2 0.6.1
1+
Announcing Python-Blosc2 0.6.2
22
==============================
33

4-
This is a major release that implements support for C-Blosc2 prefilters and postfilters!
5-
Essentially, you can implement these parts of the C-Blosc2 filter pipeline with
6-
Python functions, which allows for a lot of flexibility and efficiency.
4+
This is a maintenance release that updates C-Blosc2 to 2.6.0.
75

6+
Remember that in the 0.6 we introduced support for pre- and post-filters.
87
For more info about the prefilter and postfilter machinery, see slides in:
98
https://www.blosc.org/docs/Blosc2-Debunking-Myths.pdf
109

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Changes from 0.6.1 to 0.6.2
55

6-
XXX version-specific blurb XXX
6+
* Updated C-Blosc2 to 2.6.0.
77

88

99
## Changes from 0.5.2 to 0.6.1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2.dev0
1+
0.6.2

0 commit comments

Comments
 (0)