File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 2.6.2
1+ Announcing Python-Blosc2 2.7.0
22==============================
33
4- Updated to latest C-Blosc2 2.14.3. This was necessary to fix
5- several CVEs in the C-Blosc2 library. Also, the new version adds
6- protection when platforms have just one CPU. This caused the
7- internal number of threads to be 0, producing a division by zero.
4+ Updated to latest C-Blosc2 2.15.0. Also, `LazyExpr.evaluate() `
5+ is marked as deprecated and some other fixes have been done
86
97For more info, you can have a look at the release notes in:
108
Original file line number Diff line number Diff line change 11# Release notes
22
3- ## Changes from 2.6.2 to 2.6.3
3+ ## Changes from 2.6.2 to 2.7.0
4+
5+ * Updated to latest C-Blosc2 2.15.0.
6+
7+ * Deprecated ` LazyExpr.evaluate() ` .
8+
9+ * Fixed ` _chech_rc ` function. See https://github.com/Blosc/python-blosc2/issues/187 .
410
5- XXX version-specific blurb XXX
611
712## Changes from 2.6.1 to 2.6.2
813
Original file line number Diff line number Diff line change 1- 2.6.3.dev0
1+ 2.7.0
You can’t perform that action at this time.
0 commit comments