From af079a84b7f0529e0a0ab9cadd4672dd97d43dfe Mon Sep 17 00:00:00 2001 From: Igor Krivenko Date: Sun, 23 Apr 2017 00:21:16 -0400 Subject: [PATCH] Add Change Log and bump version to 1.1 --- CHANGELOG.md | 15 +++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..bc9a5ec6b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +## [1.1](https://github.com/krivenko/som/tree/1.1) (2017-04-23) +[Full Changelog](https://github.com/krivenko/som/compare/1.0...1.1) + +- Massive extension of documentation. +- `adjust_f` mode is disabled by default. +- Fixed a critical bug in `back_transform()`. + +## [1.0](https://github.com/krivenko/som/tree/1.0) (2017-03-19) + +- First official release. +- Supports 12 integral kernels: + * 4 observable kinds (`FermionGf`, `BosonCorr`, `BosonAutoCorr`, and `ZeroTemp`); + * 3 input meshes (`imtime`, `imfreq`, `legendre`). diff --git a/CMakeLists.txt b/CMakeLists.txt index bf5812cee..02ff9b767 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(som CXX) set(CMAKE_BUILD_TYPE Release) # Version number of the application -set(SOM_VERSION "1.0") +set(SOM_VERSION "1.1") message(STATUS "Configuring SOM version ${SOM_VERSION}") # Append triqs installed files to the cmake load path