Skip to content

Commit aa7bc6b

Browse files
committed
Getting ready for release 2025.12.3
1 parent ae6e2d7 commit aa7bc6b

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

ANNOUNCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Announcing Caterva2 2025.11.17.1
1+
Announcing Caterva2 2025.12.3
22
==============================
33

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

7-
This is a hot-fix release, which fixes authentication issues for jupyter notebooks running on pyodide.
7+
This is a minor release, which introduces certain minor API breaking changes (``client.lazyexpr`` has disappeared, ``upload`` signature has changed slightly).
88

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

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.11.17.1 to 2025.12.0
3+
## Changes from 2025.11.17.1 to 2025.12.3
44

5-
#XXX version-specific blurb XXX#
5+
* Upload in-memory objects
6+
* Upload ``LazyUDF`` objects
7+
* Change to upload API and return Dataset/File object rather than path in most cases
8+
* New Image plugin
9+
* Use prompt box as calculator
610

711
## Changes from 2025.11.17 to 2025.11.17.1
812

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.11.1",
42+
"blosc2>=3.12.1",
4343
"httpx[http2]",
4444
]
4545

0 commit comments

Comments
 (0)