Skip to content

Commit

Permalink
Getting ready for rlease 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jul 5, 2022
1 parent 62346c2 commit 4a13bc1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 19 deletions.
13 changes: 4 additions & 9 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
Announcing python-blosc2 0.2.0
Announcing python-blosc2 0.3.0
==============================

This is a major release implementing the super-chunk container that
appeared in C-Blosc2.

This release is the result of a grant offered by
the Python Software Foundation to Marta Iborra.
A blog entry was written describing the difficulties and relevant
aspects learned during the work:
https://www.blosc.org/posts/python-blosc2-initial-release/
This is a minor release implementing `blosc2.open(urlpath, mode)` for opening
persisted super-chunks. Also, internal C-Blosc2 sources have been updated to
latest 2.2.0 version.

For more info, you can have a look at the release notes in:

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BSD 3-Clause License

For Blosc - A blocking, shuffling and lossless compression library

Copyright (c) 2021, The Blosc Development Team <[email protected]>
Copyright (c) 2019-present, The Blosc Development Team <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion LICENSES/BLOSC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BSD 3-Clause License

For Blosc - A blocking, shuffling and lossless compression library

Copyright (c) 2021, The Blosc Development Team <[email protected]>
Copyright (c) 2019-present, The Blosc Development Team <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 7 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Release notes

## Changes from python-blosc2 0.2.0 to python-blosc2 0.2.1
## Changes from 0.2.0 to 0.3.0

XXX version-specific blurb XXX
* Added a new `blosc2.open(urlpath, mode)` function to be able to open persisted super-chunks.

* Added a new tutorial in notebook format (`examples/tutorial-basics.ipynb`) about the basics of python-blosc2.

## Changes from python-blosc2 0.1.10 to python-blosc2 0.2.0
* Internal C-Blosc2 updated to 2.2.0


## Changes from 0.1.10 to 0.2.0

* Internal C-Blosc updated to 2.0.4.

Expand Down
3 changes: 0 additions & 3 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ is printing the correct versions.
* Make sure that `RELEASE_NOTES.md` and `ANNOUNCE.rst` are up to date with the latest news
in the release.

* Check any copyright listings and update them if necessary. You can use ``grep
-i copyright`` to figure out where they might be.

* Commit the changes::

git commit -a -m "Getting ready for release X.Y.Z"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1.dev0
0.3.0
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = "python-blosc2"
copyright = "2021, The Blosc Development Team"
copyright = "2019-present, The Blosc Development Team"
author = "The Blosc Development Team"


Expand Down

0 comments on commit 4a13bc1

Please sign in to comment.