[BioRuby-cvs] bioruby ChangeLog,1.64,1.65

Naohisa Goto ngoto at dev.open-bio.org
Tue Jul 10 10:44:49 UTC 2007


Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv1303

Modified Files:
	ChangeLog 
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: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** ChangeLog	9 Jul 2007 14:08:34 -0000	1.64
--- ChangeLog	10 Jul 2007 10:44:47 -0000	1.65
***************
*** 1,4 ****
--- 1,22 ----
  2007-07-09  Naohisa Goto <ng at bioruby.org>
  
+ 	* lib/bio/db/pdb/pdb.rb
+ 
+ 	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.
+ 
+ 	(reported by Mikael Borg)
+ 
+ 2007-07-09  Naohisa Goto <ng at bioruby.org>
+ 
  	* lib/bio/io/flatfile.rb
  




More information about the bioruby-cvs mailing list