You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cx_Freeze](http://cx-freeze.sourceforge.net) | 4.3.3 | Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed)
26
-
[Cython](http://www.cython.org) | 0.21 | Cython is a language that makes writing C extensions for the Python language as easy as Python
26
+
[Cython](http://www.cython.org) | 0.21.1 | Cython is a language that makes writing C extensions for the Python language as easy as Python
27
27
[decorator](http://pypi.python.org/pypi/decorator) | 3.4.0 | Better living through Python with decorators
28
28
[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
29
29
[formlayout](http://formlayout.googlecode.com) | 1.0.15 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
@@ -43,7 +43,7 @@ Name | Version | Description
43
43
[lxml](http://pypi.python.org/pypi/lxml) | 3.4.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
* [Sphinx](http://sphinx.pocoo.org) 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
@@ -37,10 +37,11 @@ Upgraded packages:
37
37
* [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
38
38
* [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
39
39
* [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
40
-
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.0 (2D plotting library (embeddable in GUIs created with PyQt))
40
+
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))
41
41
* [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 → 1.2.3 (MySQL driver written in Python)
42
42
* [networkx](http://pypi.python.org/pypi/networkx) 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
43
43
* [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
44
+
* [pandas](http://pypi.python.org/pypi/pandas) 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)
[cx_Freeze](http://cx-freeze.sourceforge.net) | 4.3.3 | Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed)
25
-
[Cython](http://www.cython.org) | 0.21 | Cython is a language that makes writing C extensions for the Python language as easy as Python
25
+
[Cython](http://www.cython.org) | 0.21.1 | Cython is a language that makes writing C extensions for the Python language as easy as Python
26
26
[decorator](http://pypi.python.org/pypi/decorator) | 3.4.0 | Better living through Python with decorators
27
27
[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
28
28
[formlayout](http://formlayout.googlecode.com) | 1.0.15 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
@@ -42,7 +42,7 @@ Name | Version | Description
42
42
[lxml](http://pypi.python.org/pypi/lxml) | 3.4.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
* [Sphinx](http://sphinx.pocoo.org) 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)
@@ -37,10 +37,11 @@ Upgraded packages:
37
37
* [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
38
38
* [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
39
39
* [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
40
-
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.0 (2D plotting library (embeddable in GUIs created with PyQt))
40
+
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))
41
41
* [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 → 1.2.3 (MySQL driver written in Python)
42
42
* [networkx](http://pypi.python.org/pypi/networkx) 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
43
43
* [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
44
+
* [pandas](http://pypi.python.org/pypi/pandas) 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)
Copy file name to clipboardExpand all lines: changelogs/WinPython-3.4.2.1.txt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Name | Version | Description
11
11
[TortoiseHg](http://tortoisehg.bitbucket.org) | 2.11.2 | Set of graphical tools and a shell extension for the Mercurial distributed revision control system
12
12
[MinGW32](http://pypi.python.org/pypi/MinGW32) | 4.8.1 | C/C++ and Fortran compilers (http://www.mingw.org for 32-bit) (https://github.com/numpy/numpy/wiki/Mingw-static-toolchain for 64bit)
13
13
14
-
15
14
### Python packages
16
15
17
16
Name | Version | Description
@@ -23,7 +22,7 @@ Name | Version | Description
23
22
[colorama](http://pypi.python.org/pypi/colorama) | 0.3.2 | Cross-platform colored terminal text
[cx_Freeze](http://cx-freeze.sourceforge.net) | 4.3.3 | Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed)
26
-
[Cython](http://www.cython.org) | 0.21 | Cython is a language that makes writing C extensions for the Python language as easy as Python
25
+
[Cython](http://www.cython.org) | 0.21.1 | Cython is a language that makes writing C extensions for the Python language as easy as Python
27
26
[decorator](http://pypi.python.org/pypi/decorator) | 3.4.0 | Better living through Python with decorators
28
27
[docutils](http://docutils.sourceforge.net) | 0.12 | Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
29
28
[formlayout](http://formlayout.googlecode.com) | 1.0.15 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
@@ -43,7 +42,7 @@ Name | Version | Description
43
42
[lxml](http://pypi.python.org/pypi/lxml) | 3.4.0 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Copy file name to clipboardExpand all lines: changelogs/WinPython-3.4.2.1_History.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following changes were made to WinPython distribution since version 3.4.1.1.
6
6
7
7
New packages:
8
8
9
-
* [MinGW32]() 4.8.1 C/C++ and Fortran compilers (http://www.mingw.org for 32-bit) (https://github.com/numpy/numpy/wiki/Mingw-static-toolchain for 64bit)
9
+
* [MinGW32](http://pypi.python.org/pypi/MinGW32) 4.8.1 (C/C++ and Fortran compilers (http://www.mingw.org for 32-bit) (https://github.com/numpy/numpy/wiki/Mingw-static-toolchain for 64bit))
10
10
11
11
### Python packages
12
12
@@ -30,7 +30,7 @@ New packages:
30
30
31
31
Upgraded packages:
32
32
33
-
* [Cython](http://www.cython.org) 0.20.2 → 0.21 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
33
+
* [Cython](http://www.cython.org) 0.20.2 → 0.21.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
* [joblib](http://pypi.python.org/pypi/joblib) 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)
44
44
* [julia](http://sourceforge.net/projects/stonebig.u/files/packages) 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)
45
45
* [logilab-common](http://pypi.python.org/pypi/logilab-common) 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
46
-
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.1rc1 (2D plotting library (embeddable in GUIs created with PyQt))
46
+
* [matplotlib](http://matplotlib.sourceforge.net) 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))
47
47
* [mysql-connector-python](http://pypi.python.org/pypi/mysql-connector-python) 1.2.2 → 1.2.3 (MySQL driver written in Python)
48
48
* [networkx](http://pypi.python.org/pypi/networkx) 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)
49
49
* [nose](http://somethingaboutorange.com/mrl/projects/nose) 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))
50
+
* [pandas](http://pypi.python.org/pypi/pandas) 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)
0 commit comments