Difference between revisions of "Relax 1.2.6"
(→See also: Added a link to the API documentation.) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase title}} | {{lowercase title}} | ||
− | = Description = | + | {{infobox relax release |
+ | | version = 1.2.6 | ||
+ | | prev = 1.2.5 | ||
+ | | next = 1.2.7 | ||
+ | | keywords = Fatal bug | ||
+ | | type = Major bugfix | ||
+ | | date = 21 July 2006 | ||
+ | | manual = yes | ||
+ | }} | ||
+ | |||
+ | == Description == | ||
<section begin=description/> | <section begin=description/> | ||
Line 7: | Line 17: | ||
<section end=description/> | <section end=description/> | ||
− | = Download = | + | == Download == |
<section begin=download/> | <section begin=download/> | ||
Line 13: | Line 23: | ||
<section end=download/> | <section end=download/> | ||
− | = CHANGES file = | + | == CHANGES file == |
<section begin=metadata/> | <section begin=metadata/> | ||
Line 21: | Line 31: | ||
<section end=metadata/> | <section end=metadata/> | ||
− | == Features == | + | === Features === |
<section begin=features/> | <section begin=features/> | ||
Line 27: | Line 37: | ||
<section end=features/> | <section end=features/> | ||
− | == Changes == | + | === Changes === |
<section begin=changes/> | <section begin=changes/> | ||
Line 33: | Line 43: | ||
<section end=changes/> | <section end=changes/> | ||
− | == Bugfixes == | + | === Bugfixes === |
<section begin=bugfixes/> | <section begin=bugfixes/> | ||
Line 40: | Line 50: | ||
<section end=bugfixes/> | <section end=bugfixes/> | ||
− | = Links = | + | == Links == |
<section begin=links/> | <section begin=links/> | ||
For reference, the following links are also part of the announcement for this release: | For reference, the following links are also part of the announcement for this release: | ||
* [http://wiki.nmr-relax.com/Relax_1.2.6 Official release notes] | * [http://wiki.nmr-relax.com/Relax_1.2.6 Official release notes] | ||
− | * | + | * {{gna link|url=gna.org/forum/forum.php?forum_id=1254|text=Gna! news item}} |
* [http://article.gmane.org/gmane.science.nmr.relax.announce/11 Gmane] | * [http://article.gmane.org/gmane.science.nmr.relax.announce/11 Gmane] | ||
* [http://www.mail-archive.com/relax-announce%40gna.org/msg00003.html Mail archive] | * [http://www.mail-archive.com/relax-announce%40gna.org/msg00003.html Mail archive] | ||
Line 52: | Line 62: | ||
<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}} |
Latest revision as of 21:56, 8 October 2020
relax version 1.2.6 | |||||
| |||||
Keywords | Fatal bug | ||||
---|---|---|---|---|---|
Release type | Major bugfix | ||||
Release date | 21 July 2006 | ||||
| |||||
The relax 1.2.6 user manual |
Contents
Description
A quick release to fix the fatal 'devnull' ImportError (bug #6403). This bug effects those using Python versions < 2.4 and prevents relax from starting up. The solution was to import the object using a try statement to allow execution of the program. However if relax ever attempts to use 'devnull' a RelaxError is thrown, a message saying to upgrade to Python ≥ 2.4 is printed, and the program terminates. This is currently only a problem in the test-suite.
Download
The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).
CHANGES file
Version 1.2.6
(21 July 2006, from /1.2)
http://svn.gna.org/svn/relax/tags/1.2.6
Features
N/A
Changes
N/A
Bugfixes
- Added the missing PDB file used by one of the OpenDX tests of the relax test-suite. (bug #6404)
- Fixed the fatal devnull import failure for Python versions < 2.4. (bug #6403)
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.