Skip to content

Commit 8e49314

Browse files
committed
Getting ready for release 0.6.1
1 parent b50d603 commit 8e49314

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ANNOUNCE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing python-blosc2 0.6.0
1+
Announcing python-blosc2 0.6.1
22
==============================
33

44
This is a major release that implements support for C-Blosc2 prefilters and postfilters!

RELEASE_NOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Release notes
22

3-
## Changes from 0.5.2 to 0.6.0
3+
## Changes from 0.5.2 to 0.6.1
44

55
* Support for Python prefilters and postfilters. With this, you can pre-process or post-process data in super-chunks automatically. This machinery is handled internally by C-Blosc2, so it is very efficient (although it cannot work in multi-thread mode due to the GIL). See the examples/ directory for different ways of using this.
66

77
* Support for fillers. This is a specialization of a prefilter, and it allows to use Python functions to create new super-chunks from different kind of inputs (NumPy, SChunk instances, scalars), allowing computations among them and getting the result automatically compressed. See a sample script in the examples/ directory.
88

9-
* Lots of small improvements in the style, consistency and other glitches in the code. Thanks to Dimitri Papadopoulos for the attention to detail.
9+
* Lots of small improvements in the style, consistency and other glitches in the code. Thanks to Dimitri Papadopoulos for hist attention to detail.
1010

1111
* No need to compile C-Blosc2 tests, benchs or fuzzers. Compilation time is much shorter now.
1212

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)