From cf360155e0f05ee647d30e8b01f96cee656e84a4 Mon Sep 17 00:00:00 2001
From: Clara Witte <clara.witte@avt.rwth-aachen.de>
Date: Wed, 26 Jul 2023 14:31:37 +0200
Subject: [PATCH] Release version v0.7.1

---
 ReleaseNotes.txt          | 40 +++++++++++++++++++++------------------
 cmake/MAiNGOversion.cmake |  2 +-
 dep/babbase               |  2 +-
 3 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 365cc2f..e025b9e 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,29 +1,33 @@
+Release version 0.7.1 (July 26th, 2023):
+    - Bugfixes:
+        - Add missing commmit in babbase
+
 Release version 0.7.0 (July 26th, 2023):
-	- New features & interfaces:
-		- MAiNGO can also be used in parallel in python (requires package mpi4py)
-		- MAiNGO is now also available in JuMP
+    - New features & interfaces:
+        - MAiNGO can also be used in parallel in python (requires package mpi4py)
+        - MAiNGO is now also available in JuMP
     - Bugfixes:
         - in Utility MAiNGOReaderWriter
-		- in writing into ALE syntax
+	- in writing into ALE syntax
 
 Release version 0.6.0 (May 26th, 2023):
-	- New features & interfaces:
-		- MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
-		- New algorithm for large parameter estimation problems, see documentation under Parameter estimation
-		- Updates in ALE syntax
+    - New features & interfaces:
+        - MAiNGO now has a C-API. It mainly expects text input in ALE syntax.
+        - New algorithm for large parameter estimation problems, see documentation under Parameter estimation
+        - Updates in ALE syntax
     - MAiNGO Algorithm:
-		- Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
-		- Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
-		- Introduced lazy evaluation for quadratic problems
-		- Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
-		- Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
+        - Now allowing OBBT to only be done with a probability that decrases exponentially with the depth of the given B&B node
+        - Minor improvements to rounding heuristic in mixed-integer part that may help find feasible solutions earlier
+        - Introduced lazy evaluation for quadratic problems
+        - Added intrinsic function mid(x,y,k), where k is a constant and x and y are variables
+        - Added intrinsic funciton pinch(x,y,z) = max(x,z)-max(y,z)
     - Bugfixes:
-		- Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
-		- Fixed several minor bugs & compiler errrors/warning on different systems
-		- Fixed potential segmentation fault im MAiNGO_Reader_Writer
+        - Fixed bug that could lead to a (incorrectly calculated) negative final optimality gap
+        - Fixed several minor bugs & compiler errrors/warning on different systems
+        - Fixed potential segmentation fault im MAiNGO_Reader_Writer
     - Misc:
-		- Added tests for MPI-parallelized version
-		- Added support for newer CPLEX versions up to 20.1
+        - Added tests for MPI-parallelized version
+        - Added support for newer CPLEX versions up to 20.1
     - Third-party libraries:
         - Upgraded to Pybind11 v2.10.2
 		
diff --git a/cmake/MAiNGOversion.cmake b/cmake/MAiNGOversion.cmake
index 6238904..9e5d1e9 100644
--- a/cmake/MAiNGOversion.cmake
+++ b/cmake/MAiNGOversion.cmake
@@ -1,3 +1,3 @@
 set(MAiNGO_VERSION
-0.7.0
+0.7.1
 )
diff --git a/dep/babbase b/dep/babbase
index 3b9f338..180a0ba 160000
--- a/dep/babbase
+++ b/dep/babbase
@@ -1 +1 @@
-Subproject commit 3b9f338e6e66e5954500deced43cd3365da05cf9
+Subproject commit 180a0baf10b1d0443945c667d8f19de3e72bd43b
-- 
GitLab