Skip to content

Releases: insysbio/LikelihoodProfiler.jl

Version 0.5.0

31 Mar 16:47
Compare
Choose a tag to compare
  • support of scales in profile
  • use :lin as a synonym of :direct
  • julia 1.7 compatibility
  • progress info
  • autodiff argument in get_right_endpoint
  • show method for Endpoint, ParamInterval
  • add support of :FAILURE return code

v0.4.0

23 Mar 20:06
Compare
Choose a tag to compare

LikelihoodProfiler v0.4.0

Diff since v0.3.3

v0.3.3

07 Nov 00:05
Compare
Choose a tag to compare

LikelihoodProfiler v0.3.3

Diff since v0.3.1

Merged pull requests:

Version 0.3.1

28 Oct 16:14
Compare
Choose a tag to compare
  • add case: PK model with saturation
  • handling errors in loss function
  • add :LOSS_ERROR_STOP
  • fix bug in constraint for :CICO
  • repository structure: add manifest file
  • add new tests
  • documentation updates

Version 0.3.0

11 Oct 17:16
Compare
Choose a tag to compare
  • add case: PK model with saturation
  • handling errors in loss function
  • add :LOSS_ERROR_STOP
  • fix bug in constraint for :CICO
  • repository structure: add manifest file
  • add new tests
  • documentation updates

Precompilation new tests

07 Feb 08:17
b6d75ba
Compare
Choose a tag to compare

The release contains the following changes:

  • added tests for plot and adpted grid
  • adapted_grid2 file removed
  • precompilation added
  • minor changes to tests

First release with new API and documentation

25 Jan 22:08
Compare
Choose a tag to compare

This is the first release of LikelihoodProfiler with sufficient functionality to detect parameters identifiability, estimate confidence intervals and plot parameter profiles

Experimental release for ASCPT2018 conf

17 Nov 17:27
faf5770
Compare
Choose a tag to compare

The first release of LikelihoodProfiler Julia package.

Includes:

  • :ONE_PATH method for estimation of confidence intervals. Based on CICO approach, see documentation
  • :D2D_PLE method for estimation of confidence intervals. Uses rewritten derivation free method from d2d, see documentation.
  • optional transformation to :log space for particular parameters for :ONE_PATH method
  • unit tests for test cases series
  • params_plot function for preparation smooth curve based on modified adapted_grid from https://github.com/JuliaPlots/PlotUtils.jl