Skip to content

Commit 8b05de0

Browse files
author
Petr Jacka
committed
[NFC] Adding HistoNSparseD into release notes
1 parent f260024 commit 8b05de0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README/ReleaseNotes/v638/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following people have contributed to this new version:
3232
Florian Uhlig, GSI,\
3333
Devajith Valaparambil Sreeramaswamy, CERN/EP-SFT,\
3434
Vassil Vassilev, Princeton
35+
Petr Jacka, Czech Technical University in Prague
3536

3637
## Deprecation and Removal
3738

@@ -112,6 +113,7 @@ If you want to keep using `TList*` return values, you can write a small adapter
112113
to numbers such as 8 would share one 3-d histogram among 8 threads, greatly reducing the memory consumption. This might slow down execution if the histograms
113114
are filled at very high rates. Use lower number in this case.
114115
- The Snapshot method has been refactored so that it does not need anymore compile-time information (i.e. either template arguments or JIT-ting) to know the input column types. This means that any Snapshot call that specifies the template arguments, e.g. `Snapshot<int, float>(..., {"intCol", "floatCol"})` is now redundant and the template arguments can safely be removed from the call. At the same time, Snapshot does not need to JIT compile the column types, practically giving huge speedups depending on the number of columns that need to be written to disk. In certain cases (e.g. when writing O(10000) columns) the speedup can be larger than an order of magnitude. The Snapshot template is now deprecated and it will issue a compile-time warning when called. The function overload is scheduled for removal in ROOT 6.40.
116+
- Add HistoNSparseD action that fills a sparse N-dimensional histogram.
115117

116118
## Python Interface
117119

0 commit comments

Comments
 (0)