Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
- Fix CMake issue with qld_fortran
- Account for leading dimension (#15)
- Introduce QLDDirect, a wrapper withtout copy and convention changes
  • Loading branch information
gergondet committed Feb 10, 2020
1 parent 5c25b0b commit 9964707
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 11)
set(PROJECT_NAME eigen-qld)
set(PROJECT_DESCRIPTION "QLD QP solver through Eigen3 library.")
set(PROJECT_URL "https://github.com/jrl-umi3218/eigen-qld")
set(PROJECT_VERSION 1.1.0)
set(PROJECT_VERSION 1.2.0)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

include(cmake/base.cmake)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
eigen-qld (1.2.0-1ubuntu1) unstable; urgency=medium

* Upstream version updated

-- Pierre Gergondet <[email protected]> Mon, 10 Feb 2020 15:23:43 +0800

eigen-qld (1.1.0-1ubuntu3) unstable; urgency=medium

* Enable Python bindings
Expand Down

0 comments on commit 9964707

Please sign in to comment.