[BioRuby-cvs] bioruby ChangeLog,1.43,1.44

Naohisa Goto ngoto at pub.open-bio.org
Sun Dec 18 13:20:36 EST 2005


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

Modified Files:
	ChangeLog 
Log Message:
added changelog for PDB classes


Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** ChangeLog	5 Nov 2005 10:20:54 -0000	1.43
--- ChangeLog	18 Dec 2005 18:20:34 -0000	1.44
***************
*** 1,2 ****
--- 1,24 ----
+ 2005-12-19  Naohisa Goto <ng at bioruby.org>
+ 
+ 	* lib/bio/db/pdb.rb, lib/bio/db/pdb/pdb.rb, lib/bio/db/pdb/*.rb
+ 	  * Many changes have been made.
+ 	  * Bio::PDB::FieldDef is removed and Bio::PDB::Record is completely
+             changed. Now, Record is changed from hash to Struct, and
+             method_missing is no longer used.
+           * In the "MODEL" record, model_serial is changed to serial.
+ 	  * In any records, record_type is changed to record_name.
+ 	  * In most records contains real numbers, changed to return
+ 	    float values instead of strings.
+ 	  * Pdb_AChar, Pdb_Atom, Pdb_Character, Pdb_Continuation,
+ 	    Pdb_Date, Pdb_IDcode, Pdb_Integer, Pdb_LString, Pdb_List,
+ 	    Pdb_Real, Pdb_Residue_name, Pdb_SList, Pdb_Specification_list,
+ 	    Pdb_String, Pdb_StringRJ and Pdb_SymOP are moved under
+ 	    Bio::PDB::DataType.
+ 
+ 	* lib/bio/db/pdb/atom.rb
+ 	  * Bio::PDB::Atom is removed.
+ 	    Instead, please use Bio::PDB::Record::ATOM and
+             Bio::PDB::Record::HETATM.
+ 
  2005-11-05  Toshiaki Katayama <k at bioruby.org>
  



More information about the bioruby-cvs mailing list