Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jan 30, 2025
1 parent aa2ed69 commit a697d17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## 0.5.2

- fix NLopt compatibility

## 0.5.1

- add method `get_optimal`
- update gradient-based interface, `loss_grad`, `scan_grad` options
- support of `loss_grad`, `scan_grad` as explicit functions
- update NLopt

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2024 InSysBio
Copyright (c) 2018-2025 InSysBio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
desc = "practical identifiability analysis and confidence intervals evaluation"
authors = ["borisov <iv.borissov@gmail.com>", "metelkin <evgeny.metelkin@gmail.com>"]
repo-url = "https://github.com/insysbio/LikelihoodProfiler.jl"
version = "0.5.1"
version = "0.5.2"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down

0 comments on commit a697d17

Please # to comment.