[BioRuby-cvs] bioruby ChangeLog,1.55,1.56
Katayama Toshiaki
k at dev.open-bio.org
Sun Dec 24 18:32:57 UTC 2006
Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv4341
Modified Files:
ChangeLog
Log Message:
* some additional notes before the 1.1 release
Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** ChangeLog 14 Dec 2006 16:42:36 -0000 1.55
--- ChangeLog 24 Dec 2006 18:32:55 -0000 1.56
***************
*** 1,2 ****
--- 1,28 ----
+ 2006-12-24 Toshiaki Katayama <k at bioruby.org>
+
+ * bin/bioruby, lib/bio/shell/, lib/bio/shell/rails/
+
+ Web functionallity of the BioRuby shell is completely rewrited
+ to utilize generator of the Ruby on Rails. This means we don't
+ need to have a copy of the rails installation in our code base
+ any more. The shell now run in threads so user does not need
+ to run 2 processes as before (drb and webrick). Most importantly,
+ the shell is extended to have textarea to input any code and
+ the evaluated result is returned with AJAX having various neat
+ visual effects.
+
+ 2006-12-19 Christian Zmasek <czmasek at burnham.org>
+
+ * lib/bio/db/nexus.rb
+
+ Bio::Nexus is newly developed during the Phyloinformatics hackathon.
+
+ 2006-12-16 Toshiaki Katayama <k at birouby.org>
+
+ * lib/bio/io/sql.rb
+
+ Updated to follow recent BioSQL schema contributed by
+ Raoul Jean Pierre Bonnal.
+
2006-12-15 Mitsuteru Nakao <n at bioruby.org>
More information about the bioruby-cvs
mailing list