File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
- Announcing Python-Blosc2 3.0.0-rc2
2
- ==================================
1
+ Announcing Python-Blosc2 3.0.0rc3
2
+ =================================
3
+
4
+ The Blosc development team is pleased to announce the third release release of
5
+ Python-Blosc2 3.0.0. Here, we are making easier to produce conda packages, as
6
+ well as fixing some bugs and improving the documentation.
3
7
4
- The Blosc development team is pleased to announce the second release release of
5
- Python-Blosc2 3.0.0. Here, we are streamlining the API and adding more flexibility
6
- to the compute engine (e.g. support for reductions in fields of struct arrays).
7
8
You can think of Python-Blosc2 3.0 as a replacement of numexpr, but better :-)
8
9
9
10
As always, we would like to get feedback from the community before the final
10
11
release. We are providing binary wheels that you can easily install from PyPI
11
12
with:
12
13
13
- pip install blosc2==3.0.0rc2
14
+ pip install blosc2==3.0.0rc3
14
15
15
16
For more info, you can have a look at the release notes in:
16
17
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## Changes from 3.0.0-rc.2 to 3.0.0
3
+ ## Changes from 3.0.0-rc.2 to 3.0.0-rc.3
4
4
5
- XXX version-specific blurb XXX
5
+ * Now you can get and set the whole values of VLMeta instances with the ` vlmeta[:] ` syntax.
6
+ The get part is syntactic sugar for ` vlmeta.getall() ` actually.
7
+
8
+ * ` blosc2.copy() ` now honors ` cparams= ` parameter.
9
+
10
+ * Now, compiling the package with ` USE_SYSTEM_BLOSC2 ` envar set to ` 1 ` will use the
11
+ system-wide Blosc2 library. This is useful for creating packages that do not want
12
+ to bundle the Blosc2 library (e.g. conda).
13
+
14
+ * Several changes in the build process to enable conda-forge packaging.
15
+
16
+ * Now, ` blosc2.pack_tensor() ` can pack empty tensors/arrays. Fixes #290 .
6
17
7
18
8
19
## Changes from 3.0.0-rc.1 to 3.0.0-rc.2
You can’t perform that action at this time.
0 commit comments