[BioRuby-cvs] bioruby/doc Changes-0.7.rd,1.13,1.14

Katayama Toshiaki k at pub.open-bio.org
Mon Jan 16 10:25:45 EST 2006


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

Modified Files:
	Changes-0.7.rd 
Log Message:
* minor improvements (hopefully)


Index: Changes-0.7.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Changes-0.7.rd,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Changes-0.7.rd	15 Jan 2006 09:41:42 -0000	1.13
--- Changes-0.7.rd	16 Jan 2006 15:25:43 -0000	1.14
***************
*** 6,11 ****
  --- Ruby 1.6 series are no longer supported.
  
! We use autoload functionality and many other libraries bundled in
! Ruby 1.8.2 (such as SOAP, open-uri, pp etc.) by default.
  
  --- BioRuby will be loaded about 30 times faster than before.
--- 6,11 ----
  --- Ruby 1.6 series are no longer supported.
  
! We use autoload functionality and many standard (bundled) libraries
! (such as SOAP, open-uri, pp etc.) only in Ruby >1.8.2.
  
  --- BioRuby will be loaded about 30 times faster than before.
***************
*** 14,19 ****
  to start up the BioRuby library made surprisingly faster.
  
! Other changes (including exciting BioRuby shell etc.) made in this release
! is described in this file.
  
  == New features
--- 14,19 ----
  to start up the BioRuby library made surprisingly faster.
  
! Other changes (including newly introduced BioRuby shell etc.) made
! in this series will be described in this file.
  
  == New features
***************
*** 21,25 ****
  --- BioRuby shell
  
! Command line user interface for the BioRuby is included.
  You can invoke the shell by
  
--- 21,25 ----
  --- BioRuby shell
  
! A new command line user interface for the BioRuby is now included.
  You can invoke the shell by
  
***************
*** 140,144 ****
  * lib/bio/db/genbank/common.rb is removed.
  
! Renamed to Bio::NCBIDB::Common for the simple autoload dependency.
  
  --- Bio::EMBL::Common
--- 140,144 ----
  * lib/bio/db/genbank/common.rb is removed.
  
! Renamed to Bio::NCBIDB::Common to make simplify the autoload dependency.
  
  --- Bio::EMBL::Common
***************
*** 146,150 ****
  * lib/bio/db/embl/common.rb is removed.
  
! Renamed to Bio::EMBLDB::Common for the simple autoload dependency.
  
  --- Bio::KEGG::GENES
--- 146,150 ----
  * lib/bio/db/embl/common.rb is removed.
  
! Renamed to Bio::EMBLDB::Common to make simplify the autoload dependency.
  
  --- Bio::KEGG::GENES
***************
*** 245,249 ****
    require 'bio'
  
! and this change will also speeds up loading time if you only need
  one of the sub classes under the genbank/ or embl/ directory.
  
--- 245,249 ----
    require 'bio'
  
! and this change will also speeds up loading time even if you only need
  one of the sub classes under the genbank/ or embl/ directory.
  



More information about the bioruby-cvs mailing list