Difference between revisions of "Relax 1.2.0"

From relax wiki
Jump to navigation Jump to search
(Created the relax 1.2.0 release notes page.)
 
Line 4: Line 4:
  
 
<onlyinclude>
 
<onlyinclude>
Introducing the newest 1.2 stable feature release of relax.  The major feature of this release is that relaxation curve fitting is now supported within relax.  Now relax can calculate the R1, R2, and NOE, as well as their associated errors, from peak intensities.
+
Introducing the newest 1.2 stable feature release of relax.  The major feature of this release is that relaxation curve fitting is now supported within relax.  Now relax can calculate the R<sub>1</sub>, R<sub>2</sub>, and NOE, as well as their associated errors, from peak intensities.
  
 
Other features include a shift to the 'make' system.  Installation is now through makefiles and the command 'make install' as root will install relax into /usr/local/.  Many of the development related scripts for compiling the manual, removing temporary files, creating the distribution packages, etc have been moved into makefiles as well.  [[C|C modules]] have been added which interface with relax through the Python/C API.  These implement the functions using in the optimisation of relaxation curves.  To create the C shared objects, the command 'make' is used.
 
Other features include a shift to the 'make' system.  Installation is now through makefiles and the command 'make install' as root will install relax into /usr/local/.  Many of the development related scripts for compiling the manual, removing temporary files, creating the distribution packages, etc have been moved into makefiles as well.  [[C|C modules]] have been added which interface with relax through the Python/C API.  These implement the functions using in the optimisation of relaxation curves.  To create the C shared objects, the command 'make' is used.
Line 10: Line 10:
 
The minor version number which can be downloaded is relax version 1.2.0. This is the first release of the new 1.2 branch.
 
The minor version number which can be downloaded is relax version 1.2.0. This is the first release of the new 1.2 branch.
 
</onlyinclude>
 
</onlyinclude>
 
  
 
= See also =
 
= See also =
  
 
[[Category:Release_Notes]]
 
[[Category:Release_Notes]]

Revision as of 21:58, 6 September 2014


Description

Introducing the newest 1.2 stable feature release of relax. The major feature of this release is that relaxation curve fitting is now supported within relax. Now relax can calculate the R1, R2, and NOE, as well as their associated errors, from peak intensities.

Other features include a shift to the 'make' system. Installation is now through makefiles and the command 'make install' as root will install relax into /usr/local/. Many of the development related scripts for compiling the manual, removing temporary files, creating the distribution packages, etc have been moved into makefiles as well. C modules have been added which interface with relax through the Python/C API. These implement the functions using in the optimisation of relaxation curves. To create the C shared objects, the command 'make' is used.

The minor version number which can be downloaded is relax version 1.2.0. This is the first release of the new 1.2 branch.


See also