[MOBY-guts] biomoby commit
Yan Wong
yanwong at pub.open-bio.org
Thu Jan 27 08:44:05 UTC 2005
yanwong
Thu Jan 27 03:44:04 EST 2005
Update of /home/repository/moby/moby-live/Python
In directory pub.open-bio.org:/tmp/cvs-serv14606
Modified Files:
PKG-INFO changelog setup.py
Log Message:
moby-live/Python PKG-INFO,1.4,1.5 changelog,1.4,1.5 setup.py,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Python/PKG-INFO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Python/PKG-INFO 2004/12/08 14:57:28 1.4
+++ /home/repository/moby/moby-live/Python/PKG-INFO 2005/01/27 08:44:04 1.5
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bioMoby
-Version: 0.7p1
+Version: 0.8
Summary: Python interface for bioMoby
Home-page: http://bioserv.rpbs.jussieu.fr
Author: Yan Wong
===================================================================
RCS file: /home/repository/moby/moby-live/Python/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Python/changelog 2004/12/08 14:57:28 1.4
+++ /home/repository/moby/moby-live/Python/changelog 2005/01/27 08:44:04 1.5
@@ -56,3 +56,10 @@
(normally just the dispatch.py was modified)
tutorials/webservice and documentations have been updated.
+0.8: Changed some troublesome code inside the MobyDataTypes. Mobyobject is now responsible of serialization of its attributes only if they are public (no _ prefix) and not callable
+
+ MobyMarshaller and MobyUnmarshaller were rewritten in order to serialize/deserialize Python's objects (string, int, unicode, float, instance of classes).
+
+ The objectBrowser serializes the results in a file in order to save time of retrieval :p
+
+ Some cosmetic changes on the code.
===================================================================
RCS file: /home/repository/moby/moby-live/Python/setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Python/setup.py 2004/12/08 14:57:28 1.4
+++ /home/repository/moby/moby-live/Python/setup.py 2005/01/27 08:44:04 1.5
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="bioMoby",
- version=0.5,
+ version=0.8,
description="An implementation of bioMoby in Python",
author="Yan Wong",
author_email="yanwong at ebgm.jussieu.fr",
More information about the MOBY-guts
mailing list