Skip to content

Latest commit

 

History

History
118 lines (50 loc) · 5.61 KB

WinPython-3.3.5.6_History.md

File metadata and controls

118 lines (50 loc) · 5.61 KB

History of changes for WinPython 3.3.5.6

The following changes were made to WinPython distribution since version 3.3.5.5.

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.6 (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...)