Skip to content

Releases: Snoopy1866/pystatpower

0.0.6

20 May 09:46
517dd8c

Choose a tag to compare

💣 Breaking Changes / 破坏性更改

  • Add support for one-sided confidence intervals in the proportion.single.ci module. Added the interval_type parameter (accepts "two-sided", "lower one-sided", and "upper one-sided"), renamed ci_width to conf_level, and renamed alpha to conf_level #344
    模块 proportion.single.ci 现已支持单侧置信区间。新增参数 interval_type,用于指定置信区间类型,可选项有 "two-sided", "lower one-sided""upper one-sided",参数 ci_width 更名为 conf_levelalpha 更名为 conf_level

  • In proportion.single.inequality.solve_null_proportion, renamed parameter proportion_selection to search_direction, with its allowed values updated to "below" and "above" #349
    函数 proportion.single.inequality.solve_null_proportionproportion_selection 重命名为 search_direction,可选项变更为 "below", "above"

  • In proportion.single.inequality.solve_proportion, renamed parameter proportion_selection to search_direction, with its allowed values updated to "below" and "above" #349
    函数 proportion.single.inequality.solve_proportionproportion_selection 重命名为 search_direction,可选项变更为 "below", "above"

  • In correlation.inequality.solve_correlation, updated the allowed values for the search_direction parameter to "below" and "above" #349
    函数 correlation.inequality.solve_correlation 的参数 search_direction 可选项变更为 "below", "above"

✨ New Features / 新增功能

  • Add the non-inferiority test module for two independent means #316 #357 📚
    新增模块:两独立样本均值非劣效检验

  • Add the superiority test module for two independent means #336 #358 📚
    新增模块:两独立样本均值优效性检验

  • Add the inequality test module for two independent means #337 #355 📚
    新增模块:两独立样本均值差异性检验

  • Add the inequality test module for a single mean #339 #354 📚
    新增模块:单样本均值差异性检验

  • Add the confidence interval module for a single mean #340 📚
    新增模块:单样本均值置信区间

  • Add support one-sided confidence intervals in the proportion.single.ci module #344
    模块 proportion.single.ci 支持单侧置信区间

  • Add support one-sided hypothesis test in the correlation.inequality module #352
    模块 correlation.inequality 支持单侧检验

🧬 Refactor / 重构

  • Optimize API reference documentation structure #325 #331
    优化 API 文档结构

  • Enforce keyword-only parameters across all public APIs #342
    公共 API 统一使用仅限关键字参数

Full Changelog: 0.0.5...0.0.6

0.0.5

24 Apr 07:12
c6f6664

Choose a tag to compare

🎉 此版本开始支持 Python 3.10 #282

✨ New Features / 新增功能

  • 新增模块:单样本率差异性检验 #258 #288
  • 新增模块:相关系数检验 #264 #269
  • 新增两独立样本率非劣效检验的求解器: #275
    • proportion.independent.noninferiority.solve_power
    • proportion.independent.noninferiority.solve_treatment_proportion
    • proportion.independent.noninferiority.solve_reference_proportion
    • proportion.independent.noninferiority.solve_margin
  • 新增两独立样本率优效性检验的求解器: #297
    • proportion.independent.superiority.solve_power
    • proportion.independent.superiority.solve_treatment_proportion
    • proportion.independent.superiority.solve_reference_proportion
    • proportion.independent.superiority.solve_margin
  • 新增模块:两独立样本率差异性检验 #299

🎨 Improvement / 优化

  • 优化单样本率置信区间 Clopper-Pearson 算法 #284
  • 优化求解器 solve_size 的返回值类型,现在可以直接得到向上取整的结果 #287

🧬 Refactor / 重构

  • 文档迁移到 Zensical #255
  • 精简模块层级 #265
  • 重写模块:单样本率置信区间 #271 #272
  • 模块 difference 模块名称修改为 inequality #295

Full Changelog: 0.0.4...0.0.5

0.0.4

27 Mar 03:56
735b952

Choose a tag to compare

新增功能

  • 样本量估算模块
    • 单组率置信区间 #237
    • 两独立样本率非劣效检验 #231
    • 两独立样本率优效性检验 #233

Full Changelog: 0.0.3...0.0.4

0.0.3

27 Nov 06:32

Choose a tag to compare

Full Changelog: 0.0.2...0.0.3

0.0.2

26 Sep 18:46
e4a3e5d

Choose a tag to compare

Full Changelog: 0.0.1...0.0.2

0.0.1

25 Sep 16:51
662872c

Choose a tag to compare

Full Changelog: 0.0.1a3...0.0.1

0.0.1a3

05 Sep 18:40

Choose a tag to compare

0.0.1a3 Pre-release
Pre-release
chore: v0.0.1a3