[BioRuby-cvs] bioruby/doc Changes-0.7.rd,1.21,1.22
Naohisa Goto
ngoto at dev.open-bio.org
Tue Jul 10 10:44:49 UTC 2007
Update of /home/repository/bioruby/bioruby/doc
In directory dev.open-bio.org:/tmp/cvs-serv1303/doc
Modified Files:
Changes-0.7.rd
Log Message:
Pdb_LString.new is changed not to raise error for nil.
Fixed a bug when below records does not exist in a PDB entry:
REMARK (remark), JRNL (jrnl), HELIX (helix),
TURN (turn), SHEET (sheet), SSBOND (ssbond), SEQRES (seqres),
DBREF (dbref), KEYWDS (keywords), AUTHOR (authors),
HEADER (entry_id, accession, classification),
TITLE (definition), and REVDAT (version) records (methods).
Incompatible change: Bio::PDB#record is changed to return
an empty array for nonexistent record.
Thanks to Dr. Mikael Borg. (Re: [BioRuby] Preparing for 1.1 release)
Index: Changes-0.7.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Changes-0.7.rd,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Changes-0.7.rd 23 Apr 2007 16:03:24 -0000 1.21
--- Changes-0.7.rd 10 Jul 2007 10:44:47 -0000 1.22
***************
*** 259,262 ****
--- 259,264 ----
name field for selecting atoms, because the element field is not useful
for selecting atoms and is not used in many pdb files.
+ * Bio::PDB#record is changed to return an empty array instead of nil
+ for a nonexistent record.
--- Bio::FlatFile
More information about the bioruby-cvs
mailing list