Skip to content

Commit 2881117

Browse files
committed
Getting ready for release 0.4.0
1 parent aa1442b commit 2881117

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

ANNOUNCE.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
Announcing python-blosc2 0.3.2
1+
Announcing python-blosc2 0.4.0
22
==============================
33

4-
This is a minor release for updating internal C-Blosc2 sources to
5-
latest 2.3.1 version. Also, several leaks have been fixed.
4+
This is a major release introducing new `pack_array2()` and
5+
`unpack_array2()` functions for packing NumPy arrays.
6+
Also, there are new `Scunk.to_cframe()` and `blosc2.from_cframe()`
7+
methods for serializing/deserialzing `SChunk` instances.
8+
9+
Finally, we have added new `Schunk.get_slice()`, `SChunk.__getitem__()`
10+
and `SChunk.__setitem__()` methods for getting/setting slices from/to
11+
`SChunk` instances.
612

713
For more info, you can have a look at the release notes in:
814

RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
* New `pack_array2()` and `unpack_array2()` functions for packing NumPy arrays. Contrarily to `pack_array()` and `unpack_array()` counterparts, the new ones allow for compressing arrays larger than 2 GB in size.
66

7-
* New `Scunk.to_cframe()` and `blosc2.from_cframe()` functions for serializing/deserialzing `SChunk` instances.
7+
* New `Scunk.to_cframe()` and `blosc2.from_cframe()` methods for serializing/deserialzing `SChunk` instances.
88

9-
* New `Schunk.get_slice()`, `SChunk.__getitem__` and `SChunk.__setitem__` methods for getting/setting slices from/to `SChunk` instances.
9+
* New `Schunk.get_slice()`, `SChunk.__getitem__()` and `SChunk.__setitem__()` methods for getting/setting slices from/to `SChunk` instances.
1010

1111
* The `compcode` parameter has been renamed to `codec`. A `NameError` exception will be raised when using the old name. Please update your code when you see this exception.
1212

13-
* More doc restructurings. Hopefully, they are more pleasant to read now.
13+
* More doc restructurings. Hopefully, they are more pleasant to read now :-)
1414

1515

1616
## Changes from 0.3.1 to 0.3.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3.dev0
1+
0.4.0

0 commit comments

Comments
 (0)