Skip to content

Latest commit

 

History

History
90 lines (35 loc) · 3.96 KB

WinPython-2.7.9.1_History.md

File metadata and controls

90 lines (35 loc) · 3.96 KB

History of changes for WinPython 2.7.9.1

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

Tools

Upgraded packages:

Python packages

New packages:

  • PuLP 1.5.6 (PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems)

  • enum34 1.0.4 (Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4)

  • tqdm 1.0 (A Simple Python Progress Meter)

Upgraded packages:

  • PyQt4 4.10.4 → 4.11.3 (Python bindings for the Qt cross platform GUI toolkit)

  • Pygments 1.6 → 2.0.1 (Generic syntax highlighter for general use in all kinds of software)

  • Python 2.7.8 → 2.7.9 (Python programming language with standard library)

  • XlsxWriter 0.6.2 → 0.6.4 (A Python module for creating Excel XLSX files.)

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

  • db.py 0.3.1 → 0.3.5 (a db package that doesn't suck)

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

  • julia 0.1.1.5 → 0.1.1.6 (Python interface to the Julia language)

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

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

  • pandas 0.15.1 → 0.15.2 (Powerful data structures for data analysis, time series and statistics)

  • psutil 2.1.1 → 2.1.3 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)

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

  • python-dateutil 2.2 → 2.3 (Powerful extensions to the standard datetime module)

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

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

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

  • seaborn 0.4.0 → 0.5.1 (statistical data visualization)

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

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

  • sqlparse 0.1.13 → 0.1.14 (Non-validating SQL parser)

  • statsmodels 0.6.0 → 0.6.1 (Statistical computations and models for use with SciPy)

  • sympy 0.7.5 → 0.7.6 (Symbolic Mathematics Library)