diff --git a/CMakeLists.txt b/CMakeLists.txt index ce194fe..95746f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ enable_language(C) ######################################## project (PGURE-SVT) -set (PGURE-SVT_VERSION_FULL "0.4.3") +set (PGURE-SVT_VERSION_FULL "0.5.0") message(STATUS "Configuring PGURE-SVT ${PGURE-SVT_VERSION_FULL}") option(USE_OPENBLAS "Whether to use BLAS or OpenBLAS" ON) diff --git a/README.md b/README.md index b25909b..ec633d3 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,18 @@ If you use this code in a publication, please cite our work: ## Contents -- [Installation](#installation) - - [Building from source (Linux/OSX)](#building-from-source-linuxosx) - - [Windows](#windows) -- [Usage](#usage) - - [Python](#python) - - [Standalone executable](#standalone-executable) +- [PGURE-SVT](#pgure-svt) + - [Contents](#contents) + - [Installation](#installation) + - [Building from source (Linux/OSX)](#building-from-source-linuxosx) + - [Dependencies](#dependencies) + - [Compilation](#compilation) + - [Windows](#windows) + - [Usage](#usage) + - [Python](#python) + - [Options](#options) + - [Integration with HyperSpy](#integration-with-hyperspy) + - [Standalone executable](#standalone-executable) ## Installation @@ -58,8 +64,8 @@ When installing the Armadillo linear algebra library, it is recommended that you By default, the system will build a C++ library for linking with Python. Installation of the standalone executable must be specified by the user. To build PGURE-SVT: ```bash -tar -xzf pgure-svt-0.4.2.tar.gz -cd pgure-svt-0.4.2 +tar -xzf pgure-svt-0.5.0.tar.gz +cd pgure-svt-0.5.0 mkdir build cd build ```