File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
1011Check our new blog post about ``TreeStore `` usage and performance at:
1112https://www.blosc.org/posts/new-treestore-blosc2
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 1- __version__ = "3.7.2.dev0 "
1+ __version__ = "3.7.2"
You can’t perform that action at this time.
0 commit comments