Skip to content

Commit e28f315

Browse files
committed
Getting ready for release 3.7.2
1 parent d67cef5 commit e28f315

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

ANNOUNCE.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Announcing Python-Blosc2 3.7.1
1+
Announcing Python-Blosc2 3.7.2
22
==============================
33

4-
In this release:
4+
This is a maintenance release where:
55

6-
✅ Many usability improvements to the ``TreeStore`` class and friends.
7-
✅ New section about ``TreeStore`` in basics NDArray tutorial.
8-
✅ Added ``C2Array.slice()`` method and other useful properties to ``C2Array`` class.
6+
✅ We have updated the Blosc2 C library to 2.21.1, which fixes a regression
7+
in the build system detected in Fedora and Gentoo.
8+
✅ We reverted signature of ``TreeStore.__init__(()`` for making benchmarks
9+
to get back to normal performance.
910

1011
Check our new blog post about ``TreeStore`` usage and performance at:
1112
https://www.blosc.org/posts/new-treestore-blosc2

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Changes from 3.7.1 to 3.7.2
44

5-
XXX version-specific blurb XXX
5+
* C-Blosc2 internal library updated to latest 2.21.1.
6+
7+
* Revert signature of `TreeStore.__init__` for making benchmarks to get back
8+
to normal performance.
69

710
## Changes from 3.7.0 to 3.7.1
811

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"py-cpuinfo; platform_machine != 'wasm32'",
4242
"requests",
4343
]
44-
version = "3.7.2.dev0"
44+
version = "3.7.2"
4545

4646

4747
[project.optional-dependencies]

src/blosc2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.7.2.dev0"
1+
__version__ = "3.7.2"

0 commit comments

Comments
 (0)