You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Implement new data types in `RNtuple`
- reduced float types kFloat16, kReal32Trunc, kReal32Quant
- `std::vector`
- `std::map`, `std::unordered_map`, `std::multimap`, `std::unordered_multimap` with `std::pair`
- `std::set`, `std::unordered_set`, `std::multiset`, `std::unordered_multiset`
- `std::array`
- `std::variant`
- `std::tuple`
- `std::bitset`
- `std::atomic`
- simple custom classes
- streamed types
1. Resort order of ranges in http request, fixing several long-standing problems #374
1. Implement for `TPie` 3d, text, title drawing including interactivity
1. Implement `TCanvas` support in `build3d` function #373
1. Implements `TTree` branches filtering via context menu #364
1. Let define alternative draw function #378
1. Implement padsN draw option for `THStack` and `TMultiGraph`
1. Support custom click handler for `TGraph` https://root-forum.cern.ch/t/64744
1. Use `resvg-js` backend for PNG support in node.js #391, thanks to https://github.com/OmarMesqq
1. Remove support for deprectaed `TH1K` class
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
1. Let set custom color palette with `setColorPalette` function
1. Upgrade three.js r180 -> r183
1. Fix - paint frame border mode/size from `TCanvas`
1. Fix - interactivity for TH3 palette drawing #398
1. Fix - add `TLeafG` support in `TTree` #397
2. Fix - reset contour while drawing `TH3`
3. Fix - fix kFloat16/kDouble32 processing in `TTree`
1. Fix - correctly process `TLeafB` arrays in tree draw #384
2. Fix - better detect default ranges in `TGraph` histogram
3. Fix - convert BigInt before `RNtuple` drawing
4. Fix - pages and clusters processing in `RNtuple` #390
5. Fix - extra row for legend header, proper horizontal align #21173
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
2. Fix - recover io after bad http response
1. Resort order of ranges in http request, fixing several long-standing problems #374
5
18
1. Implement for `TPie` 3d, text, title drawing including interactivity
6
-
1. Remove support for deprectaed TH1K class
19
+
1. Implement `TCanvas` support in `build3d` function #373
20
+
1. Implements `TTree` branches filtering via context menu #364
21
+
1. Let define alternative draw function #378
22
+
1. Implement padsN draw option for `THStack` and `TMultiGraph`
23
+
1. Support custom click handler for `TGraph`https://root-forum.cern.ch/t/64744
24
+
1. Use `resvg-js` backend for PNG support in node.js #391, thanks to https://github.com/OmarMesqq
25
+
1. Remove support for deprectaed `TH1K` class
26
+
1. Introduce `settings.ServerTimeout` global timeout for THttpServer operations
27
+
1. Let set custom color palette with `setColorPalette` function
28
+
1. Upgrade three.js r180 -> r183
29
+
1. Fix - paint frame border mode/size from `TCanvas`
30
+
1. Fix - interactivity for TH3 palette drawing #398
31
+
32
+
33
+
## Changes in 7.10.3
34
+
1. Fix - add `TLeafG` support in `TTree`#397
35
+
2. Fix - reset contour while drawing `TH3`
36
+
3. Fix - fix kFloat16/kDouble32 processing in `TTree`
37
+
38
+
39
+
## Changes in 7.10.2
40
+
1. Fix - correctly process `TLeafB` arrays in tree draw #384
41
+
2. Fix - better detect default ranges in `TGraph` histogram
42
+
3. Fix - convert BigInt before `RNtuple` drawing
43
+
4. Fix - pages and clusters processing in `RNtuple`#390
44
+
5. Fix - extra row for legend header, proper horizontal align https://github.com/root-project/root/issues/21173
45
+
46
+
47
+
## Changes in 7.10.1
7
48
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
8
-
1. Fix - paint frame border mode/size from TCanvas
49
+
2. Fix - recover io after bad http response
9
50
10
51
11
52
## Changes in 7.10.0
@@ -1469,11 +1510,11 @@
1469
1510
8. Fix several problems with markers drawing; implement plus, asterisk, mult symbols.
1470
1511
9. Implement custom layout, which allows to configure user-defined layout for displayed objects
1471
1512
10. Fix errors with scaling of axis labels.
1472
-
11. Support also Y axis with custom labels like: http://jsroot.gsi.de/dev/?nobrowser&file=../files/atlas.root&item=LEDShapeHeightCorr_Gain0;1&opt=col
1513
+
11. Support also Y axis with custom labels like: https://jsroot.gsi.de/dev/?nobrowser&file=https://jsroot.gsi.de/files/atlas.root&item=LEDShapeHeightCorr_Gain0;1&opt=col
1473
1514
1474
1515
1475
1516
## Changes in 3.7
1476
-
1. Support of X axis with custom labels like: http://jsroot.gsi.de/dev/?nobrowser&json=../files/hist_xlabels.json
1517
+
1. Support of X axis with custom labels like: https://jsroot.gsi.de/dev/?nobrowser&json=https://jsroot.gsi.de/files/hist_xlabels.json
1477
1518
2. Extend functionality of JSROOT.addDrawFunc() function. One could register type-specific
1478
1519
`make_request` and `after_request` functions; `icon`, `prereq`, `script`, `monitor` properties.
1479
1520
This let add more custom elements to the generic gui, implemented with JSROOT.HierarchyPainter
@@ -1660,7 +1701,7 @@
1660
1701
13. Provide example fileitem.htm how read and display item from ROOT file.
1661
1702
14. In default index.htm page one could specify 'file', 'layout',
0 commit comments