Skip to content

Commit

Permalink
Version 2022.05.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 31, 2022
1 parent 1313d16 commit a3f0fc0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2022.05.00
- Added laed4, sturm
- Use custom allocator to avoid workspace initialization overhead
- Backward error checks for more routines

2021.04.00
- Add include/lapack/defines.h based on configuration
- Add larfgp
- Added include/lapack/defines.h based on configuration
- Added larfgp
- More robust backward error checks
- Makefile and CMake fixes

Expand All @@ -9,7 +14,7 @@

2020.10.00
- Fixes: CMake version
- Add `make check`
- Added `make check`

2020.09.00
- Initial release.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
lapackpp
VERSION 2021.04.00
VERSION 2022.05.00
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxyfile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PROJECT_NAME = "LAPACK++"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2021.04.00"
PROJECT_NUMBER = "2022.05.00"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/lapack.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include "lapack/defines.h"

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2021.04.00
#define LAPACKPP_VERSION 20210400
// Version 2022.05.00
#define LAPACKPP_VERSION 20220500

namespace lapack {

Expand Down

0 comments on commit a3f0fc0

Please sign in to comment.