Skip to content

Commit

Permalink
Getting ready for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 1, 2023
1 parent 29dbb03 commit 811294c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 4 additions & 6 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion blosc2_btune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 811294c

Please sign in to comment.