Skip to content

Commit e1ada2f

Browse files
committed
update release note for 1.1.0 release
1 parent 41aa720 commit e1ada2f

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ EXTRA_DIST = ph5_concat.hpp \
2929
AUTHORS.md \
3030
README.md \
3131
RELEASE_NOTES.md \
32-
list.txt
32+
list.txt \
33+
meta.yaml \
34+
build.sh
3335

3436
dist-hook:
3537
$(SED_I) -e "s|_PH5CONCAT_VERSION_|@PH5CONCAT_VERSION@|g" $(distdir)/main.cpp

RELEASE_NOTES.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
11
# ph5concat Release Notes
22

33
---
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)
546

647
* New features
748
+ Add appending mode. This allows to concatenate new input files and append
@@ -79,5 +120,4 @@ Other changes
79120
elements. See bb118bd
80121

81122
---
82-
## Version 1.0.0 (February 14, 2020)
83123

0 commit comments

Comments
 (0)