This is an automated email from the git hooks/post-receive script. lkajan pushed a commit to branch master in repository libfreecontact-perl.
commit e7e127a6fad948618c93ed34bca039d9369196cc Author: Laszlo Kajan <[email protected]> Date: Fri Jun 7 16:13:31 2013 +0200 Imported Upstream version 0.04 --- Changes | 7 +++++++ FreeContact.xs | 2 +- META.yml | 2 +- lib/FreeContact.pm | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b141935..bd59e74 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension FreeContact. +0.04 Fri Jun 7 14:12:18 CEST 2013 + - Fixed density bug. + +0.03 Fri Jun 7 14:11:09 CEST 2013 + - replaced sparsity with density + - added get_ps_psicov_sd() + 0.02 Mon May 27 19:28:22 CEST 2013 - new() method now takes a hash of arguments diff --git a/FreeContact.xs b/FreeContact.xs index 74009a7..54966d7 100644 --- a/FreeContact.xs +++ b/FreeContact.xs @@ -21,7 +21,7 @@ typedef freecontact::predictor::time_res_t time_res_t; #define _XPUSHS_GET_PS(__ps) \ XPUSHs(sv_2mortal(newSVpvn("clustpc", 7)));\ XPUSHs(sv_2mortal(newSVnv((__ps).clustpc)));\ - XPUSHs(sv_2mortal(newSVpvn("density", 8)));\ + XPUSHs(sv_2mortal(newSVpvn("density", 7)));\ XPUSHs(sv_2mortal(newSVnv((__ps).density)));\ XPUSHs(sv_2mortal(newSVpvn("gapth", 5)));\ XPUSHs(sv_2mortal(newSVnv((__ps).gapth)));\ diff --git a/META.yml b/META.yml index 559a1a5..b440cbe 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: FreeContact -version: 0.03 +version: 0.04 abstract: fast protein contact predictor author: - Laszlo Kajan <[email protected]> diff --git a/lib/FreeContact.pm b/lib/FreeContact.pm index 582e35f..730e4c3 100644 --- a/lib/FreeContact.pm +++ b/lib/FreeContact.pm @@ -35,7 +35,7 @@ our @EXPORT = qw( ); -our $VERSION = '0.03'; +our $VERSION = '0.04'; require XSLoader; XSLoader::load('FreeContact', $VERSION); -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libfreecontact-perl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
