Skip to content

Commit

Permalink
Version bump + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mquevill committed Aug 2, 2018
1 parent 62aad47 commit f4b58de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.8)
# SSAGES version number.
set(SSAGES_VERSION_MAJOR "0")
set(SSAGES_VERSION_MINOR "8")
set(SSAGES_VERSION_TINY "1")
set(SSAGES_VERSION_TINY "2")

# Default type is release
if (NOT CMAKE_BUILD_TYPE)
Expand Down
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ SSAGES
It is designed to be easy to use, extendable and extremely versatile. It is currently pre-beta, meaning that there are many rough edges, but we are working rapidly
to expand its features and fix any bugs. Keep an eye on this page for future updates and see below on how to contribute!

## What's New (v0.8.1)
- GROMACS support for all 5.1.x, 2016.x, 2018.x!
- Better CMake handling for Hooks
- Handling of LAMMPS line continuations (&)
- Correct handling of multiprocessor ABF method
- BFS method cleanup
- Minor documentation updates
- Eigen include update (3.3.4)
- googletest include update (1.8.0)
- jsoncpp include update
## What's New (v0.8.2)
- Grid internal updates
- ABF Integrator handles interpolation in each direction independently
- ABF restarts now handled with JSON member
- GyrationTensorCV can be projected into any number of dimensions
- Documentation updates
- Several bugfixes (See commits)

<a id="features"></a>
## Features
Expand Down Expand Up @@ -147,6 +144,17 @@ or
$ firefox doc/Manual/index.html
```

## What's Old (v0.8.1)
- GROMACS support for all 5.1.x, 2016.x, 2018.x!
- Better CMake handling for Hooks
- Handling of LAMMPS line continuations (&)
- Correct handling of multiprocessor ABF method
- BFS method cleanup
- Minor documentation updates
- Eigen include update (3.3.4)
- googletest include update (1.8.0)
- jsoncpp include update

## What's Old (v0.8.0)
- Added ANN sampling!
- More documentation updates
Expand Down

0 comments on commit f4b58de

Please sign in to comment.