tag:github.com,2008:https://github.com/nilsbore/auvlib/releases Release notes from auvlib 2019-09-26T12:44:19Z tag:github.com,2008:Repository/131728345/1.0.0-alpha.2 2019-09-29T19:32:31Z Tutorial release <p>This is a release of a second Windows version that includes functionality for the upcoming tutorials.<br> The file contains only static python libraries (x64 python 2.7 only).<br> More releases will follow with more coverage (python 3 will come soon).<br> Right now, the release comes with the following caveats:</p> <ul> <li>No <code>.gsf</code> support in windows version</li> <li><code>.all</code> file parsing works and is tested, <code>.xtf</code> files does currently not work but will be fixed in the near future</li> <li>Refraction through velocity layers not working in windows, draping can still be used (straight rays)</li> </ul> <p>Since the library is compiled with static libraries, all that is needed is python2.7 and numpy<br> installed. If you install python from the <a href="https://www.python.org/downloads/" rel="nofollow">official site</a><br> and then install numpy with the accompanying pip version, everything should work<br> out of the box. Either open a python prompt at the root of the extracted zip file, or add<br> that directory to your python path (<code>set PYTHONPATH=%PYTHONPATH%;/path/to/extracted/folder</code>).<br> Then you should be ready to go!</p> nilsbore tag:github.com,2008:Repository/131728345/1.0.0-alpha.1 2019-09-19T18:29:31Z First alpha version of Windows libraries <p>This is a release of the first version to include Windows support.<br> The file contains only static python libraries (x64 python 2.7 only).<br> More releases will follow with more coverage.<br> Right now, the release comes with the following caveats:</p> <ul> <li>No <code>.gsf</code> support in windows version</li> <li><code>.all</code> and <code>.xtf</code> parsing probably shaky in windows, needs investigation</li> <li>Raytracing through layers not working in windows, draping can still be used (straight rays)</li> </ul> <p>Since the library is compiled with static libraries, all that is needed is python2.7 and numpy<br> installed. If you install python from the <a href="https://www.python.org/downloads/" rel="nofollow">official site</a><br> and then install numpy with the accompanying pip version, everything should work<br> out of the box. Either open a python prompt at the root of the extracted zip file, or add<br> that directory to your python path (<code>set PYTHONPATH=%PYTHONPATH%;/path/to/extracted/folder</code>).<br> Then you should be ready to go!</p> nilsbore