File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cff-version : 2.7.0
1+ cff-version : 2.7.1
22message : " If you use this software, please cite it as below."
33authors :
44- family-names : " Vanaret"
55 given-names : " Charlie"
66 orcid : " https://orcid.org/0000-0002-1131-7631"
77title : " Uno"
8- version : 2.7.0
8+ version : 2.7.1
99url : " https://github.com/cvanaret/Uno"
1010preferred-citation :
1111 type : unpublished
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.12)
88######################
99
1010# define the project
11- project (Uno VERSION 2.7.0
11+ project (Uno VERSION 2.7.1
1212 DESCRIPTION "Uno (Unifying Nonlinear Optimization)"
1313 LANGUAGES C CXX )
1414set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ extern "C" {
6060 // current Uno version
6161 const uno_int UNO_VERSION_MAJOR = 2 ;
6262 const uno_int UNO_VERSION_MINOR = 7 ;
63- const uno_int UNO_VERSION_PATCH = 0 ;
63+ const uno_int UNO_VERSION_PATCH = 1 ;
6464
6565 // - takes as inputs a vector "x" of size "number_variables" and an object "user_data", and
6666 // stores the objective value of "x" in "objective_value".
Original file line number Diff line number Diff line change 7878!- --------------------------------------------
7979integer (uno_int), parameter :: UNO_VERSION_MAJOR = 2
8080integer (uno_int), parameter :: UNO_VERSION_MINOR = 7
81- integer (uno_int), parameter :: UNO_VERSION_PATCH = 0
81+ integer (uno_int), parameter :: UNO_VERSION_PATCH = 1
8282
8383!- --------------------------------------------
8484! uno_objective_callback
You can’t perform that action at this time.
0 commit comments