PyAOS / aoslib

A collection of standard atmospheric and oceanic sciences routines.
45 stars 32 forks source link

Tasks assignments #9

Open jwblin opened 11 years ago

jwblin commented 11 years ago

I've made a Wiki page that lists all the functions and gives us a place to write down who will wrap each function:

https://github.com/PyAOS/aoslib/wiki/Task-Assignments

Please put your name on the functions you'll take before you do so, to avoid duplicating work. Thanks!

doutriaux1 commented 11 years ago

Johnny, Did we decide to go with f2py? If so they can pretty much all be wrapped at once with distutils. Although we could still assign who edits the python interface to it (check array sizes etc...) is that what you had in mind?

jwblin commented 11 years ago

Yes, I think we've decided to go with f2py. The wrapper functions described in this milestone would be as you said, just the Python interface, which includes the docstring documentation and tests, so the time-consuming part wouldn't be the actual wrapping but the documenting and tests.

doutriaux1 commented 11 years ago

Makes sense. Swamped with release right now but will take a look as soon 1.3 is out