Difference between revisions of "Relax 1.2.3"
Jump to navigation
Jump to search
(Added the 'manual' parameter to {{infobox relax release}}.) |
(Increased the sectioning depth.) |
||
Line 11: | Line 11: | ||
}} | }} | ||
− | = Description = | + | == Description == |
<section begin=description/> | <section begin=description/> | ||
Line 31: | Line 31: | ||
<section end=description/> | <section end=description/> | ||
− | = Links = | + | == Links == |
<section begin=links/> | <section begin=links/> | ||
Line 43: | Line 43: | ||
<section end=links/> | <section end=links/> | ||
− | = Announcements = | + | == Announcements == |
{{:relax release announcements}} | {{:relax release announcements}} | ||
− | = See also = | + | == See also == |
* [http://www.nmr-relax.com/api/1.2/ The relax 1.2 API documentation] | * [http://www.nmr-relax.com/api/1.2/ The relax 1.2 API documentation] | ||
{{:relax release see also}} | {{:relax release see also}} | ||
[[Category:Relaxation curve-fitting analysis]] | [[Category:Relaxation curve-fitting analysis]] |
Revision as of 18:21, 22 October 2015
relax version 1.2.3 | |||||
| |||||
Keywords | Relaxation curve-fitting | ||||
---|---|---|---|---|---|
Release type | Major bugfix | ||||
Release date | 1 March 2006 | ||||
| |||||
The relax 1.2.3 user manual |
Contents
Description
This is a bug fix release which corrects a segfault crash of the exponential relaxation curve-fitting modules. The bug was introduced by the shift from the makefile to Sconstruct build system. The full descriptions of all bug fixes are:
- Sconstruct now does not use the '-fPIC' option during compilation which caused the exponential relaxation curve-fitting modules to segfault.
- The distribution binary and source file creation Sconstruct functions now properly compress the archives.
- The printout of the relax_fit.select_model function has been fixed.
- The sconstruct script can now execute the fetch_docstrings code. The path previously did not include the current working directory and hence the module could not be imported.
- Unselected residues are now properly ignored for the value.read function as well as all the Dasha functions.
- The value.read function contained a bug where the residue number from the file was not being read. Instead the integer position within the file was being used as the residue number.
- The model-free spectral density function 'calc_S2f_S2s_ts_djw_dS2s' does not exist. Therefore when using the model with the parameters {Sf2, Ss2, τs}, the program would throw an error and stop. The function is actually calc_S2f_tf_S2s_ts_djw_dS2s. The factor 'data.s2f_s2' also had to be calculated in maths_fns/jw_mf_comps.py.
Links
For reference, the following links are also part of the announcement for this release:
Announcements
If you would like to receive announcements about new relax versions, please subscribe to the relax announcement mailing list. This list only receives ~10 emails per year. It is archived at the SourceForge archives and in The Mail Archive.
See also
- The combined release notes for all relax versions (warning, this is very large).
- The combined release descriptions for all relax versions.
- The combined release metadata for all relax versions.
- The combined release features for all relax versions.
- The combined release changes for all relax versions (warning, this is very large).
- The combined release bugfixes for all relax versions.
- The combined release announcement links for all relax versions.