|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | 3 |
|
4 | | -## Changes in dev |
| 4 | +## Changes in 7.11.0 |
5 | 5 | 1. Implement new data types in `RNtuple` |
6 | 6 | - reduced float types kFloat16, kReal32Trunc, kReal32Quant |
7 | 7 | - `std::vector` |
|
14 | 14 | - `std::atomic` |
15 | 15 | - simple custom classes |
16 | 16 | - streamed types |
17 | | -1. Resort order of ranges in http request, fixing several long-standing problems #374 |
18 | | -1. Implement for `TPie` 3d, text, title drawing including interactivity |
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. Correctly draw axis ticks when `fNdivisions` is negative |
25 | | -1. Use `resvg-js` backend for PNG support in node.js #391, thanks to https://github.com/OmarMesqq |
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. Remove support for deprectaed `TH1K` class |
30 | | -1. Fix - paint frame border mode/size from `TCanvas` |
31 | | -1. Fix - interactivity for TH3 palette drawing #398 |
| 17 | +2. Resort order of ranges in http request, fixing several long-standing problems #374 |
| 18 | +3. Implement for `TPie` 3d, text, title drawing including interactivity |
| 19 | +5. Implement `TCanvas` support in `build3d` function #373 |
| 20 | +6. Implement `TTree` branches filtering via context menu #364 |
| 21 | +7. Let define alternative draw function #378 |
| 22 | +8. Implement "padsN" draw option for `THStack` and `TMultiGraph` |
| 23 | +9. Support custom click handler for `TGraph` https://root-forum.cern.ch/t/64744 |
| 24 | +10. Correctly draw axis ticks when `fNdivisions` is negative |
| 25 | +11. Use `resvg-js` backend for PNG support in node.js #391, thanks to https://github.com/OmarMesqq |
| 26 | +12. Introduce `settings.ServerTimeout` for `THttpServer` operations |
| 27 | +13. Let set custom color palette with `setColorPalette` function |
| 28 | +14. Upgrade three.js r180 -> r183 |
| 29 | +15. Remove support for deprecated `TH1K` class |
| 30 | +16. Fix - paint frame border mode/size from `TCanvas` |
| 31 | +17. Fix - interactivity for `TH3` palette drawing #398 |
32 | 32 |
|
33 | 33 |
|
34 | 34 | ## Changes in 7.10.3 |
|
0 commit comments