Skip to content

Commit 17f8a92

Browse files
author
stonebig
committed
WinPython 2015-06 update
1 parent b55638a commit 17f8a92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h2 id="releases">Recent Releases </h2>
3333
<li>WinPython <strong>3.4</strong>.4.5Qt5 (*) <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPythonQt5-3.4.4.5_History.md">Changelog</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPythonQt5-3.4.4.5.md">Packages</a> and <a href="https://sourceforge.net/projects/winpython/files/WinPython_3.4/3.4.4.5/">Downloads</a>, or <a href="https://github.com/winpython/winpython/releases/tag/1.7.20161101">alternative Downloads</a></li>
3434
<li>WinPython <strong>3.5</strong>.2.3 (*) <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.5.2.3_History.md">Changelog</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.5.2.3.md">Packages</a> and <a href="https://sourceforge.net/projects/winpython/files/WinPython_3.5/3.5.2.3/">Downloads</a></li>
3535
<li>WinPython <strong>3.5</strong>.2.3Qt5 (*) <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPythonQt5-3.5.2.3_History.md">Changelog</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPythonQt5-3.5.2.3.md">Packages</a> and <a href="https://sourceforge.net/projects/winpython/files/WinPython_3.5/3.5.2.3/">Downloads</a></li>
36+
<li>Preview of WinPython <strong>3.6</strong>.0.0 (***) <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.6.0.0_History.md">Changelog</a>, <a href="https://github.com/winpython/winpython/blob/master/changelogs/WinPython-3.6.0.0.md">Packages</a> and <a href="https://sourceforge.net/projects/winpython/files/WinPython_3.6/3.6.0.0/">Downloads</a></li>
3637
</ul>
3738

3839
<p>Release <a href="https://github.com/winpython/winpython/issues/358">2016-04</a> of August 28th, 2016 </p>
@@ -64,7 +65,7 @@ <h2 id="overview">Overview</h2>
6465
<li>Designed for scientists, data-scientists, and education (thanks to <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.):
6566
<ul>
6667
<li>interactive data processing and visualization using Python with <a href="https://github.com/spyder-ide">Spyder</a> and <a href="http://jupyter.org/">Jupyter/IPython</a>, or IDLE </li>
67-
<li>out-of-the-box working Compiler (Mingw64), <strong>fully integrated Cython and Numba!</strong> See <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
68+
<li>out-of-the-box working Compiler (Mingw64) for Python 3.4, <strong>fully integrated Cython and Numba!</strong> See <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
6869
<li>connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users</li>
6970
</ul></li>
7071
<li><strong>Portable</strong>:
@@ -75,7 +76,7 @@ <h2 id="overview">Overview</h2>
7576
<li><strong>Flexible</strong>:
7677
<ul>
7778
<li>You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent</li>
78-
<li>These installations can be of different versions of Python (3.5/3.4/2.7...) and different architectures (32bit/64bit)</li>
79+
<li>These installations can be of different versions of Python (3.5/3.4/2.7/3.6/...) and different architectures (32bit/64bit)</li>
7980
</ul>
8081
<li><strong>Customizable</strong>:
8182
<ul>
@@ -105,10 +106,11 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>
105106
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
106107

107108
<p>(*) For recent WinPython, Windows 7/8 users may have to install <a href="https://www.visualstudio.com/downloads/download-visual-studio-vs#d-visual-c">Microsoft Visual C++ Redistributable for Visual Studio 2015</a>
109+
<p>(***) WinPython-3.6.0.0 relies on Python-3.6.0beta2, so is not recommanded for production</a>
108110
</p>
109111
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
110112
</div>
111-
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014+ <a href="https://github.com/winpython/winpython/graphs/contributors">The Winpython Development Team</a>. Last updated 2016-04-20</div>
113+
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014+ <a href="https://github.com/winpython/winpython/graphs/contributors">The Winpython Development Team</a>. Last updated 2016-11-11</div>
112114
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
113115
</body>
114116
</html>

0 commit comments

Comments
 (0)