From 325a5227172042a6f75928f0c0a1c294ed0b7db4 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 7 Nov 2023 22:23:30 -0500 Subject: [PATCH] [release] post v2023 release action --- ChangeLog.txt | 28 ++++++++++++++++++++++++++++ NOTICE.txt | 2 +- README.md | 2 +- README.txt | 2 +- mcxlab/NEWS | 28 ++++++++++++++++++++++++++++ mcxlab/README.txt | 2 +- mcxstudio/README.txt | 2 +- src/mcx_const.h | 4 ++-- src/mcx_utils.c | 2 +- 9 files changed, 64 insertions(+), 8 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 74dfd6cf..39e0b5b2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,34 @@ Major updates are marked with a "*" +== MCX v2023.11 (Interstellar Ion - 2.2), FangQ == + + 2023-11-07 [a710ab3] allow converting integer cfg.vol to json + 2023-10-31 [d6c64e4] [test] fix rng test after make double + 2023-10-30 [08361eb] [pmcx] bump pmcx to v0.2.6 with dref fix #195 + 2023-10-30 [9220578]*[bug] apply #41 like 2xfloat-buffer for dref accumulation, fix #195 + 2023-10-24 [961d059] pattern json data rstrict to single,set show_opt_in option + 2023-10-24 [5f130fc] use 2d pattern by default + 2023-10-24 [db608f7] use jq to format json schema; add Source.Pattern in schema + 2023-10-14 [4c365f9] update zh-cn translation + 2023-10-12 [8d23726] fix windows ci error + 2023-10-12 [2904cc3] avoid error when compressing binaries + 2023-10-12 [2ebe3de] include language locale files in github CI build + 2023-10-12 [5782cff] enable DefaultTranslator for i18n support in mcxstudio + 2023-10-11 [833d117] add compiled mo locale file + 2023-10-11 [ad298c1] add initial translation for simplified Chinese + 2023-10-11 [aa15780] add strings from additional forms + 2023-10-10 [14285a0]*prepare for adding i18n support + 2023-10-10 [c5496ac]*force invcdf/angleinvcdf even count of float, reapply 53d7ac0, fix #193 + 2023-10-09 [ca1bf2b] use focal-length to select interpolation or discrete mode, #129 + 2023-10-08 [be8b8c3]*support user-defined launch angle profile, fix #129 + 2023-10-03 [2ad9307] update winget package files to the v2023 release + 2023-10-03 [26ede84] rename winget package file + 2023-10-03 [2e71a51] treat cfg->bc as a null-ending string, #191 #192 + 2023-10-03 [68db492] make cfg->bc a null terminated string + 2023-10-02 [35170f9] Merge pull request #192 from lkeegan/pmcx_bc_overflow_error + 2023-10-02 [3c77170] Fix buffer overflow error when bc has 12 characters + == MCX v2023 (Heroic Hadron - 2.0), FangQ == 2023-09-17 [5b8a06f] add comments to nightly build script for deployment diff --git a/NOTICE.txt b/NOTICE.txt index 11d51da0..d4350088 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ ============================================================= Monte Carlo eXtreme (MCX) Suite - version 2023 + version 2023.11 ============================================================= Copyright (c) 2009-2023 Qianqian Fang diff --git a/README.md b/README.md index bce5eaa7..eb57d10b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Monte Carlo eXtreme (MCX) - CUDA Edition - Author: Qianqian Fang (q.fang at neu.edu) - License: GNU General Public License version 3 (GPLv3) -- Version: 2.0 (v2023, Heroic Hadron) +- Version: 2.2.pre (v2023.11, Interstellar Ion) - Website: ![Mex and Binaries](https://github.com/fangq/mcx/actions/workflows/build_all.yml/badge.svg)\ diff --git a/README.txt b/README.txt index ac02840c..ca3b090e 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ *Author: Qianqian Fang *License: GNU General Public License version 3 (GPLv3) -*Version: 2.0 (v2023, Heroic Hadron) +*Version: 2.2.pre (v2023.11, Interstellar Ion) *Website: http://mcx.space --------------------------------------------------------------------- diff --git a/mcxlab/NEWS b/mcxlab/NEWS index 74dfd6cf..39e0b5b2 100644 --- a/mcxlab/NEWS +++ b/mcxlab/NEWS @@ -2,6 +2,34 @@ Major updates are marked with a "*" +== MCX v2023.11 (Interstellar Ion - 2.2), FangQ == + + 2023-11-07 [a710ab3] allow converting integer cfg.vol to json + 2023-10-31 [d6c64e4] [test] fix rng test after make double + 2023-10-30 [08361eb] [pmcx] bump pmcx to v0.2.6 with dref fix #195 + 2023-10-30 [9220578]*[bug] apply #41 like 2xfloat-buffer for dref accumulation, fix #195 + 2023-10-24 [961d059] pattern json data rstrict to single,set show_opt_in option + 2023-10-24 [5f130fc] use 2d pattern by default + 2023-10-24 [db608f7] use jq to format json schema; add Source.Pattern in schema + 2023-10-14 [4c365f9] update zh-cn translation + 2023-10-12 [8d23726] fix windows ci error + 2023-10-12 [2904cc3] avoid error when compressing binaries + 2023-10-12 [2ebe3de] include language locale files in github CI build + 2023-10-12 [5782cff] enable DefaultTranslator for i18n support in mcxstudio + 2023-10-11 [833d117] add compiled mo locale file + 2023-10-11 [ad298c1] add initial translation for simplified Chinese + 2023-10-11 [aa15780] add strings from additional forms + 2023-10-10 [14285a0]*prepare for adding i18n support + 2023-10-10 [c5496ac]*force invcdf/angleinvcdf even count of float, reapply 53d7ac0, fix #193 + 2023-10-09 [ca1bf2b] use focal-length to select interpolation or discrete mode, #129 + 2023-10-08 [be8b8c3]*support user-defined launch angle profile, fix #129 + 2023-10-03 [2ad9307] update winget package files to the v2023 release + 2023-10-03 [26ede84] rename winget package file + 2023-10-03 [2e71a51] treat cfg->bc as a null-ending string, #191 #192 + 2023-10-03 [68db492] make cfg->bc a null terminated string + 2023-10-02 [35170f9] Merge pull request #192 from lkeegan/pmcx_bc_overflow_error + 2023-10-02 [3c77170] Fix buffer overflow error when bc has 12 characters + == MCX v2023 (Heroic Hadron - 2.0), FangQ == 2023-09-17 [5b8a06f] add comments to nightly build script for deployment diff --git a/mcxlab/README.txt b/mcxlab/README.txt index bc92963d..02a54e63 100644 --- a/mcxlab/README.txt +++ b/mcxlab/README.txt @@ -2,7 +2,7 @@ Author: Qianqian Fang License: GNU General Public License version 3 (GPLv3) -Version: this package is part of Monte Carlo eXtreme (MCX) v2023 +Version: this package is part of Monte Carlo eXtreme (MCX) v2023.11 diff --git a/mcxstudio/README.txt b/mcxstudio/README.txt index 940c6e11..1ed2e0d0 100644 --- a/mcxstudio/README.txt +++ b/mcxstudio/README.txt @@ -4,7 +4,7 @@ Author: Qianqian Fang License: GNU General Public License version 3 (GPLv3) -Version: 1.0 (v2023) +Version: 1.2.pre (v2023.11) Website: http://mcx.space --------------------------------------------------------------------- diff --git a/src/mcx_const.h b/src/mcx_const.h index eb5e14ed..91e8690f 100644 --- a/src/mcx_const.h +++ b/src/mcx_const.h @@ -31,9 +31,9 @@ #ifndef _MCEXTREME_CONSTANT_H #define _MCEXTREME_CONSTANT_H -#define MCX_VERSION "v2023" +#define MCX_VERSION "v2023.11" #define MCX_VERSION_MAJOR 2 -#define MCX_VERSION_MINOR 0 +#define MCX_VERSION_MINOR 2 #define ONE_PI 3.1415926535897932f /**< pi */ #define TWO_PI 6.28318530717959f /**< 2*pi */ diff --git a/src/mcx_utils.c b/src/mcx_utils.c index 176773ad..b10778a9 100644 --- a/src/mcx_utils.c +++ b/src/mcx_utils.c @@ -5044,7 +5044,7 @@ void mcx_printheader(Config* cfg) { # MCX proudly developed human-readable JSON-based data formats for easy reuse,#\n\ # Please consider using JSON (" S_BLUE "https://neurojson.org/" S_MAGENTA ") for your research data #\n\ ###############################################################################\n\ -$Rev:: $ " S_GREEN MCX_VERSION S_MAGENTA " $Date:: $ by $Author:: $\n\ +$Rev:: $" S_GREEN MCX_VERSION S_MAGENTA "$Date:: $ by $Author:: $\n\ ###############################################################################\n" S_RESET); }