Skip to content

Commit dbf8a81

Browse files
committed
Getting ready for release 2025.11.17
1 parent 0844cb2 commit dbf8a81

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

ANNOUNCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Announcing Caterva2 2025.10.25
1+
Announcing Caterva2 2025.11.17
22
==============================
33

44
Caterva2 is a high-performance storage and computation system for

RELEASE_NOTES.md

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

3-
## Changes from 2025.10.25 to X.Y.Z
4-
5-
#XXX version-specific blurb XXX#
6-
7-
## Changes from 2025.8.7 to 2025.10.25
3+
## Changes from 2025.8.7 to 2025.11.17
84

95
### New features
106

@@ -16,6 +12,10 @@
1612
header. That allows the server to send Blosc2-compressed data directly,
1713
avoiding the overhead of sending uncompressed data through the network.
1814

15+
* Extended lazy expression functionalities, in web and python client
16+
17+
* Loading files from third-party url directly to server enables via ``load_from_url``
18+
1919
### New command-line tools
2020

2121
Command line tools have been restructured. Now there are three main tools:

caterva2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from .client import BasicAuth, Client, Dataset, File, Root
1313

14-
__version__ = "2025.10.26.dev0"
14+
__version__ = "2025.11.17"
1515
"""The version in use of the Caterva2 package."""
1616

1717
__all__ = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Operating System :: Unix",
4040
]
4141
dependencies = [
42-
"blosc2>=3.2.0",
42+
"blosc2>=3.11.1",
4343
"httpx[http2]",
4444
]
4545

0 commit comments

Comments
 (0)