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

update 3.0.1

parent c6bce60d
Loading
Loading
Loading
Loading
Loading

Example_Spec1D.250102 copy.ipynb

deleted100644 → 0
+0 −64

File deleted.

Preview size limit exceeded, changes collapsed.

+5 −1
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ https://csst-ifs-gehong.readthedocs.io/
Shuai Feng (sfeng@hebtu.edu.cn)

# Updates History

### 3.0.1
* 修改输出版本号固化

### 3.0.0
* 优化了输入参数的边界判定
* 调整了代码的格式规范
+1 −1
Original line number Diff line number Diff line
__version__ = "3.0.0"
__version__ = "3.0.1"
+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='3.0.0',
    version='3.0.1',
    license='MIT',
    author="Shuai Feng",
    author_email='sfeng@hebtu.edu.cn',
+4.03 KiB

File added.

No diff preview for this file type.

Loading