Skip to content

Commit

Permalink
Set version number to 1.2 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Mar 15, 2020
1 parent ca799df commit 9aab607
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.2](https://github.com/krivenko/som/tree/1.2) (2020-03-15)
[Full Changelog](https://github.com/krivenko/som/compare/1.1...1.2)

- Improvements and small fixes in documentation.
- Added a new histogram post-processing function, `count_good_solutions()`.
- Fixed a bug in `update_glue_shift` elementary update.
- New benchmark `all_kernels` and fixes in the `chi` benchmark.
- Added Travis CI config for continuous testing and documentation deployment.
- Minor code improvements.

## [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)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif(NOT CMAKE_BUILD_TYPE)

# Version number of the application
set(SOM_VERSION "1.1")
set(SOM_VERSION "1.2")
message(STATUS "Configuring SOM version ${SOM_VERSION}")

# Append triqs installed files to the cmake load path
Expand Down

0 comments on commit 9aab607

Please sign in to comment.