Releases: JuliaSmoothOptimizers/CUTEst.jl
Releases · JuliaSmoothOptimizers/CUTEst.jl
v1.0.2
CUTEst v1.0.2
Merged pull requests:
- Update classification.jl (#416) (@amontoison)
- Update the docstring of build_libsif (#418) (@amontoison)
- Update sifdecoder.jl (#419) (@amontoison)
- Update CUTEst.jl for CUTEst v2.3.0 (#423) (@amontoison)
Closed issues:
- 'libpath' not defined when using Windows (#422)
v1.0.1
CUTEst v1.0.1
Merged pull requests:
- Fix type instability in CUTEst.jl due to support for single and quadruple precision (#414) (@amontoison)
v1.0.0
CUTEst v1.0.0
Merged pull requests:
- Generate Julia wrappers with Clang.jl (#332) (@amontoison)
- Use the Julia wrappers in CUTEst.jl -- Part I (#333) (@amontoison)
- Use the YASStyle of JuliaFormatter for the wrappers (#336) (@amontoison)
- Update Artifacts.toml (#338) (@amontoison)
- Add a standalone sifdecoder function (#339) (@amontoison)
- Use the Julia wrappers in CUTEst.jl -- Part II (#343) (@amontoison)
- Use the Julia wrappers in CUTEst.jl -- Part III (#344) (@amontoison)
- Update the sifcollection in Artifacts.toml (#345) (@amontoison)
- Use the version 2.6.0 of SIFDecode_jll.jl (#346) (@amontoison)
- Add csjp in core_interface.jl (#349) (@amontoison)
- [CUTEst.jl] Support Windows (#350) (@amontoison)
- All sparsity patterns are computed when we create a CUTEstModel (#351) (@amontoison)
- Interface jth_hess_coord! (#352) (@amontoison)
- Prepare CUTEst.jl for single and quadruple precision (#353) (@amontoison)
- Remove a few allocations (#362) (@amontoison)
- Fix more wrappers generated from cutest.h (#363) (@amontoison)
- Update classf.json (#364) (@amontoison)
- Use an artifact on Windows for gfortran (#365) (@amontoison)
- Add single precision in core_interface.jl (#366) (@amontoison)
- Use the latest release of sifcollection (#367) (@amontoison)
- Regenerate the wrappers with the fixes of Nick (#368) (@amontoison)
- UInt8 -> Cchar (#370) (@amontoison)
- Add the tests of Abel for single precision (#371) (@amontoison)
- Use CUTEst_jll.jl v2.2.2 (#373) (@amontoison)
- remove dead code (#374) (@dpo)
- Improve obj and grad! (#375) (@amontoison)
- Support CUTEstModel in single precision (#376) (@amontoison)
- Interface routines for quadruple precision (#378) (@amontoison)
- Update runtests.jl (#380) (@amontoison)
- Update the docsting of core functions (#382) (@amontoison)
- Update README.md (#384) (@amontoison)
- remove run and mv for OUTSDIF.d (#387) (@MaxenceGollier)
- Multiple instances of CUTEstModel can now coexist (#389) (@amontoison)
- Remove some allocations in CUTEst.jl (#391) (@amontoison)
- Use ccfsg for cons! (#394) (@amontoison)
- Update the documentation for the release 1.0.0 (#397) (@amontoison)
- Interface the routine cutest_ccf (#398) (@amontoison)
- Add unit tests for jth_hess_coord (#399) (@amontoison)
- Add clear_libsif and manage_libsif (#401) (@amontoison)
- Upgrade Artifacts.toml (#403) (@amontoison)
- Upgrade to NLPModels.jl v0.21 (#404) (@amontoison)
- Compile libsif with the flag -O3 (#405) (@amontoison)
- Update classf.json (#407) (@amontoison)
- First pass on the new documentation of CUTEst.jl (#408) (@amontoison)
- Add a function list_sif_problems (#409) (@amontoison)
- [documentation] Add a section about classification of SIF files (#411) (@amontoison)
Closed issues:
- Interface single precision routines (#174)
- Clear decoded problems (#180)
- CUTEstModel - Path with blank spaces (#252)
- Update documentation for installation (#256)
- jth_hess_coord! seems not implemented (#317)
- nnzj in NLPModels (#329)
- Update the function sifdecoder (#335)
- Update Artifacts.toml (#337)
- Add csjp in core_interface.jl (#348)
- Add a unit test for jth_hess_coord! (#358)
- Regenerate a new classf.json (#361)
- IOError on Windows (#385)
v0.13.3
CUTEst v0.13.3
Merged pull requests:
- Update index.md to explain how to use CUTEst from Windows (#310) (@NicolasL-S)
- Document parameters passed to sifdecoder (#313) (@abelsiqueira)
- Added
increment!
anddecrement!
functions. (#314) (@Jay-sanjay) - Use cff instead of bib (#322) (@tmigot)
- Use CUTEst_jll.jl v2.0.7 with Windows support (#324) (@amontoison)
- Update .cirrus.yml (#325) (@amontoison)
- update ci.yml (#326) (@amontoison)
- Update link to citation file (#328) (@tmigot)
- Use the new package SIFDecode_jll.jl (#330) (@amontoison)
Closed issues:
- Use
increment!
anddecrement!
functions (#292) - gfortran error (#309)
- KeyError: key "MASTSIF" not found (#311)
- How to specify the size of the test problem? (#312)
- NLPModels computes gradient with elements out of order (#316)
- CUTEst.jl and AutoDiff -- compute high-order derivatives (#318)
- Make the package loadable in Windows even though it is not usable (#323)
v0.13.2
CUTEst v0.13.2
Closed issues:
Merged pull requests:
- Use CUTEst_jll 2.0.6 (#300) (@amontoison)
- Bump to NLPModels 0.20 (#303) (@tmigot)
- Update workflows (#304) (@amontoison)
- Fix the documentation (#306) (@amontoison)
- Release 0.13.2 (#308) (@amontoison)
v0.13.1
v0.13.0
CUTEst v0.13.0
Closed issues:
Merged pull requests:
- Add hs13 from NLPModelsTest (#276) (@tmigot)
- Move tutorial to jso-docs (#277) (@abelsiqueira)
- use push_preview = true in docs deploy (#280) (@dpo)
- Fix unit tests for problem hs14 (#281) (@tmigot)
- Add meta for linear API (#283) (@tmigot)
- Add linear API (#284) (@tmigot)
- use convert instead of Vector(x) (#285) (@dpo)
- Improve
cons_lin
(#288) (@tmigot) - Bump to NLPModels 0.19 (#289) (@tmigot)
- bump to Julia 1.6 (#290) (@dpo)
- Version 0.13.0 (#293) (@tmigot)
v0.12.2
CUTEst v0.12.2
Closed issues:
Merged pull requests:
v0.12.1
CUTEst v0.12.1
Merged pull requests:
- Bump to NLPModels 0.16 and 0.17 and update Version to 0.12.1 (#266) (@abelsiqueira)
v0.12.0
CUTEst v0.12.0
Closed issues:
Merged pull requests:
- Update CI, TagBot and documentation workflows (#255) (@JSOBot)
- Update to NLPModels 0.15 (#260) (@abelsiqueira)
- Fix formatter (#262) (@abelsiqueira)