From 811294c15f312049cea7705e8a49531d471ef89a Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 1 Sep 2023 16:34:46 +0200 Subject: [PATCH] Getting ready for release 1.0.1 --- ANNOUNCE.md | 10 ++++------ RELEASE_NOTES.md | 7 ++++++- blosc2_btune/__init__.py | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 5fb1856..f0499b0 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,15 +1,13 @@ -# Announcing Btune 1.0.0 +# Announcing Btune 1.0.1 A Blosc2 plugin to assist you on which Blosc2 compression parameters to use. ## What is new? On behalf of the Blosc team, we are happy to announce the -1.0.0 release of Btune. This is a major release with some name changes like the renaming of -`BTUNE_BALANCE` to `BTUNE_TRADEOFF`. We also fixed some issues regarding -the parameters that should be predicted. And we made some behaviour -changes so that by default the inference is performed in all chunks and the -default tradeoff value is used if an invalid value is passed. +1.0.1 release of Btune. This is a maintenance release where we +are distributing more binaries (Mac ARM64) and set the license +properly (AGPLv3). For more info, please see the release notes in: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 05ce363..568bc63 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,8 +4,13 @@ Release notes for Btune Changes from 1.0.0 to 1.0.1 =========================== -#XXX version-specific blurb XXX# +* New binary wheels for Mac arm64 +* Fixed the license (full AGPLv3 now) + +* Fix `BTUNE_TRACE` header printing + +* Do not change clevel when not tweaking & new models Changes from 1.0.0-rc.2 to 1.0.0 (final) diff --git a/blosc2_btune/__init__.py b/blosc2_btune/__init__.py index 503c1f6..e28bb94 100644 --- a/blosc2_btune/__init__.py +++ b/blosc2_btune/__init__.py @@ -7,7 +7,7 @@ # See LICENSE.txt for details about copyright and rights to use. ############################################################################## -VERSION = "1.0.1.dev" +VERSION = "1.0.1" import os import platform