Skip to content

Commit

Permalink
Add Change Log and bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Apr 23, 2017
1 parent a52540a commit af079a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`).
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af079a8

Please sign in to comment.