idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
96 stars 47 forks source link

synchronize with new turblib #5

Closed chichilalescu closed 9 years ago

chichilalescu commented 9 years ago

When the next version of the turbulence library is made available, there are a couple of things to take care of here: --- bump the version number used in setup.py --- uncomment "free_threshold_array" from local_tools.c (or use something else in the python code) --- remove all the get[...]Soap function names from libJHTDB.getData, since they will no longer be needed (and the inconsistency with the web interface will go away).