tag:github.com,2008:https://github.com/nilsbore/auvlib/releasesRelease notes from auvlib2019-09-26T12:44:19Ztag:github.com,2008:Repository/131728345/1.0.0-alpha.22019-09-29T19:32:31ZTutorial 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>nilsboretag:github.com,2008:Repository/131728345/1.0.0-alpha.12019-09-19T18:29:31ZFirst 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