-
Notifications
You must be signed in to change notification settings - Fork 333
Description
WinPython 2015-02 release (2015-02-28)
Features: (highlight: 100% wheel packages, Ipython 2.4.1, Spyder 2.3.3):
- Ipython 2.4 (Ipython3 Notebook upward compatible)
- Spyder 2.3.3
- python 3.4.3
- move default "Notebook" directory at the base of winpython directory
- use only wheel packages
- drop openblas (interfers with Julia on 64bit) and pyreadline
- last version of packages: numpy 1.9.2rc1, matplotlib 1.4.3, cython 0.22, numba 0.17.0, ...
- if FlavorR: R icon, refresh of tidyr/dplyr/ggplot2/maggrit, new package rvest+rsqlite
- if FlavorJulia: Julia icon, Julia_Magic works again, Julia Kernel (if IPython3)
Infrastructure:
- New downloads only from winpython.sourceforge.net (new sourceforge policy starting march 17th)
- Preparing migration away from sourceforge.net/projects/stonebig.u/files (to be closed march 17th)
Next Step:
- before march17th: website links migration away from sourceforge.net/projects/stonebig.u/files
- in march: Winpython 2015-03 release with Ipython3.x
- april: try building in the cloud, vispy
- may: new scikit-learn
- june: why not Qt5, probable stop of python3.3
release (2015-02-28)
MD5 | SHA-1 | Binary |
---|---|---|
b9fb2cc1e37a90fa5c8930d61bd89493 | 3a7cea899a9d8dada5fb5e5ddd92515c88f82355 | winpython-64bit-3.4.3.1.exe |
f573c6157f226dd9e421fda77a072249 | c492a1bd91911292c9e6cd473850dd30052f53c4 | winpython-32bit-3.4.3.1.exe |
ebff4986741e91cf46d2407d4f33daea | 594c0d34ed47b78679e89a281f20b83c4033066a | winpython-64bit-3.3.5.6.exe |
f0fa466fd1e76296ba2124f076c4b3fc | a71c68b0e685a4e64dd10c13c27fdee9ac6c8b27 | winpython-32bit-3.3.5.6.exe |
8c0da9e4f1cb35ed411ebb722e598700 | 2e19c59167b4a5f90a735f38973ab9b87c5c80e8 | winpython-64bit-2.7.9.3.exe |
08f865ff22339712b52e27d149e7d93b | cbc0cf8b465132bdae656f9aee13af6fd91e83cb | winpython-32bit-2.7.9.3.exe |
History of changes for WinPython 3.4.3.1
The following changes were made to WinPython distribution since version 3.4.2.4.
Python packages
New packages:
- certifi 14.5.14 (Python package for providing Mozilla's CA Bundle.)
- cffi 0.8.6 (Foreign Function Interface for Python calling C code.)
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- mistune 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
- numpy 1.9.2rc1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- numpydoc 0.5 (Sphinx extension to support docstrings in Numpy format)
- pycparser 2.10 (C parser in Python)
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Cython 0.21.2 → 0.22 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- XlsxWriter 0.6.5 → 0.6.6 (A Python module for creating Excel XLSX files.)
- astroid 1.3.2 → 1.3.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
- colorama 0.3.2 → 0.3.3 (Cross-platform colored terminal text)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- ipython 2.3.1 → 2.4.1 (Enhanced Python shell)
- ipython_sql 0.3.4 → 0.3.5 ()
- julia 0.1.1.6 → 0.1.1.8 (Python interface to the Julia language)
- llvmlite 0.2.1 → 0.2.2 (lightweight wrapper around basic LLVM functionality)
- lmfit 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
- lxml 3.4.1 → 3.4.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- matplotlib 1.4.2 → 1.4.3 (2D plotting library (embeddable in GUIs created with PyQt))
- mysql_connector_python 1.2.3 → 2.0.3 (MySQL driver written in Python)
- numba 0.16.0 → 0.17.0 (compiling Python code using LLVM)
- oct2py 2.4.0 → 3.1.0 (Python to GNU Octave bridge --> run m-files from python.)
- pep8 1.5.7 → 1.6.2 (Python style guide checker)
- pip 6.0.6 → 6.0.8 (A tool for installing and managing Python packages)
- psutil 2.2.0 → 2.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
- pylint 1.4.0 → 1.4.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- requests 2.5.1 → 2.5.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
- rpy2 2.5.4 → 2.5.5 (Python interface to the R language (embedded R))
- runipy 0.1.1 → 0.1.3 (Run IPython notebooks from the command line)
- scilab2py 0.5 → 0.6 (Python to Scilab bridge)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
- setuptools 11.3.1 → 12.3 (Download, build, install, upgrade, and uninstall Python packages - easily)
- spyder 2.3.2 → 2.3.3 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
- tornado 4.0.2 → 4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
- rope_py3k-0.9.4 1 (a python refactoring library...)
build5 FlavorR (2015-02-22 , 100% wheel, IPython 3.0rc1, R3.1.2 with latest tidyr,dplyr,rvest,rsqlite +rpy2 magic + r console icon)
MD5 | SHA-1 | Binary |
---|---|---|
a2eb14a8a817666317497761d125f8c9 | df5295189a16a6294e95d46fc0a8ee3b6631d4d3 | winpython-64bit-3.4.2.5_build5flavorrfull.exe |
(at https://sourceforge.net/projects/winpython/files/WinPython_3.4/3.4.2.5/betas/ )
History of changes for WinPython 3.4.2.5
The following changes were made to WinPython distribution since version 3.4.2.4.
Python packages
New packages:
- certifi 14.5.14 (Python package for providing Mozilla's CA Bundle.)
- jedi 0.8.1 (An autocompletion tool for Python that can be used for text editors)
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- mistune 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
- numpy 1.9.2rc1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- numpydoc 0.5 (Sphinx extension to support docstrings in Numpy format)
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Cython 0.21.2 → 0.22 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- XlsxWriter 0.6.5 → 0.6.6 (A Python module for creating Excel XLSX files.)
- astroid 1.3.2 → 1.3.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
- colorama 0.3.2 → 0.3.3 (Cross-platform colored terminal text)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- ipython 2.3.1 → 3.0.0rc1 (Enhanced Python shell)
- ipython_sql 0.3.4 → 0.3.5 ()
- julia 0.1.1.6 → 0.1.1.8 (Python interface to the Julia language)
- llvmlite 0.2.1 → 0.2.2 (lightweight wrapper around basic LLVM functionality)
- lmfit 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
- lxml 3.4.1 → 3.4.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- matplotlib 1.4.2 → 1.4.3 (2D plotting library (embeddable in GUIs created with PyQt))
- mysql_connector_python 1.2.3 → 2.0.3 (MySQL driver written in Python)
- numba 0.16.0 → 0.17.0 (compiling Python code using LLVM)
- oct2py 2.4.0 → 3.1.0 (Python to GNU Octave bridge --> run m-files from python.)
- pep8 1.5.7 → 1.6.2 (Python style guide checker)
- pip 6.0.6 → 6.0.8 (A tool for installing and managing Python packages)
- psutil 2.2.0 → 2.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
- pylint 1.4.0 → 1.4.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- rpy2 2.5.4 → 2.5.5 (Python interface to the R language (embedded R))
- runipy 0.1.1 → 0.1.3 (Run IPython notebooks from the command line)
- scilab2py 0.5 → 0.6 (Python to Scilab bridge)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
- setuptools 11.3.1 → 12.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
- tornado 4.0.2 → 4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
- rope_py3k-0.9.4 1 (a python refactoring library...)
build4 FlavorJulia (2015-02-15 , 100% wheel, IPython 3.0rc1, julia0.3.5 kernel+magic)
MD5 | SHA-1 | Binary |
---|---|---|
6289c57304ca4fc96d0f59395bd07e0c | 7a56e30e8e5abe9dd77865ab580d799a7c9a0d04 | winpython-64bit-3.4.2.5_build4flavorjulia.exe |
History of changes for WinPython 3.4.2.5
The following changes were made to WinPython distribution since version 3.4.2.4.
Tools
New packages:
- Julia 0.3.5 (The Julia Langage)
Python packages
New packages:
- certifi 14.5.14 (Python package for providing Mozilla's CA Bundle.)
- jedi 0.8.1 (An autocompletion tool for Python that can be used for text editors)
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- mistune 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
- numpy 1.9.2rc1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- numpydoc 0.5 (Sphinx extension to support docstrings in Numpy format)
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Cython 0.21.2 → 0.22 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- XlsxWriter 0.6.5 → 0.6.6 (A Python module for creating Excel XLSX files.)
- astroid 1.3.2 → 1.3.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
- colorama 0.3.2 → 0.3.3 (Cross-platform colored terminal text)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- ipython 2.3.1 → 3.0.0rc1 (Enhanced Python shell)
- ipython_sql 0.3.4 → 0.3.5 ()
- julia 0.1.1.6 → 0.1.1.8 (Python interface to the Julia language)
- llvmlite 0.2.1 → 0.2.2 (lightweight wrapper around basic LLVM functionality)
- lmfit 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
- lxml 3.4.1 → 3.4.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- matplotlib 1.4.2 → 1.4.3rc1 (2D plotting library (embeddable in GUIs created with PyQt))
- mysql_connector_python 1.2.3 → 2.0.2 (MySQL driver written in Python)
- numba 0.16.0 → 0.17.0 (compiling Python code using LLVM)
- oct2py 2.4.0 → 3.0.0 (Python to GNU Octave bridge --> run m-files from python.)
- pip 6.0.6 → 6.0.8 (A tool for installing and managing Python packages)
- psutil 2.2.0 → 2.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
- pylint 1.4.0 → 1.4.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- rpy2 2.5.4 → 2.5.5 (Python interface to the R language (embedded R))
- runipy 0.1.1 → 0.1.3 (Run IPython notebooks from the command line)
- scilab2py 0.5 → 0.6 (Python to Scilab bridge)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
- setuptools 11.3.1 → 12.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
- tornado 4.0.2 → 4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
- rope_py3k-0.9.4 1 (a python refactoring library...)
build3 (2015-02-12 , 100% wheel, IPython 3.0b1)
MD5 | SHA-1 | Binary |
---|---|---|
bcbe1d0ad8e15ba65ce529a32a225db8 | 32aefdb03ca311e54545d1d65eb5cbf82ca70d26 | winpython-32bit-3.4.2.5_build3flavorjulia.exe |
History of changes for WinPython 3.4.2.5 (FlavorJulia)
The following changes were made to WinPython distribution since version 3.4.2.4.
Tools
New packages:
- Julia 0.3.5 (The Julia Langage)
Python packages
New packages:
- certifi 14.5.14 (Python package for providing Mozilla's CA Bundle.)
- jedi 0.8.1 (An autocompletion tool for Python that can be used for text editors)
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- mistune 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
- numpy 1.9.2rc1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- numpydoc 0.5 (Sphinx extension to support docstrings in Numpy format)
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- XlsxWriter 0.6.5 → 0.6.6 (A Python module for creating Excel XLSX files.)
- astroid 1.3.2 → 1.3.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
- colorama 0.3.2 → 0.3.3 (Cross-platform colored terminal text)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- ipython 2.3.1 → 3.0.0b1 (Enhanced Python shell)
- ipython_sql 0.3.4 → 0.3.5 ()
- julia 0.1.1.6 → 0.1.1.7 (Python interface to the Julia language)
- llvmlite 0.2.1 → 0.2.2 (lightweight wrapper around basic LLVM functionality)
- lmfit 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
- lxml 3.4.1 → 3.4.2 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- matplotlib 1.4.2 → 1.4.3rc1 (2D plotting library (embeddable in GUIs created with PyQt))
- mysql_connector_python 1.2.3 → 2.0.2 (MySQL driver written in Python)
- numba 0.16.0 → 0.17.0 (compiling Python code using LLVM)
- oct2py 2.4.0 → 3.0.0 (Python to GNU Octave bridge --> run m-files from python.)
- pip 6.0.6 → 6.0.8 (A tool for installing and managing Python packages)
- psutil 2.2.0 → 2.2.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
- pylint 1.4.0 → 1.4.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- rpy2 2.5.4 → 2.5.5 (Python interface to the R language (embedded R))
- runipy 0.1.1 → 0.1.3 (Run IPython notebooks from the command line)
- scilab2py 0.5 → 0.6 (Python to Scilab bridge)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
- setuptools 11.3.1 → 12.1 (Download, build, install, upgrade, and uninstall Python packages - easily)
- tornado 4.0.2 → 4.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
- rope_py3k-0.9.4 1 (a python refactoring library...)
build2 (2015-02-01 , 100% wheel, IPython 2.4)
MD5 | SHA-1 | Binary |
---|---|---|
c3b1f88700fec9ab58671c480ad991f4 | c1dd7e16f4331114b8fe670035cffc32cd1a0ce4 | winpython-64bit-3.4.2.5_build2.exe |
History of changes for WinPython 3.4.2.5
The following changes were made to WinPython distribution since version 3.4.2.4.
Python packages
New packages:
- certifi 14.5.14 (Python package for providing Mozilla's CA Bundle.)
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- mistune 0.5 (The fastest markdown parser in pure Python, inspired by marked.)
- numpy 1.9.1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- numpydoc 0.5 (Sphinx extension to support docstrings in Numpy format)
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- ipython 2.3.1 → 2.4.0 (Enhanced Python shell)
- julia 0.1.1.6 → 0.1.1.7 (Python interface to the Julia language)
- lmfit 0.8.0 → 0.8.3 (Least-Squares Minimization with Bounds and Constraints)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- mysql_connector_python 1.2.3 → 2.0.2 (MySQL driver written in Python)
- pip 6.0.6 → 6.0.7 (A tool for installing and managing Python packages)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- rpy2 2.5.4 → 2.5.5 (Python interface to the R language (embedded R))
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
- setuptools 11.3.1 → 12.0.5 (Download, build, install, upgrade, and uninstall Python packages - easily)
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- pyreadline 2.0 (IPython needs this module to display color text in Windows command window)
- rope_py3k-0.9.4 1 (a python refactoring library...)
build1 (2015-01-25 , 99% wheel-made)
MD5 | SHA-1 | Binary |
---|---|---|
c22b1315aaef7d791edd5fbde9033888 | fca47e57ebfcb037f0704da7e6b83c80f32ac1f9 | winpython-32bit-3.4.2.5_build1.exe |
History of changes for WinPython 3.4.2.5
The following changes were made to WinPython distribution since version 3.4.2.4.
Python packages
New packages:
- jsonschema 2.4.0 (An implementation of JSON Schema validation for Python)
- numpy 1.9.1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- rope_py3k 0.9.4.post1 (a python refactoring library...)
Upgraded packages:
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- julia 0.1.1.6 → 0.1.1 (Python interface to the Julia language)
- lmfit 0.8.0 → 0.8.2 (Least-Squares Minimization with Bounds and Constraints)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- mysql_connector_python 1.2.3 → 2.0.2 (MySQL driver written in Python)
- python_dateutil 2.3 → 2.4.0 (Powerful extensions to the standard datetime module)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
Removed packages:
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- rope_py3k-0.9.4 1 (a python refactoring library...)
build0 (2015-01-24 , for wheel fans, please check the transformed packages https://groups.google.com/forum/#!topic/winpython/JQj6GUYZ_7c)
MD5 | SHA-1 | Binary |
---|---|---|
f2edc43598175c4f49c5a7f3a1d459cb | 473d372b7d8a53de4387e2e194bc378b04c9ddd2 | winpython-32bit-3.4.2.5_build0.exe |
History of changes for WinPython 3.4.2.5
The following changes were made to WinPython distribution since version 3.4.2.4.
Python packages
New packages:
- ipython_sql 0.3.4 ()
- logilab_common 0.63.2 ()
- numpy 1.9.1+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- python_dateutil 2.4.0 ()
- rope_py3k 0.9.4_1 (a python refactoring library...)
- scikit_image 0.10.1 ()
- scikit_learn 0.15.2 ()
Upgraded packages:
- Pygments 2.0.1 → 2.0.2 (Generic syntax highlighter for general use in all kinds of software)
- db.py 0.3.5 → 0.3.4 (a db package that doesn't suck)
- husl 4.0.0 → 4.0.1 (Human-friendly HSL (Hue-Saturation-Lightness))
- julia 0.1.1.6 → 0.1.1 (Python interface to the Julia language)
- lmfit 0.8.0 → 0.8.2 (Least-Squares Minimization with Bounds and Constraints)
- mahotas 1.2.3 → 1.2.4 (Computer Vision library)
- pyzmq 14.4.1 → 14.5.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
- reportlab 3.1.8 → 3.1.44 (The PDF generation library)
- scipy 0.15.0 → 0.15.1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
Removed packages:
- ipython-sql 0.3.4 (Enhanced Python shell)
- logilab-common 0.63.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
- numpy-MKL 1.9.1 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
- python-dateutil 2.3 (Powerful extensions to the standard datetime module)
- rope_py3k-0.9.4 1 (a python refactoring library...)
- scikit-image 0.10.1 (Image processing toolbox for SciPy)
- scikit-learn 0.15.2 (A set of Python modules for machine learning and data mining)