Skip to content

Commit c78c4fc

Browse files
committed
fix a small bug in aaa algorithm, to improve its stability
1 parent c91b61f commit c78c4fc

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This toolkit is currently under developement. **PLEASE USE IT AT YOUR OWN RISK!*
66

77
## Version
88

9-
v2.1.5-devel.250427
9+
v2.1.5-devel.250605
1010

1111
## License
1212

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
!!! info
66

7-
Thank you for using ACFlow. This documentation will help you to be familiar with and explore the ACFlow toolkit. It is just compatible with ACFlow v2.1.5-devel.250427.
7+
Thank you for using ACFlow. This documentation will help you to be familiar with and explore the ACFlow toolkit. It is just compatible with ACFlow v2.1.5-devel.250605.
88

99
!!! note
1010

docs/src/intro/ack.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Acknowledgements
22

3-
This project has been supported by the following foundations:
3+
This project has been supported by the following fundings:
44

5-
* CAEP Foundation (under Grant No.CX20210033)
6-
* National Science Foundation of China (under Grant No.12274380)
7-
* National Science Foundation of China (under Grant No.11874329)
8-
* National Science Foundation of China (under Grant No.11934020)
5+
* CAEP Foundation (under Grant No. CX20210033, 2021-2023)
6+
* National Science Foundation of China (under Grant No. 12274380, 2023-2026)
7+
* National Science Foundation of China (under Grant No. 11874329, 2019-2022)
8+
* National Science Foundation of China (under Grant No. 11934020, 2020-2024)
9+
10+
# Contributors
11+
12+
* Shuang Liang
13+
* Changming Yue
14+
* Kaiwen Jin (@yuiyuiui)

src/global.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author : Li Huang (huangli@caep.cn)
55
# Status : Unstable
66
#
7-
# Last modified: 2025/04/27
7+
# Last modified: 2025/06/05
88
#
99

1010
#=
@@ -172,7 +172,7 @@ Version of this julia toolkit.
172172
173173
See also: [`__RELEASE__`](@ref).
174174
"""
175-
const __VERSION__ = v"2.1.5-devel.250427"
175+
const __VERSION__ = v"2.1.5-devel.250605"
176176

177177
"""
178178
__RELEASE__
@@ -181,7 +181,7 @@ Release date of this julia toolkit.
181181
182182
See also: [`__AUTHORS__`](@ref).
183183
"""
184-
const __RELEASE__ = "2025/04"
184+
const __RELEASE__ = "2025/06"
185185

186186
#=
187187
*Remarks* :

0 commit comments

Comments
 (0)