Skip to content

Commit

Permalink
Getting ready for release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 5, 2023
1 parent ff87d56 commit 5b38ffe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 3 additions & 5 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Announcing C-Blosc2 2.11.0
# Announcing C-Blosc2 2.11.1
A fast, compressed and persistent binary data store library for C.

## What is new?

This is a minor release where we have added support for AVX512 in the
bitshuffle filter. Expect up to 20% better speed when compressing
in combination with fast codecs (LZ4, BloscLZ). More info (with benchs):
https://github.com/Blosc/c-blosc2/pull/567.
This is a maintenance release for fixing the ALTIVEC header.
Only affects to IBM POWER builds.

Also, some other fixes and improvements are in.

Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Release notes for C-Blosc2
Changes from 2.11.0 to 2.11.1
=============================

#XXX version-specific blurb XXX#
* Fix ALTIVEC header. Only affects to IBM POWER builds. Thanks to
Michael Kuhn for providing a patch.


Changes from 2.10.5 to 2.11.0
Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ extern "C" {
#define BLOSC2_VERSION_MINOR 11 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.11.1.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-11-04 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.11.1" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-11-05 #$" /* date version */


/* The maximum number of dimensions for Blosc2 NDim arrays */
Expand Down

0 comments on commit 5b38ffe

Please sign in to comment.