|
1 | 1 | # Release notes |
2 | 2 |
|
| 3 | +## Changes from 2025.5.2 to 2025.6.26 |
| 4 | + |
| 5 | +### New support for native HDF5 files |
| 6 | + |
| 7 | +* The HDF5 files can be uploaded to the server and 'unfold'ed into |
| 8 | + component datasets, which are then available for browsing and |
| 9 | + downloading. |
| 10 | + |
| 11 | +* The datasets are suffixed with `.b2nd` to indicate that |
| 12 | + they can be browsed and downloaded as Blosc2-compressed arrays, but |
| 13 | + they are actually proxies to the original HDF5 datasets. This allows |
| 14 | + for a more efficient use of space and faster access to the data. |
| 15 | + |
| 16 | +* New tutorial on how to use the HDF5 support: |
| 17 | + https://ironarray.io/caterva2-doc/tutorials/hdf5.html |
| 18 | + |
| 19 | +### Web frontend |
| 20 | + |
| 21 | +* Improvements in the tomography viewer: |
| 22 | + * It now supports travelling in any direction (not just the first dimension). |
| 23 | + * The size by default is now 512x512 pixels, which is more suitable for |
| 24 | + a faster browsing experience. |
| 25 | + * Update image with JavaScript instead of htmx for reducing latencies. |
| 26 | + |
| 27 | +* The Download and Delete buttons now are always visible, not just on the |
| 28 | + Meta (previously Main) tab as before. |
| 29 | + |
| 30 | +### API additions |
| 31 | + |
| 32 | +* New `Client.concat` and `Client.stack` methods to be able to concatenate or |
| 33 | + stack datasets in the server. This is useful for creating new datasets from |
| 34 | + existing ones without downloading them. |
| 35 | + |
| 36 | +* These have been added to the REST API as well, so they can be used |
| 37 | + from the web client or any other client that supports the REST API. |
| 38 | + |
| 39 | +### Bug fixes and improvements |
| 40 | + |
| 41 | +* Add field-indexing to caterva2. Fixes #187. |
| 42 | +* Enabled field filtering for Proxy sources. |
| 43 | +* Full support for HDF5Proxy instances in expressions (including where()). |
| 44 | +* Support for HDF5 proxies in lazy operands. |
| 45 | + |
3 | 46 | ## Changes from 2025.04.09 to 2025.5.2 |
4 | 47 |
|
5 | 48 | ### API changes |
|
0 commit comments