File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3+ ## Changes in 7.10.x
4+ 1 . Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
5+
6+
37## Changes in 7.10.0
481 . ` RNtuple ` support, thanks to Kriti Mahajan https://github.com/Krmjn09
592 . Implement ` RTreeMapPainter ` to display ` RNTuple ` structure, thanks to Patryk Pilichowski https://github.com/magnustymoteus
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot-demos" ,
3- "version" : " 7.10.0 " ,
3+ "version" : " 7.10.1 " ,
44 "engines" : {
55 "node" : " >=0.18"
66 },
Original file line number Diff line number Diff line change 22
33/** @summary version id
44 * @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
5- const version_id = '7.10.0 ' ,
5+ const version_id = '7.10.x ' ,
66
77/** @summary version date
88 * @desc Release date in format day/month/year like '14/04/2022' */
9- version_date = '27 /10/2025' ,
9+ version_date = '28 /10/2025' ,
1010
1111/** @summary version id and date
1212 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 7.10.0 " ,
3+ "version" : " 7.10.1 " ,
44 "engines" : {
55 "node" : " >= 0.18.0"
66 },
You can’t perform that action at this time.
0 commit comments