Skip to content

Commit 3598a30

Browse files
committed
Getting ready for release 3.0.0rc3
1 parent e5f5275 commit 3598a30

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

Diff for: ANNOUNCE.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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).
78
You can think of Python-Blosc2 3.0 as a replacement of numexpr, but better :-)
89

910
As always, we would like to get feedback from the community before the final
1011
release. We are providing binary wheels that you can easily install from PyPI
1112
with:
1213

13-
pip install blosc2==3.0.0rc2
14+
pip install blosc2==3.0.0rc3
1415

1516
For more info, you can have a look at the release notes in:
1617

Diff for: RELEASE_NOTES.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
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

0 commit comments

Comments
 (0)