SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libipopt3-3.14.15-1.1.x86_64.rpm :

* Wed Apr 10 2024 Atri Bhattacharya - Update to version 3.14.15:
* Fixed include guard of IpGenAugSystemSolver.hpp [gh#coin-or/Ipopt#756].
* Improved finding dependencies of linear solver libraries loaded at runtime on Windows [gh#coin-or/Ipopt#755].
* Sat Jan 20 2024 Atri Bhattacharya - Update to version 3.14.14:
* Fixed build of MA57 interface when FUNNY_MA57_FINT is defined (MA57 with long integers).
* Fixed that initial dual values for fixed variables (z_L, z_U) were ignored when doing a warm start with fixed_variable_treatment = make_constraint [gh#coin-or/Ipopt#728].
* Fixed that the last argument when calling MA27C[D] in MA27 interface was wrong [gh#coin-or/Ipopt#738].
* Wed Nov 22 2023 Atri Bhattacharya - Update to version 3.14.13:
* Reduced priority for making Spral the default value for option linear_solver [gh#coin-or/Ipopt#677].
* Adapted to change of integer types in Spral interface. Minimal required Spral version is now v2023.03.29.
* Fixed that return code from TNLP::eval_jac_g() was ignored at first call [gh#coin-or/Ipopt#697].
* Print additional messages when reallocation of MA27 working space failed [gh#coin-or/Ipopt#671].
* Added option file_append to specify whether to append to output_file instead of truncating it.
* Added default argument file_append to Journalist::AddFileJournal(), added default argument fappend to FileJournal::Open(), and added default argument file_append to IpoptApplication::OpenOutputFile() [gh#coin-or/Ipopt#720].
* Mon Apr 10 2023 Atri Bhattacharya - Update to version 3.14.12:
* Fix that a source file was installed and install more header files [gh#coin-or/Ipopt#641, gh#coin-or/Ipopt#642].
* Fixed crash of GetIpoptCurrentIterate() and GetIpoptCurrentViolations() in C interface when called before or after IpoptSolve() [gh#coin-or/Ipopt#644, gh#coin-or/Ipopt#645].
* Updated HSL_MA97 header file to the one from HSL MA97 2.8.0 [gh#coin-or/Ipopt#646].
* Fixed crash when trying to solve problem without variables and constraints [gh#coin-or/Ipopt#648].
* Added optional argument to AlgorithmBuilder constructor to provide name of custom solver [gh#coin-or/Ipopt#618].
* Changed handling of dual solution for square problems.
* Updated HSL_MC86 header file to the one from HSL MC68 3.3.3 [gh#coin-or/Ipopt#653].- Make java package noarch (rpmlint recommends).
* Sun Oct 23 2022 Atri Bhattacharya - Update to version 3.14.10:
* Added option grad_f_constant to specify that objective function is linear. If set, the gradient of the objective will be requested by Ipopt only once [gh#coin-or/Ipopt#597].
* Added OrigIpoptNLP::orig_d_L() and OrigIpoptNLP::orig_d_U() to get original constraint sides.
* TNLP::get_curr_violations() now returns the constraint violation and complementarity with respect to the original (non-relaxed) constraint sides [gh#coin-or/Ipopt#603].
* Wed Aug 10 2022 Atri Bhattacharya - Update to version 3.14.9:
* Fixed mapping of meta data for variable bounds, e.g., variable names, from TNLP to Ipopts internal NLP [gh#coin-or/Ipopt#590]
* Thu Jul 14 2022 Atri Bhattacharya - Update to version 3.14.8:
* Added options ma27_print_level, ma57_print_level, and mumps_print_level to enable output from these linear solvers.
* Mon Jul 04 2022 Atri Bhattacharya - Update to version 3.14.7:
* Fixed that ComputeSensitivityMatrix() of sIpopt assumed that there are no more than two parameters [gh#coin-or/Ipopt#578].
* For completeness_approximation to enable approximation of gradient of objective function by finite differences. Do not use. [gh#coin-or/Ipopt#573].
* Added function IPSETPROBLEMSCALING to Fortran interface to set problem scaling [gh#coin-or/Ipopt#577].
* Fri May 06 2022 Atri Bhattacharya - Update to version 3.14.6:
* Fixed mapping of meta data for inequalities, e.g., constraint names, from TNLP to Ipopts internal NLP [gh#coin-or/Ipopt#570].
* Fixed that MC68 ordering time was not accounted in symbolic factorization time of HSL MA86 [gh#coin-or/Ipopt#571].
* Include more header files in IpIpoptCalculatedQuantities.hpp for setups where forward declarations are not sufficient [gh#coin-or/Ipopt#572].
* Sun Feb 20 2022 Atri Bhattacharya - Drop the incorrect Provides: libipopt0 on libipopt3.- Make so version inaccuracies harder to miss by making file list more explicit on the versioning.
* Sat Feb 19 2022 Atri Bhattacharya - Add Obsoletes/Provides: libipopt0 for libipopt3 to take care of shlib versioning error in previously packaged iterations.
* Mon Feb 14 2022 Atri Bhattacharya - Update to version 3.14.5:
* Fixed that only primal variable values where passed to finalize_solution() when a timelimit was reached [gh#coin-or/Ipopt#552].- Bump so version in keeping with upstream.
* Thu Oct 21 2021 Atri Bhattacharya - Update to version 3.14.4:
* Skip build of Java interface if either java or jar is not found [gh#coin-or/Ipopt#510]. Only give warning if javac and jar are found, but no java or javadoc.
* Fixed that --with-lapack-lflags was ignored if --with-lapack was not specified explicitly [gh#coin-or/Ipopt#512, gh#coin-or/Ipopt#515].
* Wed Sep 15 2021 Atri Bhattacharya - Update to version 3.14.3:
* Fixed timing for iterate initialization if initialization fails due to an evaluation error.
* Fixed possible integer overflow when reserving space for indices of Jacobian belonging to fixed variables (introduced with 3.14.0) and reduced memory usage for indices of Jacobian belonging to fixed variables.
* Wed Jul 28 2021 Atri Bhattacharya - Update to version 3.14.2:
* Added OptionsList::UnsetValue() to remove an option setting.
* Added missing translation of some Ipopt status codes into AMPL solve result codes.
* If using the MPI-parallel version of MUMPS: Moved calls to MPI_Init()/MPI_Finalize() in MUMPS interface into global constructor/destructor of Ipopt library (if building with GCC/clang). Use configure flag --disable-mpiinit to disable. [gh#coin-or/Ipopt#500].
* Wed Jun 30 2021 Atri Bhattacharya - Update to version 3.14.1:
* Added OptionsList::SetBoolValue() and OptionsList::SetBoolValueIfUnset() [gh#coin-or/Ipopt#492].
* Skip check for and link against libdl if linear solver loader is disabled.
* Fixed missing initialization of BacktrackingLineSearch::in_watchdog_.
* Fixed a problem with the current solution not being reset when initialization of a NLP fails in reoptimization.
* Fixed that C++11 capability was not correctly identified with MS/Intel compilers.
* Wed Jun 16 2021 Atri Bhattacharya - Update to version 3.14.0
* Long list of changes, consult ChangeLog.md installed in %{_docdir}/Ipopt-devel or see here: https://github.com/coin-or/Ipopt/blob/releases/3.14.0/ChangeLog.md.- Package ChangeLog.md as part of doc files.
* Tue May 18 2021 Dominique Leuenberger - Do not build for architectures where mumps does not exist (i586 s390 ppc armv7l).
* Thu Feb 25 2021 Atri Bhattacharya - Update to version 3.13.4:
* Fixed a linking issue for ipopt_sens [gh#coin-or/Ipopt#418].
* Fixed Makefile for Java example regarding location of .jar file.
* Fixed build of R interface if using -fvisibility=hidden.
 
ICM