Skip to content

Commit

Permalink
[doc] make final doc update, bump pmcx to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 12, 2024
1 parent 4e7f404 commit 9250a0d
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 8 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Major updates are marked with a "*"

== MCX v2024.2 (Interstellar Ion - 2.2), FangQ <q.fang (a) neu.edu> ==

2024-03-10 [7b6e0e0] [optimize] cut hyperboloid gaussian register use from 15 to 3, #127,#214
2024-03-10 [a2279d6] [optimize] reduce gaussian slit register use from 9 to 2, #214
2024-03-08 [4708e10] [doc] Create pull_request_template.md
2024-03-08 [14ca45d] [feat] use 'make register' to report register counts in the Makefile
2024-03-07 [3c7ac2a] [feat] allow users to type 1-3 numbers for srcparam1/srcparam2
2024-03-07 [411a007] [feat] add gaussian broadening to slit source (contributed by Liam Keegan, #214)
2024-03-04 [1e6c403] [doc] update instructions on running mcx on hybrid GPU Linux laptops
2024-03-04 [0344d84] [bug] fix cuda core count for Ada and Blackwell
2024-03-01 [4dd076e] [doc] update documentation for v2024.2
2024-03-01 [875a357] [doc] update neurojson website url to https://neurojson.io
2024-02-29 [c151e10] [ci] add setuptools for python 3.12 on macos
2024-02-27 [558dbab] [pmcx] bump pmcx to 0.2.12 after fixing critical bug #212
2024-02-27 [8e03878]*[bug] critical: fix double-multiplication of pattern launched weight, fix #212
2024-02-23 [61ae0b8] [bug] fix detid value #209
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,16 @@ It also includes a bug fix from fangq/mcx#195 regarding precision loss when
saving diffuse reflectance.

We want to thank Haohui Zhang for reporting a number of critical issues
(fangq/mcx#195 and fangq/mcx#212). ShijieYan and fanyuyen have also contributed
(fangq/mcx#195 and fangq/mcx#212), Liam Keegan for contributing a patch
to extend the slit source (fangq/mcx#214). ShijieYan and fanyuyen have also contributed
to the bug fixes and improvements.

The detailed updates can be found in the below change log

* 2024-03-08 [14ca45d] [feat] use 'make register' to report register counts in the Makefile
* 2024-03-07 [411a007] [feat] add gaussian broadening to slit source (contributed by Liam Keegan, #214)
* 2024-03-04 [1e6c403] [doc] update instructions on running mcx on hybrid GPU Linux laptops
* 2024-03-04 [0344d84] [bug] fix cuda core count for Ada and Blackwell
* 2024-02-27 [558dbab] [pmcx] bump pmcx to 0.2.12 after fixing critical bug #212
* 2024-02-27 [8e03878] \*[bug] critical: fix double-multiplication of pattern launched weight, fix #212
* 2024-02-23 [61ae0b8] [bug] fix detid value #209
Expand Down
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@ It also includes a bug fix from fangq/mcx#195 regarding precision loss when
saving diffuse reflectance.

We want to thank Haohui Zhang for reporting a number of critical issues
(fangq/mcx#195 and fangq/mcx#212). ShijieYan and fanyuyen have also contributed
(fangq/mcx#195 and fangq/mcx#212), Liam Keegan for contributing a patch
to extend the slit source (fangq/mcx#214). ShijieYan and fanyuyen have also contributed
to the bug fixes and improvements.

The detailed updates can be found in the below change log


* 2024-03-08 [14ca45d] [feat] use 'make register' to report register counts in the Makefile
* 2024-03-07 [411a007] [feat] add gaussian broadening to slit source (contributed by Liam Keegan, #214)
* 2024-03-04 [1e6c403] [doc] update instructions on running mcx on hybrid GPU Linux laptops
* 2024-03-04 [0344d84] [bug] fix cuda core count for Ada and Blackwell
* 2024-02-27 [558dbab] [pmcx] bump pmcx to 0.2.12 after fixing critical bug #212
* 2024-02-27 [8e03878]*[bug] critical: fix double-multiplication of pattern launched weight, fix #212
* 2024-02-23 [61ae0b8] [bug] fix detid value #209
Expand Down
2 changes: 1 addition & 1 deletion inno/MCXStudio.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define MyAppName "MCX Studio"
#define MyAppDir "MCXStudio"
#define MyAppVersion "v2023"
#define MyAppVersion "v2024.2"
#define MyAppPublisher "COTILab"
#define MyAppURL "https://mcx.space"
#define MyAppExeName "mcxstudio.exe"
Expand Down
2 changes: 1 addition & 1 deletion mcxstudio/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: Qianqian Fang <q.fang at neu.edu>
License: GNU General Public License version 3 (GPLv3)
Version: 1.2 (v2024.2)
Website: http://mcx.space
Website: https://mcx.space

---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pmcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>, Qianqian Fang (2019-2024) <q.fang at neu.edu>, Fan-Yu Yen (2023-2024) <yen.f at northeastern.edu>
- License: GNU Public License V3 or later
- Version: 0.3.1
- Version: 0.3.2
- URL: https://pypi.org/project/pmcx/
- Github: https://github.com/fangq/mcx

Expand Down
2 changes: 1 addition & 1 deletion pmcx/pmcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# from .files import loadmc2, loadmch, load, save
from .bench import bench

__version__ = "0.3.1"
__version__ = "0.3.2"

__all__ = (
"gpuinfo",
Expand Down
2 changes: 1 addition & 1 deletion pmcx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def build_extension(self, ext):
setup(
name="pmcx",
packages=["pmcx"],
version="0.3.1",
version="0.3.2",
requires=["numpy"],
license="GPLv3+",
author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",
Expand Down
2 changes: 1 addition & 1 deletion script/photon
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ sub printhelp{
printf("=================================================================
Photon - a unified command line interface for MCX/MMC/MCXCL
author: Qianqian Fang <q.fang at neu.edu>
web: http://mcx.space
web: https://mcx.space
=================================================================
Format: %s <option1> <option2> ...
Expand Down

0 comments on commit 9250a0d

Please sign in to comment.