-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c78d042
commit 662872c
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
0.0.1a3 (2024-09-06) | ||
--- | ||
# Changelog | ||
|
||
0.0.1a2 (2024-09-05) | ||
--- | ||
## 🏷 0.0.1 (2024-09-26) | ||
|
||
0.0.1a1 (2024-09-05) | ||
--- | ||
- 新增功效分析模型:两独立样本率差异性检验 | ||
- 使用自定义参数类型,便于限制取值范围 | ||
- 重写枚举元类的 `__getitem__` 方法,在以索引方式访问枚举值时,忽略字符串大小写 #26 | ||
|
||
## 🏷 0.0.1a3 (2024-09-06) | ||
|
||
## 🏷 0.0.1a2 (2024-09-05) | ||
|
||
## 🏷 0.0.1a1 (2024-09-05) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.1a3" | ||
__version__ = "0.0.1" |