This list is closed, nobody may subscribe to it.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(10) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(3) |
Feb
(10) |
Mar
(5) |
Apr
(12) |
May
(8) |
Jun
(9) |
Jul
(3) |
Aug
(11) |
Sep
|
Oct
(26) |
Nov
(21) |
Dec
(20) |
2007 |
Jan
(10) |
Feb
(32) |
Mar
(14) |
Apr
(13) |
May
(44) |
Jun
(13) |
Jul
(18) |
Aug
(26) |
Sep
(17) |
Oct
(3) |
Nov
(10) |
Dec
(8) |
2008 |
Jan
(20) |
Feb
(8) |
Mar
(28) |
Apr
(18) |
May
(22) |
Jun
(13) |
Jul
(4) |
Aug
(2) |
Sep
(19) |
Oct
(17) |
Nov
(8) |
Dec
(10) |
2009 |
Jan
(4) |
Feb
(3) |
Mar
(12) |
Apr
(15) |
May
(7) |
Jun
(1) |
Jul
(13) |
Aug
(3) |
Sep
(5) |
Oct
(2) |
Nov
(14) |
Dec
(13) |
2010 |
Jan
(9) |
Feb
(6) |
Mar
(21) |
Apr
(12) |
May
(4) |
Jun
|
Jul
(2) |
Aug
(15) |
Sep
(3) |
Oct
(1) |
Nov
(18) |
Dec
(6) |
2011 |
Jan
(7) |
Feb
(13) |
Mar
(17) |
Apr
(7) |
May
(16) |
Jun
(21) |
Jul
(15) |
Aug
(11) |
Sep
(12) |
Oct
(3) |
Nov
(14) |
Dec
(4) |
2012 |
Jan
(10) |
Feb
(4) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: S J. S. <swa...@gm...> - 2005-06-13 17:43:34
|
Let me point out I'm only familiar wiht python, not perl at all. So everything i say here has that slant. One sticky issue in particular is the '>>' and '<<' methods of molecules. Swig/python don't really know what to do with these and drops them. Molecule input/output in openbable relies heavily on this feaure. I know there are some lesser known ways of molecule input/output which can use stringio and file pointers to input molecules which could resolve this. In my opinion, we need to come up with a structure that will allow open bable to read a molecule from any file-emulating-object of the scripting target language, not just real files (very important for python). One solution could be to make a wrapper iterator to include in the swig file which provides the described functionallity to python. The other major problem i was stuck on was compiling the wrapper swig produced. I never got to the bottom of which i couldn't. I can go back and look again. In my (limited) experience, this is a sign swig misunderstood some more complex uses of c++ syntax. It has been a while since I tried to wrap openbabel. Since then their has been a new version of swig developed (with a lot of great enhancements). So some of what I recall might have been resolved. Let me know how you want to go about this from here: Josh On 6/13/05, Geoff Hutchison <ge...@ge...> wrote: > > wrapping software out there. I do think we need to discuss the best > > pardigm for doing this, the mol.h header file is to complex for swig > > to digest. >=20 > I'll bite. Using the development openbabel-new-framework line, I can > certainly get SWIG to output a wrapper that looks fine to me. I > haven't had much time to figure out why the modules won't load into > Perl or Python, but SWIG certainly seems to be doing the right thing. >=20 > If you think mol.h is too complex, I'm certainly open to hearing > proposals to improve it. Anything in particular? >=20 > Thanks, > -Geoff >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho= tput > a projector? How fast can you ride your desk chair down the office luge t= rack? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 > _______________________________________________ > OpenBabel-scripting mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openbabel-scripting > |
From: Geoff H. <ge...@ge...> - 2005-06-13 13:58:19
|
> wrapping software out there. I do think we need to discuss the best > pardigm for doing this, the mol.h header file is to complex for swig > to digest. I'll bite. Using the development openbabel-new-framework line, I can certainly get SWIG to output a wrapper that looks fine to me. I haven't had much time to figure out why the modules won't load into Perl or Python, but SWIG certainly seems to be doing the right thing. If you think mol.h is too complex, I'm certainly open to hearing proposals to improve it. Anything in particular? Thanks, -Geoff |
From: S J. S. <swa...@gm...> - 2005-06-11 22:29:55
|
Hey All, I highly reccomend sticking with swig. It is the most flexible wrapping software out there. I do think we need to discuss the best pardigm for doing this, the mol.h header file is to complex for swig to digest. S Joshua Swamidass |