You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
* 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.
6
6
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.
8
8
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.
10
10
11
11
* 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.
12
12
13
-
* More doc restructurings. Hopefully, they are more pleasant to read now.
13
+
* More doc restructurings. Hopefully, they are more pleasant to read now :-)
0 commit comments