Skip to content

Commit f705cee

Browse files
author
Roberto Di Remigio
committed
Update README.md and CHANGELOG.md
1 parent db5b73a commit f705cee

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

CHANGELOG.md

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

33
## [Unreleased]
4+
5+
## [v1.1.1] (2016-03-10)
6+
47
### Added
8+
59
- A runtime check to ensure that all atoms have a nonzero radius.
610
API kills program execution if this is the case.
711
- An API function to retrieve the areas/weights of the cavity finite elements.
812
The values in the returned array are in Bohr^2. Addresses a feature request from @shofener (Issue #13)
913

1014
### Changed
15+
1116
- Boundary integral operators classes learnt to accept a scaling factor for the diagonal
1217
elements of the approximate collocation matrices. The change is reflected in the
1318
Green's funtion classes and in the input parsing. Addresses a feature request from @shofener (Issue #16)
@@ -16,44 +21,44 @@ the cavity.
1621
- Different internal handling of conversion factors from Bohr to Angstrom.
1722
- CMake minimum required version is 2.8.10
1823
- Atom, Solvent and Sphere are now PODs. The radii and solvent lists are free functions.
19-
- `PCMSOLVER_ERROR ` kills program execution when an error arises but does
24+
- `PCMSOLVER_ERROR` kills program execution when an error arises but does
2025
not use C++ exceptions.
2126
- `include`-s are now specified on a per-directory basis (see programmers' manual
2227
for a more detailed explanation)
2328

2429
### Known Issues
30+
2531
- The new printer in GePolCavity might not work properly when an explicit list
2632
of spheres is provided in the input.
2733
- On Ubuntu 12.10, 32 bit the Intel compiler version 2013.1 produces a faulty library.
2834
It is possibly a bug in the implementation of `iso_c_binding`, see Issue #25
2935

3036
### Removed
37+
3138
- SurfaceFunction as a class is no longer available. We keep track of surface functions
3239
at the interface level _via_ a label-vector map.
3340

3441
## [v1.1.0] (2016-02-07)
3542

3643
### Added
44+
3745
- Green's function for diffuse interfaces in spherical symmetry
3846

3947
### Changed
48+
4049
- CMake minimum required version is 2.8.8 (2016-01-08)
4150
- Documentation is now served [here](http://pcmsolver.readthedocs.org/)
4251

43-
## [v1.0.4] (2015-07-22)
52+
## v1.0.4 (2015-07-22) [YANKED]
4453

45-
## [v1.0.3] (2015-03-29)
54+
## v1.0.3 (2015-03-29) [YANKED]
4655

47-
## [v1.0.2] (2015-03-28)
56+
## v1.0.2 (2015-03-28) [YANKED]
4857

49-
## [v1.0.1] (2015-01-06)
58+
## v1.0.1 (2015-01-06) [YANKED]
5059

51-
## [1.0.0] (2014-09-30)
60+
## v1.0.0 (2014-09-30) [YANKED]
5261

53-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.0...HEAD
54-
[v1.1.0]: https://github.com/PCMSolver/pcmsolver/compare/v1.0.4...v1.1.0
55-
[v1.0.4]: https://github.com/PCMSolver/pcmsolver/compare/v1.0.3...v1.0.4
56-
[v1.0.3]: https://github.com/PCMSolver/pcmsolver/compare/v1.0.2...v1.0.3
57-
[v1.0.2]: https://github.com/PCMSolver/pcmsolver/compare/v1.0.1...v1.0.2
58-
[v1.0.1]: https://github.com/PCMSolver/pcmsolver/compare/1.0.0...v1.0.1
59-
[1.0.0]: https://github.com/PCMSolver/pcmsolver/tree/1.0.0
62+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.1...HEAD
63+
[v1.1.1]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.0...v1.1.1
64+
[v1.1.0]: https://github.com/PCMSolver/pcmsolver/releases/tag/v1.1.0

README.md

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

0 commit comments

Comments
 (0)