Skip to content

Commit 5d7ac75

Browse files
committed
Bump version to 1.1.9
1 parent 1cfd218 commit 5d7ac75

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [Version 1.1.9] - 2017-02-16
44

55
### Changed
66

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

18+
### Fixed
19+
20+
- Revert to use [Robust Cholesky decomposition](https://eigen.tuxfamily.org/dox/classEigen_1_1LDLT.html)
21+
to compute the inverse of the S matrix in `CPCMSolver`.
22+
1723
## [Version 1.1.8] - 2017-02-06
1824

1925
### Added
@@ -302,7 +308,8 @@
302308

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

305-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.8...HEAD
311+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.9...HEAD
312+
[Version 1.1.9]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.8...v1.1.9
306313
[Version 1.1.8]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...v1.1.8
307314
[Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
308315
[Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An API for the Polarizable Continuum Model.
1515
- [Documentation](http://pcmsolver.readthedocs.io)
1616
- [Build and test history](https://travis-ci.org/PCMSolver/pcmsolver/builds)
1717
- [Nightly build dashboard](https://testboard.org/cdash/index.php?project=PCMSolver)
18-
- Version 1.1.8 available
18+
- Version 1.1.9 available
1919
- Licensed under [LGPLv3](LICENSE)
2020
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)
2121

doc/snippets/citation.bib

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

0 commit comments

Comments
 (0)