You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.rst
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,28 @@ Changelog
14
14
.. Meta
15
15
.. ~~~~
16
16
17
+
Unreleased
18
+
-------------------------------
19
+
Added
20
+
~~~~~
21
+
Changed
22
+
~~~~~~~
23
+
Removed
24
+
~~~~~~~
25
+
Bugfixes
26
+
~~~~~~~~
27
+
Meta
28
+
~~~~
29
+
30
+
17
31
.. Version is specified in vcpkg.json, index.rst and version.hpp
18
32
19
-
Unreleased
33
+
Version 0.5.0
20
34
-------------------------------
35
+
36
+
This release introduce saddle-point finding and min->sp->min pathway finding. The concept of a generic potential was made more concrete to prevent a template explosion.
37
+
38
+
21
39
Added
22
40
~~~~~
23
41
@@ -33,6 +51,7 @@ Changed
33
51
- Generalised ``StepLBFGS``'s ``.newton_step()``.
34
52
- ``Generic`` potential API + constructor changes
35
53
- Unified minimiser, saddle finder and dimer return codes to follow C conventions (truthy on failure);
54
+
- ``Spline`` methods clamp input.
36
55
37
56
Removed
38
57
~~~~~~~
@@ -45,16 +64,12 @@ Bugfixes
45
64
- Const-corrected ``Generic::gradient``.
46
65
- Padded spline with terminator to fix-up floating point rounding errors.
47
66
48
-
Meta
49
-
~~~~
50
-
51
67
52
68
Version 0.4.0
53
69
--------------
54
70
55
71
This release introduces generic potentials and the first concrete potential into openFLY, EAM. The EAM implementation includes support for analytic Hessians and is fully openMP parallelised. Additionally, an efficient parallel implementation of the LBFGS minimiser is included.
56
72
57
-
58
73
Added
59
74
~~~~~
60
75
@@ -69,8 +84,6 @@ Added
69
84
- New ``Hessian`` class.
70
85
- ``Frozen`` property has a tag to enable GSD IO.
71
86
72
-
73
-
74
87
Changed
75
88
~~~~~~~
76
89
@@ -89,7 +102,6 @@ Bugfixes
89
102
90
103
- Box (Ortho and Triclinic, valid bounds now include zero).
0 commit comments