File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- Announcing blosc2-grok 0.3.2
1
+ Announcing blosc2-grok 0.3.3
2
2
============================
3
3
4
- This is a patch release. Now, there is support for arbitrary numbers
5
- of leading 1 dimensions in the input data. This is common in image data
6
- where the leading dimensions are reserved for stacks of images.
4
+ This is a patch release. We have changed the Python extension
5
+ from MODULE to SHARED on some platforms (Linux and MacOSX/arm64;
6
+ the rest do not seem to support SHARED mode). This allows for
7
+ a C program to use the plugin as a shared library.
8
+
7
9
You can have a look at the release notes in:
8
10
9
11
https://github.com/Blosc/blosc2_grok/releases
Original file line number Diff line number Diff line change 2
2
3
3
## Changes from 0.3.2 to 0.3.3
4
4
5
- #XXX version-specific blurb XXX#
5
+ * Change the Python extension from MODULE to SHARED on some
6
+ platforms (Linux and MacOSX/arm64; the rest do not seem
7
+ to support SHARED mode). This allows for a C program to
8
+ use the plugin as a shared library.
6
9
7
10
## Changes from 0.3.1 to 0.3.2
8
11
Original file line number Diff line number Diff line change 14
14
import atexit
15
15
import numpy as np
16
16
17
- __version__ = "0.3.3.dev0 "
17
+ __version__ = "0.3.3"
18
18
19
19
20
20
class GrkFileFmt (Enum ):
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "scikit_build_core.build"
12
12
13
13
[project ]
14
14
name = " blosc2_grok"
15
- version = " 0.3.3.dev0 "
15
+ version = " 0.3.3"
16
16
readme = " README.md"
17
17
authors = [
18
18
{
name =
" Blosc Development Team" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments