Skip to content

Releases: insysbio/LikelihoodProfiler.jl

v1.0.2

02 Jun 12:48
Compare
Choose a tag to compare

LikelihoodProfiler v1.0.2

Diff since v1.0.1

- parallel modes added
- docs updated

Merged pull requests:

Closed issues:

  • Options for paralellisation (#49)

v1.0.1

23 Mar 10:34
359bebb
Compare
Choose a tag to compare

LikelihoodProfiler v1.0.1

Diff since v1.0.0

- Basic section added to the docs
- Support optprob with parameters
- minor fixes (issues)

Merged pull requests:

Closed issues:

  • Profiler claims range is wrong (I don't think it is?) (#29)
  • Getting a domain error (but not sure why, I think the lb and ub I set should ensure the bounds) (#30)
  • Get a ERROR: InexactError: Int64(NaN when computing a profile (#31)
  • Enable likelihood profiles for cases with a single parameter (#32)
  • Better outside of profiling range comment (#34)
  • Cannot change xguide in plots (#35)
  • How to interpret retcodes of the profile? (#41)

v1.0.0

15 Mar 12:58
18d5c70
Compare
Choose a tag to compare

LikelihoodProfiler v1.0.0

Diff since v0.5.2

## Breaking change

- new LikelihoodProfiler interface
- CICOProfiler method moved to Ext
- OptimizationProfiler added
- IntegrationProfiler added

Merged pull requests:

  • Add scripts/ to .gitignore (#17) (@sumiya11)
  • Add a new analytic function in tests (#18) (@sumiya11)
  • Correct ode_func for identity matrix, add tests (#19) (@sumiya11)
  • Add integration method with Fisher matrix (#21) (@sumiya11)
  • Implement reoptimize for IntegrationProfiler (#22) (@sumiya11)
  • Cicoext (#23) (@ivborissov)
  • Adds documentation for dev branch (#24) (@sumiya11)
  • Refactor attempt (#25) (@sumiya11)
  • CompatHelper: add new compat entry for PreallocationTools at version 0.4, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#28) (@github-actions[bot])

Version 0.5.2

30 Jan 14:50
Compare
Choose a tag to compare
  • fix NLopt compatibility

v0.5.1

22 Nov 11:08
Compare
Choose a tag to compare

LikelihoodProfiler v0.5.1

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Liklihood profile does not computed all the way to identifiability level. (#9)
  • Failure the find correct interval (for :CICO_ONE_PASS, :LIN_EXTRAPOL suceeds) (#11)

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