| 1 | ternary (0.5.0) unstable; urgency=low |
|---|
| 2 | |
|---|
| 3 | * New arbitrary polynomial terms in the free energy functions. |
|---|
| 4 | * Fixed and considerably improved spinodal caculation. |
|---|
| 5 | * New adjust_gaussians function to aid in setting Gaussian parameters. |
|---|
| 6 | * New Ternary GUI using a Glade interface, not yet complete. |
|---|
| 7 | |
|---|
| 8 | -- Adam C. Powell, IV <apowell@opennovation.org> Mon, 30 Nov 2009 17:42:27 -0500 |
|---|
| 9 | |
|---|
| 10 | ternary (0.4.0) unstable; urgency=low |
|---|
| 11 | |
|---|
| 12 | * Overhauled the free energy interface and functions, adding derivative |
|---|
| 13 | implementations. |
|---|
| 14 | * Added WITH_DERIVATIVES and NO_INFINITY options to free energies(). |
|---|
| 15 | * Split free energy out into its own library, for use in phase field codes. |
|---|
| 16 | * Added phase_boundary object. |
|---|
| 17 | * Changed hull calculation interface to only hold the qhull variables during |
|---|
| 18 | hull calculation (with a lock to prevent attempts at multiple usage). |
|---|
| 19 | * Phase boundary refinement using a cool, and I think novel, Newton energy |
|---|
| 20 | minimization algorithm. |
|---|
| 21 | * Report all phase boundaries in the hull as phase_boundary objects. |
|---|
| 22 | * Added spinodal.c with calc_spinodal function returning a phase_boundary. |
|---|
| 23 | * New "square" free energy parameters for pseudo-square representation. |
|---|
| 24 | * Rectangle bookkeeping functions complete square functionality. |
|---|
| 25 | * Split all non-free-energy functions out into a library named gibbs with a |
|---|
| 26 | matching header. |
|---|
| 27 | * New "square" example program demonstrates these functions. |
|---|
| 28 | |
|---|
| 29 | -- Adam C. Powell, IV <apowell@opennovation.com> Thu, 18 Jun 2009 17:42:27 -0400 |
|---|
| 30 | |
|---|
| 31 | ternary (0.3.0) unstable; urgency=low |
|---|
| 32 | |
|---|
| 33 | * Documentation update: qhull reference, other small changes. |
|---|
| 34 | * Check for qhull library in configure.in. |
|---|
| 35 | * Parameterized free energy function with temperature support. |
|---|
| 36 | * Moved many O(N) functions from main() out to new book.c file. |
|---|
| 37 | * Multiple free energy functions work. |
|---|
| 38 | * Better check to determine whether hull facets are in one-phase region. |
|---|
| 39 | |
|---|
| 40 | -- Adam C. Powell, IV <hazelsct@mit.edu> Thu, 27 Mar 2008 19:37:50 -0400 |
|---|
| 41 | |
|---|
| 42 | ternary (0.2.0) unstable; urgency=low |
|---|
| 43 | |
|---|
| 44 | * Link with qhull to calculate the convex hull of the free energy function. |
|---|
| 45 | * Visualize two- and three-phase regions, including two-phase tie lines. |
|---|
| 46 | * Use smooth shading by default. |
|---|
| 47 | * Lack of geomview is now an error, since this is essential to Ternary. |
|---|
| 48 | |
|---|
| 49 | -- Adam C. Powell, IV <hazelsct@mit.edu> Wed, 26 Mar 2008 21:11:39 -0400 |
|---|
| 50 | |
|---|
| 51 | ternary (0.1.0) unstable; urgency=low |
|---|
| 52 | |
|---|
| 53 | * New ternary program for drawing the free energy of a ternary system and |
|---|
| 54 | calculating its phase diagram. |
|---|
| 55 | |
|---|
| 56 | -- Adam C. Powell, IV <hazelsct@mit.edu> Wed, 19 Mar 2008 14:23:30 -0400 |
|---|
| 57 | |
|---|