<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>SciPy 0.18.1 Release Notes — SciPy v1.1.0.dev0+4e64658 Reference Guide</title> <link rel="stylesheet" type="text/css" href="_static/css/spc-bootstrap.css"> <link rel="stylesheet" type="text/css" href="_static/css/spc-extend.css"> <link rel="stylesheet" href="_static/scipy.css" type="text/css" > <link rel="stylesheet" href="_static/pygments.css" type="text/css" > <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '1.1.0.dev0+4e64658', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/scipy-mathjax/MathJax.js?config=scipy-mathjax"></script> <script type="text/javascript" src="_static/js/copybutton.js"></script> <link rel="index" title="Index" href="genindex.html" > <link rel="search" title="Search" href="search.html" > <link rel="top" title="SciPy v1.1.0.dev0+4e64658 Reference Guide" href="index.html" > <link rel="up" title="Release Notes" href="release.html" > <link rel="next" title="SciPy 0.18.0 Release Notes" href="release.0.18.0.html" > <link rel="prev" title="SciPy 0.19.0 Release Notes" href="release.0.19.0.html" > </head> <body> <div class="container"> <div class="header"> </div> </div> <div class="container"> <div class="main"> <div class="row-fluid"> <div class="span12"> <div class="spc-navbar"> <ul class="nav nav-pills pull-left"> <li class="active"><a href="index.html">SciPy v1.1.0.dev0+4e64658 Reference Guide</a></li> <li class="active"><a href="release.html" accesskey="U">Release Notes</a></li> </ul> <ul class="nav nav-pills pull-right"> <li class="active"> <a href="genindex.html" title="General Index" accesskey="I">index</a> </li> <li class="active"> <a href="py-modindex.html" title="Python Module Index" >modules</a> </li> <li class="active"> <a href="release.0.18.0.html" title="SciPy 0.18.0 Release Notes" accesskey="N">next</a> </li> <li class="active"> <a href="release.0.19.0.html" title="SciPy 0.19.0 Release Notes" accesskey="P">previous</a> </li> </ul> </div> </div> </div> <div class="row-fluid"> <div class="spc-rightsidebar span3"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="index.html"> <img class="logo" src="_static/scipyshiny_small.png" alt="Logo"> </a></p> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">SciPy 0.18.1 Release Notes</a><ul> <li><a class="reference internal" href="#authors">Authors</a><ul> <li><a class="reference internal" href="#issues-closed-for-0-18-1">Issues closed for 0.18.1</a></li> <li><a class="reference internal" href="#pull-requests-for-0-18-1">Pull requests for 0.18.1</a></li> </ul> </li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="release.0.19.0.html" title="previous chapter">SciPy 0.19.0 Release Notes</a></p> <h4>Next topic</h4> <p class="topless"><a href="release.0.18.0.html" title="next chapter">SciPy 0.18.0 Release Notes</a></p> </div> </div> <div class="span9"> <div class="bodywrapper"> <div class="body" id="spc-section-body"> <div class="section" id="scipy-0-18-1-release-notes"> <h1>SciPy 0.18.1 Release Notes<a class="headerlink" href="#scipy-0-18-1-release-notes" title="Permalink to this headline">¶</a></h1> <p>SciPy 0.18.1 is a bug-fix release with no new features compared to 0.18.0.</p> <div class="section" id="authors"> <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>@kleskjr</li> <li>Evgeni Burovski</li> <li>CJ Carey</li> <li>Luca Citi +</li> <li>Yu Feng</li> <li>Ralf Gommers</li> <li>Johannes Schmitz +</li> <li>Josh Wilson</li> <li>Nathan Woods</li> </ul> <p>A total of 9 people contributed to this release. People with a “+” by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.</p> <div class="section" id="issues-closed-for-0-18-1"> <h3>Issues closed for 0.18.1<a class="headerlink" href="#issues-closed-for-0-18-1" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6357">#6357</a>: scipy 0.17.1 piecewise cubic hermite interpolation does not return…</li> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6420">#6420</a>: circmean() changed behaviour from 0.17 to 0.18</li> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6421">#6421</a>: scipy.linalg.solve_banded overwrites input ‘b’ when the inversion…</li> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6425">#6425</a>: cKDTree INF bug</li> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6435">#6435</a>: scipy.stats.ks_2samp returns different values on different computers</li> <li><a class="reference external" href="https://github.com/scipy/scipy/issues/6458">#6458</a>: Error in scipy.integrate.dblquad when using variable integration…</li> </ul> </div> <div class="section" id="pull-requests-for-0-18-1"> <h3>Pull requests for 0.18.1<a class="headerlink" href="#pull-requests-for-0-18-1" title="Permalink to this headline">¶</a></h3> <ul class="simple"> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6405">#6405</a>: BUG: sparse: fix elementwise divide for CSR/CSC</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6431">#6431</a>: BUG: result for insufficient neighbours from cKDTree is wrong.</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6432">#6432</a>: BUG Issue #6421: scipy.linalg.solve_banded overwrites input ‘b’…</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6455">#6455</a>: DOC: add links to release notes</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6462">#6462</a>: BUG: interpolate: fix .roots method of PchipInterpolator</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6492">#6492</a>: BUG: Fix regression in dblquad: #6458</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6543">#6543</a>: fix the regression in circmean</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6545">#6545</a>: Revert gh-5938, restore ks_2samp</li> <li><a class="reference external" href="https://github.com/scipy/scipy/pull/6557">#6557</a>: Backports for 0.18.1</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container container-navbar-bottom"> <div class="spc-navbar"> </div> </div> <div class="container"> <div class="footer"> <div class="row-fluid"> <ul class="inline pull-left"> <li> © Copyright 2008-2016, The Scipy community. </li> <li> Last updated on Sep 21, 2017. </li> <li> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.3. </li> </ul> </div> </div> </div> </body> </html>