Skip to content

Commit 662872c

Browse files
authored
chore: release version 0.0.1 (#50)
1 parent c78d042 commit 662872c

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
0.0.1a3 (2024-09-06)
2-
---
1+
# Changelog
32

4-
0.0.1a2 (2024-09-05)
5-
---
3+
## 🏷 0.0.1 (2024-09-26)
64

7-
0.0.1a1 (2024-09-05)
8-
---
5+
- 新增功效分析模型:两独立样本率差异性检验
6+
- 使用自定义参数类型,便于限制取值范围
7+
- 重写枚举元类的 `__getitem__` 方法,在以索引方式访问枚举值时,忽略字符串大小写 #26
8+
9+
## 🏷 0.0.1a3 (2024-09-06)
10+
11+
## 🏷 0.0.1a2 (2024-09-05)
12+
13+
## 🏷 0.0.1a1 (2024-09-05)

src/pystatpower/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1a3"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)