Skip to content

Commit

Permalink
Fixing version discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
nt-williams committed Sep 26, 2024
1 parent 74db0f0 commit 65e16c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lmtp
Title: Non-Parametric Causal Effects of Feasible Interventions Based on Modified Treatment Policies
Version: 1.4.3
Version: 1.4.1
Authors@R:
c(person(given = "Nicholas",
family = "Williams",
Expand Down
18 changes: 5 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
# lmtp 1.4.3

### Bug Fixes

- Using fitted values from isotonic regression in `lmtp_survival()` instead of the original values (see issue \#149).

# lmtp 1.4.2

### General

- Removed dependency on `schoolmath` which used a very slow function for testing if a vector was "decimalish".
- Bootstrap for TMLE with the `boot` argument using a modified TMLE algorithm (https://arxiv.org/abs/1810.03030).

# lmtp 1.4.1

### New Features

- Added `lmtp_survival()` function for estimating the entire survival curve. Enforces monotonicity using isotonic regression (see issue \#140).
- Bootstrap for TMLE with the `boot` argument using a modified TMLE algorithm (https://arxiv.org/abs/1810.03030).

### Bug Fixes

- Using fitted values from isotonic regression in `lmtp_survival()` instead of the original values (see issue \#149).

### General

- Removed dependency on `schoolmath` which used a very slow function for testing if a vector was "decimalish".

# lmtp 1.4.0

### New Features
Expand Down

0 comments on commit 65e16c0

Please sign in to comment.