|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +## [Version 1.1.9] - 2017-02-16 |
4 | 4 |
|
5 | 5 | ### Changed
|
6 | 6 |
|
| 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. |
7 | 10 | - `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`. |
10 | 11 | - The [Catch unit test framework](https://github.com/philsquared/Catch) has
|
11 | 12 | been updated to its latest version
|
12 | 13 | [v1.7.2](https://github.com/philsquared/Catch/releases/tag/v1.7.2)
|
13 | 14 | - Updated the version of Eigen bundled with the code.
|
14 | 15 | The minimum required version of Eigen is still 3.3.0, but we ship
|
15 | 16 | [Eigen 3.3.2](http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.2)
|
16 | 17 |
|
| 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 | + |
17 | 23 | ## [Version 1.1.8] - 2017-02-06
|
18 | 24 |
|
19 | 25 | ### Added
|
|
302 | 308 |
|
303 | 309 | ## v1.0.0 - 2014-09-30 [YANKED]
|
304 | 310 |
|
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 |
306 | 313 | [Version 1.1.8]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...v1.1.8
|
307 | 314 | [Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
|
308 | 315 | [Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6
|
|
0 commit comments