Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jzluo committed Jul 30, 2022
1 parent 77007f0 commit 89bcce4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Tests for `load_sex2()` and `load_endometrial()`.
- Test for profile likelihood confidence intervals.
- Tests for `load_sex2()` and `load_endometrial()` ([#9](https://github.com/jzluo/firthlogist/pull/9)).
- Test for profile likelihood confidence intervals ([#9](https://github.com/jzluo/firthlogist/pull/9)).
### Removed
- Diabetes and sex2 csv files removed from testing dir.
- Diabetes and sex2 csv files removed from testing dir ([#9](([#9](https://github.com/jzluo/firthlogist/pull/9))).

## [0.3.1] - 2022-07-29
### Added
- Added the endometrial cancer dataset analyzed in Heinze and Schemper, 2002. Load using `load_endometrial()`
- Added the endometrial cancer dataset analyzed in Heinze and Schemper, 2002. Load using `load_endometrial()` ([#8](https://github.com/jzluo/firthlogist/pull/8)).
### Changed
- Disabled step-halving by default to follow `logistf`, which disabled it in version 1.24.1 for some reason.
- Disabled step-halving by default to follow `logistf`, which disabled it in version 1.24.1 for some reason ([#8](https://github.com/jzluo/firthlogist/pull/8)).

## [0.3.0] - 2022-07-28
v0.3.0 adds a couple of convenience features.
Expand Down

0 comments on commit 89bcce4

Please sign in to comment.