File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Announcing Caterva2 2025.02.13
1+ Announcing Caterva2 2025.02.20
22==============================
33
44Caterva2 is a high-performance storage and computation system for
55Blosc2 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
912For more info, you can have a look at the release notes in:
1013
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3636)
3737from .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__ = [
You can’t perform that action at this time.
0 commit comments