Releases: JuliaSmoothOptimizers/CUTEst.jl
Releases · JuliaSmoothOptimizers/CUTEst.jl
v1.2.1
CUTEst v1.2.1
Merged pull requests:
- Add an option to compile standalone shared libraries for SIF problems (#447) (@amontoison)
Closed issues:
- Add a function _name_libsif (#446)
v1.2.0
v1.1.2
v1.1.1
CUTEst v1.1.1
Merged pull requests:
- Use CUTEst_jll.jl v2.5.0 (#441) (@amontoison)
Closed issues:
- Try syntax
CUTEstModel("...") do nlp
to allow automatic closing of nlp (#275)
v1.1.0
CUTEst v1.1.0
Merged pull requests:
- Display a warning if Julia and gfortran are compiled for different architectures (#432) (@amontoison)
- [CI] Test CUTEst.jl on Linux ARM (#433) (@amontoison)
- Drop support for Julia < v1.10 (#435) (@amontoison)
- Remove select (#436) (@amontoison)
- Fix the warning with the Artifacts (#437) (@amontoison)
- Add a workflow for unit tests with Aqua.jl (#438) (@amontoison)
- Use Julia 1.10 for CirrusCI (#439) (@amontoison)
Closed issues:
- Mark CUTEst.select as @deprecated (#420)
- Failure to load problems on arm64 (#431)
- Fix a warning related to the artifacts (#434)
v1.0.4
CUTEst v1.0.4
Merged pull requests:
- Update the sifcollection in Artifacts.toml (#430) (@amontoison)
Closed issues:
v1.0.3
CUTEst v1.0.3
Merged pull requests:
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)