|
1 | 1 | # ph5concat Release Notes |
2 | 2 |
|
3 | 3 | --- |
4 | | -## Version _PH5CONCAT_VERSION_ (_PH5CONCAT_RELEASE_DATE_) |
| 4 | +## Version 1.1.0 (Sep. 13, 2023) |
| 5 | + |
| 6 | +* New features |
| 7 | + + Now support datasets of type H5T_STRING |
| 8 | + + New command-line option '-c' to use the HDF5 contiguous storage layout. |
| 9 | + |
| 10 | +* Utility programs |
| 11 | + + New utility program check_seq_incr |
| 12 | + + add_key |
| 13 | + * option `-k` to take dataset names separated by comma, to be used to |
| 14 | + generate partition keys (default: /spill/run,/spill/subrun,/spill/evt) |
| 15 | + * add option `-r` to specify groups matching pattern are not injected with |
| 16 | + key dataset |
| 17 | + * add option `-c` to create sequence-count datasets as partition keys, |
| 18 | + instead of sequence-only datasets. The suffix of the key datasets will be |
| 19 | + `seq_cnt`. (default: off) |
| 20 | + * add option `-a` to create both sequence and sequence-count datasets. |
| 21 | + (default: off) |
| 22 | + * add option `-f` to overwrite key datasets if already exist. |
| 23 | + + add_spill_index |
| 24 | + * now keeps the data type same as the one provided in option '-s' in |
| 25 | + sort_file_list. |
| 26 | + * now can have any number of index datasets in option '-k'. |
| 27 | + * No longer requires index datasets to H5T_STD_U32LE. |
| 28 | + + New utility program nu_stat - to collect and print some statistics of data |
| 29 | + objects stored in an HDF5 file. |
| 30 | + + New utility program nfile_ocopy - to merge multiple HDF5 files into one, by |
| 31 | + calling H5Ocopy() for each group. |
| 32 | + |
| 33 | + |
| 34 | +* Other updates |
| 35 | + + Chunk size setting now is in the unit of array elements, instead of MB. |
| 36 | + + Change the default chunk size to 256K array elements. |
| 37 | + + Add a case study based on PandAna read operations. |
| 38 | + |
| 39 | +* Bugs fixed |
| 40 | + + Fix compile errors on Mac OS. |
| 41 | + + Fix when the number of processes is more than number of input files |
| 42 | + + Fix when a dataset is empty in one file but not in others |
| 43 | + |
| 44 | + |
| 45 | +## Version 1.0.0 (Feb. 14, 2020) |
5 | 46 |
|
6 | 47 | * New features |
7 | 48 | + Add appending mode. This allows to concatenate new input files and append |
@@ -79,5 +120,4 @@ Other changes |
79 | 120 | elements. See bb118bd |
80 | 121 |
|
81 | 122 | --- |
82 | | -## Version 1.0.0 (February 14, 2020) |
83 | 123 |
|
0 commit comments