Skip to content

Commit 008ae49

Browse files
committed
Getting ready for release 2025.02.20
1 parent 3d82285 commit 008ae49

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

ANNOUNCE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
Announcing Caterva2 2025.02.13
1+
Announcing Caterva2 2025.02.20
22
==============================
33

44
Caterva2 is a high-performance storage and computation system for
55
Blosc2 data repositories.
66

7-
This is a minor release that adds a description for the PyPI package.
7+
This is a minor release that improves the use of Jupyter notebooks
8+
in the server. Now, you can add a Jupyter notebook to the server
9+
using the new `addnb` command in the Prompt box. Also, there is a
10+
new help button for commands in the Prompt box.
811

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

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Release notes
22

3-
## Changes from 2025.02.13 to XXX
3+
## Changes from 2025.02.13 to 2025.02.20
44

5-
#XXX version-specific blurb XXX#
5+
* Use requests instead of httpx to avoid issues with Pyodide.
6+
* Avoid setting urlbase in Pyodide.
7+
* New addnb command in the Prompt box to add a Jupyter notebook to the server.
8+
* New help button for commands in the Prompt box.
9+
* Notebooks are in read-only mode for now (but upload to server is working).
610

711
## Changes from 2025.01.30.1 to 2025.02.13
812

caterva2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737
from .api_utils import get_auth_cookie
3838

39-
__version__ = "2025.02.13.dev0"
39+
__version__ = "2025.02.20"
4040
"""The version in use of the Caterva2 package."""
4141

4242
__all__ = [

0 commit comments

Comments
 (0)