Skip to content

Releases: LAPKB/PMcore

v0.22.2

12 Dec 07:44
23d3f64

Choose a tag to compare

Other

  • Update pharmsol dependency version to 0.22.1 (#236)
  • Update criterion requirement from 0.7 to 0.8 (#233)
  • Update pharmsol requirement from =0.21.0 to =0.22.0 (#232)

v0.22.1

18 Nov 14:20
d4dadb3

Choose a tag to compare

Added

  • methods needed to be able to separate problem from fit in Pmetrics (#228)

v0.22.0

17 Nov 13:46
0cf949f

Choose a tag to compare

Added

  • [breaking] Update NPResult to contain the posterior and predictions (#224)

Other

  • Remove unsed dependency (argmin-math) (#225)

v0.21.1

13 Nov 09:21
264d8bf

Choose a tag to compare

Other

  • Update field name in NPPredictionrow to cens (#222)

v0.21.0

05 Nov 14:12
4f9ae2c

Choose a tag to compare

Added

  • (exa) [breaking] exa now requires the path where the template is going to be deployed (#219)
  • Implement BestDose (#163)

Fixed

  • Remove algorithms from .gitignore (#220)

Other

  • Refactor algorithm trait (#196)
  • Algorithm is Send+static

v0.20.0

24 Oct 18:46

Choose a tag to compare

Other

  • Update field to censoring and bump pharmsol
  • Add censoring to output data
  • Breaking Changes in Pharmsol
  • Bolus are not given automatically anymore

v0.19.1

24 Oct 05:02
807adcb

Choose a tag to compare

Other

  • Bump pharmsol (#211)

v0.19.0

23 Oct 06:38
db66426

Choose a tag to compare

Added

  • New version of pharmsol (#208)
  • Implement serialize for NPResult (#202)

Other

  • Remove writing of the op.csv (#205)
  • Add more tests (#199)
  • More informative error for Cholesky decomposition (#198)

v0.18.1

10 Oct 08:19
4cc2b28

Choose a tag to compare

Added

  • Expose methods on Theta (#200)

v0.18.0

30 Sep 15:49

Choose a tag to compare

Added

  • all optimization routines moved to pharmsol, it makes more sense for them to be there since there are somoe optimization routines that belong to the model and not to a population algorithm

Other

  • Update argmin requirement from 0.10.0 to 0.11.0 (#192)