X Tutup
Skip to content

Latest commit

 

History

History
112 lines (44 loc) · 3.76 KB

File metadata and controls

112 lines (44 loc) · 3.76 KB

History of changes for WinPython 3.4.1.1

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

Tools

Removed packages:

  • MinGW32 4.8.1 ((32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers)

Python packages

New packages:

Upgraded packages:

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

  • PyOpenGL 3.1.0b3 → 3.1.0 (Cross platform Python binding to OpenGL and related APIs)

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

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

  • docutils 0.11 → 0.12 (Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText))

  • ipython 2.1.0 → 2.2.0 (Enhanced Python shell)

  • mahotas 1.1.0 → 1.2.1 (Computer Vision library)

  • numpy-MKL 1.8.1 → 1.8.2 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module))

  • patsy 0.2.1 → 0.3.0 (Describing statistical models using symbolic formulas)

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

  • scikit-image 0.10.0 → 0.10.1 (Image processing toolbox for SciPy)

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

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

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

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

Removed packages:

  • PySide 1.2.2 (Python binding of the cross-platform GUI toolkit Qt)

X Tutup