File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
Expand file tree Collapse file tree 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.
37
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).
78You can think of Python-Blosc2 3.0 as a replacement of numexpr, but better :-)
89
910As always, we would like to get feedback from the community before the final
1011release. We are providing binary wheels that you can easily install from PyPI
1112with:
1213
13- pip install blosc2==3.0.0rc2
14+ pip install blosc2==3.0.0rc3
1415
1516For more info, you can have a look at the release notes in:
1617
Original file line number Diff line number Diff line change 11# Release notes
22
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
44
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 .
617
718
819## 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