Releases: libprima/PRIMA.jl
Releases · libprima/PRIMA.jl
v0.2.4
PRIMA v0.2.4
Merged pull requests:
- Remove libprimac const definition (#40) (@andreasnoack)
- Update badges (#41) (@andreasnoack)
- Release 0.2.4 (#43) (@amontoison)
v0.2.3
PRIMA v0.2.3
Use task_local_storage for storing the reference to the Julia objective function. This replaces the storage indexed by Threads.threadid() which is wrong because, since Julia 1.8, a given task can be executed by different threads in its life time. In principle, this solves issue #37.
Closed issues:
- PRIMA bonds does not seem to work (#22)
- Public API: provide a single function
primainstead of five individual solvers (#30) - Something went wrong. Integrator stepped past tstops but the algorithm was dtchangeable. Please report this error. (#35)
- MethodError on kwcall mentioning func! when calling func with keywords (Julia 1.11.4) (#38)
v0.2.2
v0.2.1
PRIMA v0.2.1
Merged pull requests:
- Interface to CUTEst (#20) (@emmt)
- Add tests related to issue #19 (#21) (@emmt)
- Update runtests.jl to use
maxfun = 500nandrhoend = 1e-6instead ofmaxfun = 200nandrhoend = 1e-3(#26) (@zaikunzhang) - Use CUTEst.jl v1.0.1 (#31) (@amontoison)
Closed issues:
v0.2.0
PRIMA v0.2.0
Merged pull requests:
- Update PRIMA.jl for the updated artifact (#1) (@amontoison)
- Correct the range of
nptin README.md (#2) (@zaikunzhang) - Test PRIMA.jl on new platforms (#5) (@amontoison)
- Update doc. (#6) (@emmt)
- Deploy Check Spelling #11 (#12) (@zaikunzhang)
- Add non-linear equality constraints in COBYLA (#17) (@emmt)
- Update .cirrus.yml (#18) (@amontoison)
Closed issues: