<div dir="ltr"><div>Howdy Folks,<br><br>This is an alpha release of Math::GSL, in preparation for a new release schedule of Last Wednesday of the Month,<br>which starts next week on July 30th. Thierry has been a great student to mentor during the Summer of Code and has contributed large amounts of documentation and tests relating to all subsystems, but in particular to the linear algebra subsystems BLAS and CBLAS. Many subsystems are well-documented and fully functional, like Matrix, Vector, RNG, SF, CDF,Poly, Const, PowInt, while a few still have only partial support and minimal documentation. Subsystems which require callbacks (a.k.a gsl_function *) , like Deriv, Integration, Min, Multimin do not work at all currently, but I am hard at work figuring this issue out and I have been getting great help from local Perl mongers.<br>


<br>Requirements: <br></div>&nbsp;&nbsp; * Perl 5.8.8<br>&nbsp;&nbsp; * GSL 1.11<br>&nbsp;&nbsp; * Test::Class<br>&nbsp;&nbsp; * Test::More<br>&nbsp;&nbsp; * Test::Exception<br>&nbsp;&nbsp; * ExtUtils::PkgConfig<br>&nbsp;&nbsp; * This Module does not require SWIG, but does come with the interface files<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; which were used to generate the XS code<br><br><br>Download latest snapshot: <a href="http://leto.net/code/Math-GSL/Math-GSL-0.05_01.tar.gz" target="_blank">http://leto.net/code/Math-GSL/Math-GSL-0.05_01.tar.gz</a> <br>
Browse git repo: <a href="http://leto.net/gitweb" target="_blank">http://leto.net/gitweb</a><br>
Browse raw files: <a href="http://leto.net/git/Math-GSL" target="_blank">http://leto.net/git/Math-GSL</a><br>Math::GSL blog:<a href="http://leto.net/code/Math-GSL"> http://leto.net/code/Math-GSL</a> <br><br>Note: If you do a &quot;./Build clean&quot;, your generated XS code will be cleaned and then SWIG *will* be<br>

necessary for compilation. Or you could just untar the file again. Or &quot;just don&#39;t do that.&quot;<br>
&nbsp;<br>To get involved with development of Math::GSL, set up your git repo like so:<br><br><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; git clone <a href="http://leto.net/code/Math-GSL.git" target="_blank">http://leto.net/code/Math-GSL.git</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cd Math-GSL<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; git checkout -b bleed&nbsp;&nbsp; # create new local branch<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; git pull origin bleed&nbsp;&nbsp;&nbsp;&nbsp; # pull in remote bleed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gitk &amp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # browse git repo with Tk gui<br><br>and start hacking away! Patches, suggestions and bug reports are very welcome. <br>


<br>Cheers,<br><br>Jonathan Leto<br><br> 
</div></div>