Commit d7fcf7c1 authored by Shuai Feng's avatar Shuai Feng
Browse files

update2412

parent 9cec2b00
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ https://csst-ifs-gehong.readthedocs.io/
Shuai Feng (sfeng@hebtu.edu.cn)

# Updates History
### 2024-12
### 3.0.0
* 优化了输入参数的边界判定
* 调整了代码的格式规范
* 修复了尘埃消光曲线的bug
* pypi同步更新至1.1.3
 No newline at end of file
* 修复了模拟数据版本号错误的bug
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ with open("requirements.txt", "r") as f:

setuptools.setup(
    name='csst_ifs_gehong',
    version='1.1.0',
    version='3.0.0',
    license='MIT',
    author="Shuai Feng",
    author_email='sfeng@hebtu.edu.cn',