Skip to content

Commit

Permalink
chore: release version 0.0.1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Sep 25, 2024
1 parent c78d042 commit 662872c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion src/pystatpower/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1a3"
__version__ = "0.0.1"

0 comments on commit 662872c

Please sign in to comment.