Skip to content

Latest commit

 

History

History
130 lines (56 loc) · 6.17 KB

WinPython-3.3.5.2_History.md

File metadata and controls

130 lines (56 loc) · 6.17 KB

History of changes for WinPython 3.3.5.2

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

Python packages

New packages:

  • PyYAML 3.11 (YAML parser and emitter for Python)

  • XlsxWriter 0.5.9 (A Python module for creating Excel XLSX files.)

  • beautifulsoup4 4.3.2 (Screen-scraping library)

  • decorator 3.4.0 (Better living through Python with decorators)

  • husl 4.0.0 (Human-friendly HSL (Hue-Saturation-Lightness))

  • llvmpy 0.12.7 (Python bindings for LLVM)

  • lmfit 0.8.0 (Least-Squares Minimization with Bounds and Constraints)

  • lxml 3.4.0 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • nltk 3.0.0 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)

  • numba 0.15.1 (compiling Python code using LLVM)

  • prettytable 0.7.2 (A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.)

  • requests 2.4.3 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)

  • scilab2py 0.5 (Python to Scilab bridge)

  • singledispatch 3.4.0.3 ()

  • sqlparse 0.1.13 (Non-validating SQL parser)

  • wheel 0.24.0 (A built-package format for Python.)

Upgraded packages:

  • Cython 0.20.2 → 0.21.1 (Cython is a language that makes writing C extensions for the Python language as easy as Python)

  • Pillow 2.5.2 → 2.6.1 (Python Imaging Library (fork))

  • SQLAlchemy 0.9.7 → 0.9.8 (SQL Toolkit and Object Relational Mapper)

  • Sphinx 1.2.2 → 1.2.3 (Tool for generating documentation which uses reStructuredText as its markup language)

  • astroid 1.2.0 → 1.2.1 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))

  • brewer2mpl 1.4 → 1.4.1 (Connect colorbrewer2.org color maps to Python and matplotlib)

  • colorama 0.3.1 → 0.3.2 (Cross-platform colored terminal text)

  • ipython 2.2.0 → 2.3.0 (Enhanced Python shell)

  • ipython-sql 0.3.3 → 0.3.4 (Enhanced Python shell)

  • joblib 0.8.2 → 0.8.3_r1 (Lightweight pipelining: using Python functions as pipeline jobs.)

  • julia 0.1.1.2 → 0.1.1.4 (Python interface to the Julia language)

  • logilab-common 0.61.0 → 0.62.1 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))

  • matplotlib 1.3.1 → 1.4.1 (2D plotting library (embeddable in GUIs created with PyQt))

  • mysql-connector-python 1.2.2 → 1.2.3 (MySQL driver written in Python)

  • networkx 1.9 → 1.9.1 (Python package for creating and manipulating graphs and networks)

  • nose 1.3.3 → 1.3.4 (nose is a discovery-based unittest extension (e.g. NumPy test module is using nose))

  • pandas 0.14.1 → 0.15.0 (Powerful data structures for data analysis, time series and statistics)

  • pg8000 1.9.14 → 1.10.1 (PostgreSQL interface library)

  • pylint 1.3.0 → 1.3.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)

  • pyparsing 2.0.2 → 2.0.3 (A Python Parsing Module)

  • pytz 2014.4 → 2014.7 (World Timezone Definitions for Python)

  • rpy2 2.4.3 → 2.4.4 (Python interface to the R language (embedded R))

  • scikit-learn 0.15.1 → 0.15.2 (A set of Python modules for machine learning and data mining)

  • seaborn 0.3.1 → 0.4.0 (statistical data visualization)

  • setuptools 5.4.2 → 5.8 (Download, build, install, upgrade, and uninstall Python packages - easily)

  • simplejson 3.6.2 → 3.6.4 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)

  • six 1.7.2 → 1.8.0 (Python 2 and 3 compatibility utilities)

  • spyder 2.3.0 → 2.3.1 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)

  • sqlite_bro 0.8.6 → 0.8.7.4 (a graphic SQLite Client in 1 Python file)

  • statsmodels 0.5.0 → 0.6.0-rc1 (Statistical computations and models for use with SciPy)

  • tornado 4.0.1 → 4.0.2 (Scalable, non-blocking web server and tools (required for IPython notebook))

Removed packages:

  • PyQtdoc 4.8.4 (PyQtdoc installs Qt documentation for PyQt4)

  • Scidoc 1.8.0 (Scidoc installs scientific libraries documentation (NumPy, SciPy, ...))