Skip to content

Releases: LAPKB/pharmsol

v0.22.1

11 Dec 23:57
5ee6266

Choose a tag to compare

Other

  • (Exa) when installing Vial on MacOs, the environment varaibles are not completly shared to the sandbox in which Vial is running, this changes are meant to provide vial a better way to approach finding the rust binary (#181)
  • Update diffsol requirement from =0.7.0 to =0.8.0 (#176)
  • Update criterion requirement from 0.7.0 to 0.8.0 (#177)
  • Update libloading requirement from 0.8.6 to 0.9.0 (#162)

v0.22.0

27 Nov 00:55
0992c8b

Choose a tag to compare

Added

  • Add a function to calculate the psi matrix directly in log space (#174)
  • optimize ODE (#167)

Fixed

  • address parser and simulator regressions (#166)

Other

  • Bump actions/checkout from 5 to 6 (#169)

v0.21.0

16 Nov 20:24
cee79bf

Choose a tag to compare

Added

  • [breaking] Use Option for time to instead of f64::Infinity (#164)
  • More callbacks in Exa

Fixed

  • Repeat in subject builder (#157) (#158)

v0.20.0

05 Nov 13:10
0fcfecd

Choose a tag to compare

Added

  • Template path is now user defined (#153)

v0.19.0

23 Oct 17:51
ad54f31

Choose a tag to compare

Other

  • Add method to get censor status for prediction (#146)

v0.18.1

23 Oct 13:16
ab7032a

Choose a tag to compare

Other

  • diffsol 0.7

v0.18.0

21 Oct 18:47

Choose a tag to compare

Added

  • Add support for censoring (LLOQ and ULOQ) (#140)
  • add support to EXA
  • Doses are now defined in the model
  • Initial for the new censoring column in the Pmetrics format.

Other

  • Remove dbg statements
  • set the local flag
  • set the local flag
  • debug
  • Trying to handle the windows case correctly
  • Force diffsol's version
  • Bump nalgebra (#144)
  • Were we are going, there are no maps... This commit removes mappings as their functionality is now replaced by having the model define the bolus inputs inside them
  • if-else
  • Exhaustive match instead of if-else block
  • Add setters
  • Make cens column optional
  • Censoring likelihood calculation
  • Update argmin requirement from 0.10.0 to 0.11.0 (#135)

v0.17.2

30 Sep 14:54

Choose a tag to compare

Added

  • Implement into Data for Subject(s) (#131)

Other

  • moved the optim module into pharmsol, the idea is that the SppOptimizer and the EffectOptimizer both can be directly used in the model and because of this they belong in pharmsol
  • Bump actions/upload-pages-artifact from 3 to 4 (#124)

v0.17.1

06 Sep 22:10

Choose a tag to compare

Added

  • make mappings optional

Fixed

  • Add missing implementation for occasion on Prediction (#126)

v0.17.0

05 Sep 07:52
8ab5d01

Choose a tag to compare

Added

  • Adds the occasion index to events and predictions (#123)