[BioRuby-cvs] bioruby/doc Changes-0.7.rd,1.9,1.10
Naohisa Goto
ngoto at pub.open-bio.org
Sun Dec 18 13:20:36 EST 2005
Update of /home/repository/bioruby/bioruby/doc
In directory pub.open-bio.org:/tmp/cvs-serv30301/doc
Modified Files:
Changes-0.7.rd
Log Message:
added changelog for PDB classes
Index: Changes-0.7.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Changes-0.7.rd,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Changes-0.7.rd 28 Nov 2005 04:57:32 -0000 1.9
--- Changes-0.7.rd 18 Dec 2005 18:20:34 -0000 1.10
***************
*** 165,168 ****
--- 165,186 ----
* Bio::GFF3 is renamed to Bio::GFF::GFF3
+ --- Bio::PDB
+
+ * Bio::PDB::Atom is removed. Instead, please use Bio::PDB::Record::ATOM and
+ Bio::PDB::Record::HETATM.
+ * 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 records, record_type is changed to record_name.
+ * 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.
+
=== Deleted files
More information about the bioruby-cvs
mailing list