Skip to content

Releases: LAPKB/PMcore

v0.25.2

20 Apr 17:34
9547d0e

Choose a tag to compare

Fixed

  • Add wrappers for analytical solutions (#272)

v0.25.1

13 Apr 19:17
c33b369

Choose a tag to compare

Other

  • Update rand requirement from 0.9.0 to 0.10.1 (#270)

v0.25.0

12 Apr 09:54
ed1a6ff

Choose a tag to compare

Added

  • Bump pharmsol and update examples (#269)
  • Use pharmsol 0.25 (#268)

Other

  • Update faer requirement from 0.23.1 to 0.24.0 (#241)
  • Update rand requirement from 0.9.0 to 0.10.0 (#244)

v0.24.0

01 Apr 20:12
7f203e3

Choose a tag to compare

Added

  • new bestdose API (#247)

Other

  • Update CI workflows (#258)
  • fix examples to match the data (#259)

v0.23.0

01 Apr 12:11
a08768e

Choose a tag to compare

Other

  • Bump pharmsol to 0.24 (#251)

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