Commit ed9002c 1 parent e0918a1 commit ed9002c Copy full SHA for ed9002c
File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- # Announcing C-Blosc2 2.13.1
1
+ # Announcing C-Blosc2 2.13.2
2
2
A fast, compressed and persistent binary data store library for C.
3
3
4
4
## What is new?
5
5
6
- This is a patch release for fixing a bug regarding the included files in ` b2nd.h ` .
6
+ This is a patch release for improving of SSSE3 detection on Visual Studio.
7
+ Also, documentation for the globally registered filters and codecs has been
8
+ added:
9
+ https://www.blosc.org/c-blosc2/reference/utility_variables.html#codes-for-filters
10
+ https://www.blosc.org/c-blosc2/reference/utility_variables.html#compressor-codecs
7
11
8
12
For more info, please see the release notes in:
9
13
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ Release notes for C-Blosc2
4
4
Changes from 2.13.1 to 2.13.2
5
5
=============================
6
6
7
- #XXX version-specific blurb XXX#
7
+ * Better checking for ` SSSE3 ` availability in Visual Studio. Probably fixes #546 too.
8
+ Thanks to @t20100 (Thomas Vincent) for the PR (#586 ).
9
+
10
+ * Documented the globally registered filters and codecs. See:
11
+ https://www.blosc.org/c-blosc2/reference/utility_variables.html#codes-for-filters
12
+ https://www.blosc.org/c-blosc2/reference/utility_variables.html#compressor-codecs
8
13
9
14
10
15
Changes from 2.13.0 to 2.13.1
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ extern "C" {
85
85
#define BLOSC2_VERSION_MINOR 13 /* for minor interface/format changes */
86
86
#define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */
87
87
88
- #define BLOSC2_VERSION_STRING "2.13.2.dev " /* string version. Sync with above! */
89
- #define BLOSC2_VERSION_DATE "$Date:: 2023-01-25 #$" /* date version */
88
+ #define BLOSC2_VERSION_STRING "2.13.2" /* string version. Sync with above! */
89
+ #define BLOSC2_VERSION_DATE "$Date:: 2023-02-07 #$" /* date version */
90
90
91
91
92
92
/* The maximum number of dimensions for Blosc2 NDim arrays */
You can’t perform that action at this time.
0 commit comments