Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzluo committed Aug 7, 2022
1 parent 806c886 commit c87868b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2022-08-01
## [0.5.0] - 2022-08-07
### Added
- `test_vars` option to specify the variable(s) for which to calculate PL confidence intervals and p-values.

## [0.4.0] - 2022-08-01
### Added
- Option to use Wald method for computing p-values and confidence intervals instead of LRT and profile likelihood. Set `wald=True` to use ([#11](https://github.com/jzluo/firthlogist/pull/11)).
- Tests for `load_sex2()` and `load_endometrial()` ([#9](https://github.com/jzluo/firthlogist/pull/9)).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "firthlogist"
version = "0.4.0"
version = "0.5.0"
description = "Python implementation of Logistic Regression with Firth's bias reduction"
authors = ["Jon Luo <[email protected]>"]
repository = "https://github.com/jzluo/firthlogist"
Expand Down

0 comments on commit c87868b

Please sign in to comment.