File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3- ## Changes in dev
3+ ## Changes in 7.6.0
441 . Implement "tickz" draw option, used for color palette ticks
552 . Implement skewness and kurtosis calculations for histogram stats box
663 . Introduce "logv" draw option for ` TH3 ` , configures logarithmic scale for box volume
Original file line number Diff line number Diff line change 11/** @summary version id
22 * @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3- const version_id = 'dev ' ,
3+ const version_id = '7.6.0 ' ,
44
55/** @summary version date
66 * @desc Release date in format day/month/year like '14/04/2022' */
7- version_date = '22 /02/2024' ,
7+ version_date = '23 /02/2024' ,
88
99/** @summary version id and date
1010 * @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.5.99 " ,
3+ "version" : " 7.6.0 " ,
44 "engines" : {
55 "node" : " >= 0.18.0"
66 },
You can’t perform that action at this time.
0 commit comments