Guido Imperiale
b074586d9e
Apply filters to variable-length data ( #6178 )
...
Closes can_apply and set_local filter callbacks skipped for H5T_VARIABLE dtypes #5942 . A more detailed explanation of the rationale for this PR is in the linked issue.
Mandatory filters can be now applied to variable-length data. This notably includes h5py object strings and NpyStrings.
Optional filters applied to variable-length data no longer skip can_apply and set_local, only to jump directly to filter. This fixes hdf5_blosc and HDF5_Blosc2, which rely on set_local. Note that all filters which have neither can_apply nor set_local have always worked fine with vlen data, as long as they were tagged as optional. Notable examples are deflate, lzf, bzip2 (from hdf5plugin), and lz4 (also from hdf5plugin).
Lossy filters, such as scale-offset, are and remain untested and most likely broken, as I expect them to treat the vlen metadata as numbers and corrupt it. The right place to ensure proper behaviour is their can_apply function, which however is broken (filters: can_apply does nothing for optional filters #6161 ).
2026-02-24 17:05:58 -06:00
..
2026-02-20 08:59:27 -06:00
2025-09-30 12:20:49 -05:00
2024-10-24 10:09:22 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2022-03-31 10:42:30 -05:00
2025-11-04 11:42:24 -06:00
2024-10-18 21:13:04 -07:00
2025-01-31 20:11:48 -06:00
2025-01-31 20:11:48 -06:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-10-31 14:48:05 -05:00
2025-01-31 20:11:48 -06:00
2025-06-17 11:11:13 -05:00
2026-01-23 10:58:11 -06:00
2026-02-13 14:45:02 -06:00
2026-02-13 14:45:02 -06:00
2026-02-13 14:45:02 -06:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-06-17 11:11:13 -05:00
2026-02-24 17:05:58 -06:00
2025-11-03 15:10:22 -06:00
2024-10-18 21:13:04 -07:00
2025-12-31 11:44:08 -06:00
2024-10-24 10:09:22 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2025-08-06 23:04:10 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-05-23 11:46:40 -05:00
2024-11-26 07:34:52 -06:00
2025-11-07 11:51:12 -06:00
2024-10-18 21:13:04 -07:00
2024-10-28 05:54:16 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-03-03 14:11:00 -06:00
2025-07-15 18:20:13 +02:00
2025-01-31 20:11:48 -06:00
2025-05-23 11:46:40 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-10-12 17:30:46 -05:00
2025-11-11 11:52:20 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2025-05-29 17:51:29 -05:00
2025-05-29 17:51:29 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-12-19 01:35:21 -08:00
2024-12-19 01:35:21 -08:00
2026-01-23 10:58:11 -06:00
2025-12-01 13:16:51 -06:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2026-01-26 18:07:23 -06:00
2024-10-18 21:13:04 -07:00
2025-11-11 11:52:20 -06:00
2025-01-21 17:36:27 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-12-31 11:44:08 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-05-23 11:46:40 -05:00
2025-05-23 11:46:40 -05:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2017-01-26 14:34:12 -05:00
2017-01-26 14:34:12 -05:00
2024-10-18 21:13:04 -07:00
2025-06-19 16:22:49 -05:00
2025-12-12 09:24:09 -06:00
2025-06-19 16:22:49 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-11-19 16:18:17 -06:00
2024-10-18 21:13:04 -07:00
2025-10-30 15:26:12 -05:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2021-12-07 08:27:29 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2021-12-07 08:27:29 -06:00
2024-10-18 21:13:04 -07:00
2025-10-30 15:26:12 -05:00
2025-01-08 13:33:00 -06:00
2026-01-26 18:07:23 -06:00
2025-11-04 05:11:46 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-02-10 15:23:54 -06:00
2025-01-31 20:11:48 -06:00
2024-10-18 21:13:04 -07:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2026-01-26 18:07:23 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-03-18 11:06:36 -05:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2026-01-26 18:07:23 -06:00
2025-01-08 13:33:00 -06:00
2025-11-04 11:42:24 -06:00
2025-01-08 13:33:00 -06:00
2023-06-28 08:31:32 -07:00
2026-01-26 18:07:23 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-31 20:11:48 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-31 20:11:48 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-21 17:36:27 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2025-09-15 11:42:54 -05:00
2025-01-08 13:33:00 -06:00
2025-01-08 13:33:00 -06:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-24 10:09:22 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2024-10-18 21:13:04 -07:00
2025-10-30 15:26:12 -05:00
2024-10-18 21:13:04 -07:00
2025-12-01 11:21:19 -06:00