Skip to content

Commit

Permalink
Bump version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Feb 16, 2017
1 parent 1cfd218 commit 5d7ac75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Change Log

## [Unreleased]
## [Version 1.1.9] - 2017-02-16

### Changed

- PCMSolver is now exported as a proper [CMake target](https://cmake.org/cmake/help/v3.0/manual/cmake-buildsystem.7.html)
See PR #38 for details. Thanks @loriab for the work.
- The Python scripts shipped with the library are now Python 2 and Python 3 compatible.
- `Factory` is no longer implemented as a Singleton.
- Revert to use [Robust Cholesky decomposition](https://eigen.tuxfamily.org/dox/classEigen_1_1LDLT.html)
to compute the inverse of the S matrix in `CPCMSolver`.
- The [Catch unit test framework](https://github.com/philsquared/Catch) has
been updated to its latest version
[v1.7.2](https://github.com/philsquared/Catch/releases/tag/v1.7.2)
- Updated the version of Eigen bundled with the code.
The minimum required version of Eigen is still 3.3.0, but we ship
[Eigen 3.3.2](http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.2)

### Fixed

- Revert to use [Robust Cholesky decomposition](https://eigen.tuxfamily.org/dox/classEigen_1_1LDLT.html)
to compute the inverse of the S matrix in `CPCMSolver`.

## [Version 1.1.8] - 2017-02-06

### Added
Expand Down Expand Up @@ -302,7 +308,8 @@

## v1.0.0 - 2014-09-30 [YANKED]

[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.8...HEAD
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.9...HEAD
[Version 1.1.9]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.8...v1.1.9
[Version 1.1.8]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...v1.1.8
[Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
[Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An API for the Polarizable Continuum Model.
- [Documentation](http://pcmsolver.readthedocs.io)
- [Build and test history](https://travis-ci.org/PCMSolver/pcmsolver/builds)
- [Nightly build dashboard](https://testboard.org/cdash/index.php?project=PCMSolver)
- Version 1.1.8 available
- Version 1.1.9 available
- Licensed under [LGPLv3](LICENSE)
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)

Expand Down
2 changes: 1 addition & 1 deletion doc/snippets/citation.bib
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@misc{PCMSolver,
note = {\texttt{PCMSolver}, v1.1.8 an Application Programming Interface for the
note = {\texttt{PCMSolver}, v1.1.9 an Application Programming Interface for the
Polarizable Continuum Model electrostatic problem, written by R.~Di~Remigio, L.~Frediani and K.~Mozgawa
with contributions from R.~Bast, J.~Juselius and V.~Weijo
(see http://pcmsolver.readthedocs.io/)"
Expand Down

0 comments on commit 5d7ac75

Please sign in to comment.