Releases: insysbio/LikelihoodProfiler.jl
Releases · insysbio/LikelihoodProfiler.jl
v1.0.2
v1.0.1
LikelihoodProfiler v1.0.1
- Basic section added to the docs
- Support optprob with parameters
- minor fixes (issues)
Merged pull requests:
- CompatHelper: bump compat for DataInterpolations to 7, (keep existing compat) (#27) (@github-actions[bot])
- fix single parameter issue (#39) (@ivborissov)
- add pars to hess grad (#42) (@ivborissov)
- Clarify error message for
profile_range
(#43) (@ivborissov) - Inf threshold support (#45) (@ivborissov)
- major docs updates (#46) (@ivborissov)
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
andub
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
LikelihoodProfiler v1.0.0
## 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
- fix NLopt compatibility
v0.5.1
LikelihoodProfiler v0.5.1
Merged pull requests:
- Fix typos in src (#8) (@pitmonticone)
Closed issues:
Version 0.5.0
- support of scales in
profile
- use
:lin
as a synonym of:direct
- julia 1.7 compatibility
- progress info
autodiff
argument inget_right_endpoint
show
method forEndpoint
,ParamInterval
- add support of :FAILURE return code
v0.4.0
LikelihoodProfiler v0.4.0
v0.3.3
Version 0.3.1
- 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
- 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