Menu

SVN archive Commit Log


Commit Date  
[r23382] by bugman

Updated the relax API documentation at http://www.nmr-relax.com/api/3.2/ to version 3.2.1.

2014-05-23 13:42:45 Tree
[r23381] by bugman

Updated the relax HTML manual at http://www.nmr-relax.com/manual/index.html to version 3.2.1.

2014-05-23 13:37:47 Tree
[r23380] by bugman

Added the relax 3.2.1 manual to the repository.

2014-05-23 12:51:17 Tree
[r23379] by bugman

Backported the relax 3.2.1 CHANGES file changes to trunk.

The command used was:
svn merge -r23376:23377 svn+ssh://bugman@.../svn/relax/tags/3.2.1 .

2014-05-23 12:45:43 Tree
[r23378] by bugman

Updated the version number to 3.2.1.

2014-05-23 12:40:06 Tree
[r23377] by bugman

Updated the CHANGES file for relax version 3.2.1.

2014-05-23 12:39:46 Tree
[r23376] by bugman

relax version 3.2.1.

This is a major bugfix release. The equations for the "B14" and "B14 full" relaxation dispersion
models (from Baldwin 2014) released with relax version 3.2.0 are now correctly calculated. A few
other bugs have also been resolved.

2014-05-23 12:26:38 Tree
[r23375] by bugman

Merged revisions 23373-23374 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23373 | bugman | 2014-05-23 11:25:34 +0200 (Fri, 23 May 2014) | 7 lines

Speed up for the version module when using a repository copy of the code.

The repository revision and URL and now stored as module variables, so that the 'svn info' and
'git svn info' commands are only run twice, once for the revision() function and once for the url()
function.
........
r23374 | bugman | 2014-05-23 12:11:36 +0200 (Fri, 23 May 2014) | 15 lines

Large speed up for the relax start up times for svn and git-svn copies of the relax repository.

The 'svn info' and 'git svn info' commands are now only executed once when the version module is
first imported. The revision() and url() functions have been merged into the repo_info() function
and this is called when the module is imported. This repo_info() function stores the repository
revision and URL as the version.repo_revision and version.repo_url module variables. It also
catches if these variables are already set, so that multiple imports of the module do not cause the
repository information to be looked up each time.

Previously the revision() and url() functions where called every time a relax state or result file
was created, hence for repository copies the 'svn info' or 'git svn info' commands were being called
each time. The functions were also called for each interpreter object instantiated, and for each
import of the version module.
........

2014-05-23 12:13:10 Tree
[r23374] by bugman

Large speed up for the relax start up times for svn and git-svn copies of the relax repository.

The 'svn info' and 'git svn info' commands are now only executed once when the version module is
first imported. The revision() and url() functions have been merged into the repo_info() function
and this is called when the module is imported. This repo_info() function stores the repository
revision and URL as the version.repo_revision and version.repo_url module variables. It also
catches if these variables are already set, so that multiple imports of the module do not cause the
repository information to be looked up each time.

Previously the revision() and url() functions where called every time a relax state or result file
was created, hence for repository copies the 'svn info' or 'git svn info' commands were being called
each time. The functions were also called for each interpreter object instantiated, and for each
import of the version module.

2014-05-23 10:11:36 Tree
[r23373] by bugman

Speed up for the version module when using a repository copy of the code.

The repository revision and URL and now stored as module variables, so that the 'svn info' and
'git svn info' commands are only run twice, once for the revision() function and once for the url()
function.

2014-05-23 09:25:34 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.