Skip to content

Commit

Permalink
Getting ready for release 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Sep 13, 2023
1 parent ea1c222 commit 34b273e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ A fast, compressed and persistent binary data store library for C.

## What is new?

This is a maintenance release with also several improvements for helping
integration of C-Blosc2 in other projects (thanks to Alex Huebl). Also,
some fixes for MinGW platform are in (thanks to Biswapriyo Nath).
This is a maintenance release with also several improvements like the registration of
the dynamically loaded codec blosc2_openhtj2k. See https://github.com/Blosc/blosc2_openhtj2k
for more info on how to use it. Also,
the `BLOSC_INFO` macro has been added for details on compression params.

For more info, please see the release notes in:

Expand Down
10 changes: 9 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Release notes for C-Blosc2
Changes from 2.10.2 to 2.10.3
=============================

#XXX version-specific blurb XXX#
* Globally registered new codec `openhtj2k`. This will be loaded dynamically. See PR #557.

* Added a `BLOSC_INFO` macro for details on compression params.

* Added `get_blocksize.c` example on automatic blocksizes.

* Warning fixes.

* Fixes for mingw.


Changes from 2.10.1 to 2.10.2
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 10 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.10.3.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-08-19 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.10.3" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-09-13 #$" /* date version */


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

0 comments on commit 34b273e

Please sign in to comment.