Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,15 @@ export(pk.calc.aumc.inf)
export(pk.calc.aumc.inf.obs)
export(pk.calc.aumc.inf.pred)
export(pk.calc.aumc.last)
export(pk.calc.aumcint)
export(pk.calc.aumcint.all)
export(pk.calc.aumcint.inf.obs)
export(pk.calc.aumcint.inf.pred)
export(pk.calc.aumcint.last)
export(pk.calc.aumciv)
export(pk.calc.auxc)
export(pk.calc.auxcint)
export(pk.calc.auxciv)
export(pk.calc.c0)
export(pk.calc.cav)
export(pk.calc.ceoi)
Expand Down
20 changes: 17 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ will continue until then. These will be especially noticeable around
the inclusion of IV NCA parameters and additional specifications of
the dosing including dose amount and route.

# PKNCA 0.12.2
# New features

* Added sparse AUMC function and five sparse AUC parameters (cl.sparse.last, kel.sparse.last, mrt.ivint.last, vss.sparse.last, vz.sparse.last)

* New IV dosing AUMC parameters with C0 back-extrapolation (`aumciv*`)

* New interval AUMC parameters with interpolation/extrapolation support
(`aumcint*`), mirroring the existing `aucint` family (#152)

* New derived PK parameters to complete coverage across all AUC variants
(#152):
* 11 clearance parameters (`cl.*`)
* 9 elimination rate constant parameters (`kel.*`)
* 6 mean residence time parameters (`mrt.*`)
* 3 IV mean residence time parameters (`mrt.iv.*`)
* 9 volume of distribution at steady state parameters (`vss.*`)
* 13 terminal volume of distribution parameters (`vz.*`)

## Bug Fixes

Expand All @@ -23,8 +39,6 @@ the dosing including dose amount and route.
for grouped joins, preserving left-table row order. Missing group validation
ensures no rows are silently dropped.

## New features
* Added sparse AUMC function and five sparse AUC parameters (cl.sparse.last, kel.sparse.last, mrt.ivint.last, vss.sparse.last, vz.sparse.last)

## Breaking changes

Expand Down
Loading
Loading