Skip to content

Commit 4a13bc1

Browse files
committed
Getting ready for rlease 0.3.0
1 parent 62346c2 commit 4a13bc1

File tree

7 files changed

+15
-19
lines changed

7 files changed

+15
-19
lines changed

ANNOUNCE.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
Announcing python-blosc2 0.2.0
1+
Announcing python-blosc2 0.3.0
22
==============================
33

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

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BSD 3-Clause License
22

33
For Blosc - A blocking, shuffling and lossless compression library
44

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

88
Redistribution and use in source and binary forms, with or without

LICENSES/BLOSC.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BSD 3-Clause License
22

33
For Blosc - A blocking, shuffling and lossless compression library
44

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

88
Redistribution and use in source and binary forms, with or without

RELEASE_NOTES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Release notes
22

3-
## Changes from python-blosc2 0.2.0 to python-blosc2 0.2.1
3+
## Changes from 0.2.0 to 0.3.0
44

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

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

8-
## Changes from python-blosc2 0.1.10 to python-blosc2 0.2.0
9+
* Internal C-Blosc2 updated to 2.2.0
10+
11+
12+
## Changes from 0.1.10 to 0.2.0
913

1014
* Internal C-Blosc updated to 2.0.4.
1115

RELEASING.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ is printing the correct versions.
2626
* Make sure that `RELEASE_NOTES.md` and `ANNOUNCE.rst` are up to date with the latest news
2727
in the release.
2828

29-
* Check any copyright listings and update them if necessary. You can use ``grep
30-
-i copyright`` to figure out where they might be.
31-
3229
* Commit the changes::
3330

3431
git commit -a -m "Getting ready for release X.Y.Z"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1.dev0
1+
0.3.0

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "python-blosc2"
22-
copyright = "2021, The Blosc Development Team"
22+
copyright = "2019-present, The Blosc Development Team"
2323
author = "The Blosc Development Team"
2424

2525

0 commit comments

Comments
 (0)