New versions of numpy got rid of Oldnumeric
This issue has been closed with release 2.4.2 -- Note, this issue tracker is being...
empty repo, anounce move to github
Fixed concat profiles when empty profiles not p...
Cleaned errors due to N.take and N.average
Fixed nonzero functions from oldnumeric migration
the conversion should look like this: y = oldnumeric.nonzero(x) to y = numpy.nonzero(x)[0]...
I adressesed it already. I didn't check the nonzero behaviour so I will take a look...
Yes, acknowledged. Most of those where probably oldnumeric.nonzero() calls. I was...
Replaced oldnumeric with standard numpy calls
New versions of numpy got rid of Oldnumeric
adapt to AmberTools 14
Branch for adaptation to Amber / AmberTools ver...
bugfix in input handling
typo
better error treatment for PDB download with in...
activate file cleanup in test case; also remove...
SurfaceRacer class wipes input file
bugfix: fix regression from previous SurfaceRac...
ExeConfig breaks reading in custom exe_t_coffee.dat
Sorry about the delay ;) I don't know exactly what went wrong with this config file...
putative bugfix for issue #58
Reduce error
This seems to be an issue unrelated to reduce.py. Something is wrong with the user...
Fixed in subversion revision 1135. Note that the updated parser may only work for...
new TMalign version breaks wrapper
update result parser to TMAlign.f version from ...
cosmetics
code documentation
force-remove version control folders from templ...
revert previous regression (recursive iteration...
old bugfix for residue profile length in empty ...