Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2016-01 Follow-up #217

Closed
stonebig opened this issue Dec 12, 2015 · 17 comments
Closed

release 2016-01 Follow-up #217

stonebig opened this issue Dec 12, 2015 · 17 comments

Comments

@stonebig
Copy link
Contributor

WinPython 2016-01 (2016-02-09)

Features:

  • Highlight:
    • Jupyter Notebook 4.1 / Ipython 4.1.1 ('Search & replace' and 'run_all' options), bokeh 0.11.0
    • numpy 1.10.4 and numba 0.23.1 now allows usage of '@' multiplicator for WinPython 3.5
    • two icons change:
      • "Spyder (reset)" replaces "Spyder (light)",
      • "IDLEX" superseds "IDLE"
    • WinPython3.5 now exists also in 32 bit
  • New packages:
    • data visualization: ptpython, IDLEX
    • data acquisition: pyreadline
  • Upgrades:
    • data visualization: matplotlib 1.5.1, Holoviews 1.4.1+
    • data crunching: scipy 0.17.0, Pulp for WinPython 3.5
    • data acquisition: pep 8.0.2 / setuptools 19.6.2
  • Cleanups:
    • reorganization of documentation Notebooks: be more "run all" and "beginner" friendly
    • improved pip compatibility
  • Removals:
    • Scite
    • no more mid-size WinPython "slim" ("uninstall" from WinPython full size is the suggested workaround)
  • Specific Notes:

Many thanks to Steve Dower, Christoph Gohlke, Carl Kleffner, Pierre Raybaut, Jupyter/SciPy/Pypa/Mingwpy/Continuum/Spyder/Holoviews teams for their continual efforts to improve Python experience on Windows.

Binaries (on sourceforge, soon uploading on github)

MD5 SHA-1 Binary Size
b212fcff675f63bbeb221c393dbe9b23 3a2b1f5b6491b880fc6c7b9ec6b39937f5d6b1cc winpython-64bit-3.4.4.1.exe 286 551 000 Bytes
dccb657160f1e47dea77597d720bb4df 4d9e6adff7cda3759463555c5e3a59d18459d0f0 winpython-32bit-3.4.4.1zero.exe 22 624 870 Bytes
bbc978f356bb91347cd1126a6c3eed0e ff84b210172f0f9cbe545caa8c572cf1af7b71da winpython-64bit-3.4.4.1zero.exe 23 346 896 Bytes
d1dd2898a7934aa01ba51465374cfab3 321c4404fe016235ce41b03ff04eaa6ea5de87ce winpython-64bit-3.5.1.2zero.exe 21 310 313 Bytes
596d6f263f6c8297fbdda6f831922501 77823c6f13df685b85ebc1c61a52500ba85e0dc0 winpython-64bit-3.5.1.2.exe 248 576 409 Bytes
34da1d7a6821e457e2708c31494e8f1c c159886986809db04286ef595003ee084136ce5b winpython-64bit-3.4.4.1qt5.exe 292 125 572 Bytes
db1c03db46988c88a81bbdf0df40037e 859e84e242db6e55f4958bb1ca0ff8e2115e10be winpython-32bit-3.4.4.1qt5.exe 246 482 598 Bytes
b5a0391082aa92b1a75c9aa3a811c999 b951f0dbc4e91429efb0b8cddbd67223439be9f8 winpython-32bit-3.4.4.1.exe 242 664 150 Bytes

(complement of February 13th)

MD5 SHA-1 Binary Size
957a696479610820f5226d6b6a3f1357 5f317a3c88b0b5b6be5b9c37cb07b9fd7d2019c6 winpython-32bit-3.5.1.2zero.exe 20 581 843 Bytes
bcbde0c3522ccc4081e9fa24aa1c5d23 40e548f9989838dc0d50515f3335ddd0a8bcc81d winpython-32bit-3.5.1.2.exe 213 270 793 Bytes

History of changes for WinPython 3.4.4.1

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

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • flask-cors 2.1.2 (A Flask extension adding a decorator for CORS support)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • idlex 1.13 (IDLE Extensions for Python)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.1 (Blaze)
  • bokeh 0.10.0 → 0.11.1 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • datashape 0.5.0 → 0.5.1 (A data description language)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipyparallel 4.1.0 → 5.0.0 (Interactive Parallel Computing with IPython)
  • ipython 4.0.1 → 4.1.1 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.1 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.1 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pulp 1.5.9 → 1.6.1 (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)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.8 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.7.0.dev0 → 0.7.0 (statistical data visualization)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

@hiccup7
Copy link

hiccup7 commented Dec 15, 2015

The "History of changes for WinPython 3.4.3.7" does not mention that NumPy was downgraded from 1.10.1 to 1.9.3 (a good thing).

Spyder 3.0.0 beta2 is now available: https://github.com/spyder-ide/spyder/releases

I noticed some changes on the gohlke site:

  • Spyder is removed
  • pylint and support packages are removed (the versions in WinPython 3.4.3.7 are working well)
  • NumPy 1.10.2 is available
  • NumPy 1.10.2 is 4 times the file size of NumPy 1.9.3+mkl for 64-bit Python 3.4

Is gohlke's build of NumPy 1.10.2 compiled with MKL or OpenBLAS?

@stonebig
Copy link
Contributor Author

I thought I put a numpy 1.10.1 in a 3.4.3.6 beta, but removed it from final, so it would explain why it's not in the changelog.

Indeed Christoph doesn't supply anymore some wheels.

Christoph Gohlke has shifted the MKL "bulk" from each independant package into "numpy" itself.
==> You can notice that change from 1 release ago when 80Mo of binary weight moved from scipy package to numpy package, and other packages became smaller.

Christoph Gohlke is MKL-only at the moment.

@hiccup7
Copy link

hiccup7 commented Dec 19, 2015

Spyder, pylint and support packages are back on Christoph Gohlke's site. Also, he renamed the NumPy 1.10.2 wheels to clarify which ones are compiled with MKL. I did a file compare on the 64-bit Python 3.4 variant before and after renaming, and they are a binary match.

Are his MKL NumPy 1.10.2 wheels compatible with the WinPython 3.4.3.7 build? If so, would SciPy 0.16.1 still use the MKL from NumPy 1.9.3 since SciPy 0.16.1 contains the MKL "bulk"? Note that his web page says "Many binaries depend on NumPy-1.9+MKL".

@stonebig
Copy link
Contributor Author

WinPython 3.4.3.7 already use Christoph Gohlke wheels with the "MKL" weight moved to numpy (around November 19th for Python 3.4, sooner for Python 3.5).

Scipy of WinPython 3.4.3.7 = scipy-0.16.1-cp34-none-win_amd64.whl / 9 870 104 Bytes / Nov. 19th

I bet this Scipy wheel targeted Numpy-1.9.3, but it doesn't mean that there is a compatibility issue.
==> the "objective" way to be check that is to launch "import scipy;scipy.test()"

WinPython 3.4.3.6 had still a Scipy 0.16.1 wheel with MKL inside itself. you can grab these older wheels at "sourceforge.net/projects/winpython/files/WinPython_Source/Do_It_Yourself/Winpython_2015-07/basedir34/"

@hiccup7
Copy link

hiccup7 commented Dec 23, 2015

pylint has been updated to v1.5.2. It's dependencies astroid and wrapt have also been updated. All still available on Christoph Gohlke's site.

@stonebig stonebig changed the title release 2015-09 Follow-up release 2016-01 Follow-up Dec 23, 2015
@stonebig stonebig added this to the 2016-01 Jupyter Notebook 4.1 "search" milestone Dec 23, 2015
@yw5aj
Copy link
Contributor

yw5aj commented Dec 27, 2015

Dear stonebig,

I found something fun: https://pypi.python.org/pypi/Shapely

It integrates well with matplotlib and seems quite popular for the GIS and biology community. I ran into it for a specific plotting problem (trying to plot the union of multiple shaded areas), and thought it might be considered to add in for the project.

Shawn

@stonebig
Copy link
Contributor Author

doesn't it require you install the huge GEOS ? or is it just a small 0.5Mo wheel to be up-and-running ?

@yw5aj
Copy link
Contributor

yw5aj commented Dec 27, 2015

No it doesn't... On pypi it said "Windows users should download an executable installer from http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely", and I downloaded the 493 kb wheel to get it working.

But it's a good question! I now don't understand why it does not need GEOS. I will post back when I learn more about it.

@stonebig
Copy link
Contributor Author

Graphically speaking, my main pain of the moment is the too-big package needed to show "dask" graphs.

@stonebig
Copy link
Contributor Author

stonebig commented Jan 2, 2016

build1 (2016-01-09/10)

main features (since WinPython 2015-08 release of December 2015):

  • Jupyter Notebook 4.1.0, with 'Search & replace' and 'run_all' options,
  • WinPython3.4.4.1 is now based on Python 3.4.4,
  • WinPython3.5.1.2:
    • now includes numpy-1.10.4 which allows use of the new '@' matrix multiplier,
    • now includes Pulp
    • has still no mingwpy (or other cython compiler)
  • bokeh 0.11.0, holoviews 1.4.1++
  • R installation procedure is updated
  • the spyder (reset) icon replace the spyder-light icon

Suggested Spots for bug hunters and contributors:

  • bokeh 0.11.0
  • holoviews 1.4.1++
  • R_install.ipynb
  • the spyder (reset) icon

Next build focus:

  • fixes and smaller updates,
  • waiting Matplotlib1.5.1 final,
  • a small cleanup on toolchains.
MD5 SHA-1 Binary Size
b5a2ecd93f15e93f86aeb9b490a72c0d ed046aff1aadfe0488d09cd73a8bcf498fccf529 winpython-64bit-3.4.4.1zerobuild1.exe 23 281 616 Bytes
010726d53f8f3f214190d6a207ad457e 882d48eb4c25c36b1ac9bec3a7841cbbda31fe66 winpython-32bit-3.4.4.1zerobuild1.exe 22 553 952 Bytes
60e05000a85772043baf660185ce1867 013263eb2f2842c75ad2ba114ce1e13c724449b1 winpython-64bit-3.4.4.1qt5build1.exe 291 953 107 Bytes
6f8158a8a306e69149bcc387dd28285f cfb9246ed14870409b420e482a83cd25baac6500 winpython-64bit-3.5.1.2build1.exe 245 577 038 Bytes
8089778590e1b1081107bf4782e9b6d8 4ce4095c41c8a0068d9565ca7f90b37e30049f63 winpython-64bit-3.4.4.1build1.exe 286 371 246 Bytes

History of changes for WinPython 3.4.4.1Qt5

The following changes were made to WinPython distribution since version 3.4.3.7Qt5.

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)

Upgraded packages:

  • astroid 1.4.1 → 1.4.2 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.4.2 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1rc1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • pulp 1.5.9 → 1.6.1 (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)
  • pylint 1.5.1 → 1.5.2 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.4 (Qt plotting widgets for Python)
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.6 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0rc2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 18.7.1 → 19.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.7.9 (A Python module for creating Excel XLSX files.)

@stonebig
Copy link
Contributor Author

build2 (2016-01-16)

main features (since build1 of last week):

  • better terminal experience with: pyreadline, jupyter-console-4.1.0 (and ptpython / ptipython)
  • matplotlib 1.5.1 final
  • on WinPython 3.5: numba 0.23 now supports the '@' multiplier
  • a few updates

Suggested Spots for bug hunters and contributors:

  • numba 0.23 (on WinPython 3.5 only)

Next build focus (should be rc/final):

  • last small updates (nbconvert, numba, bokeh...)
  • maybe more recent Spyder, Seaborn and Holoviews snapshots
MD5 SHA-1 Binary Size
fbc8073e4fac5de4f97c2c960fc93ad0 5e01e65ab5f0bb0f0a45e9e8a50b2ee165447e22 winpython-64bit-3.4.4.1qt5build2.exe 292 328 099 Bytes
c81a1f53f905617b09ebde243bd26532 06628b214363a43ef857e3f9a2be00da4d20ff7c winpython-64bit-3.5.1.2build2.exe 245 697 057 Bytes
dfc89b9cb9db84b196a4c9a5fa338789 d08cbeeb803577acdc2c17897a1094d3b641c9dd winpython-32bit-3.4.4.1qt5build2.exe 246 666 530 Bytes

History of changes for WinPython 3.5.1.2 (build2)

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

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pulp 1.6.1 (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)

Upgraded packages:

  • astroid 1.4.1 → 1.4.2 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.4.2 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.0.2 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numba 0.22.1 → 0.23.0 (compiling Python code using LLVM)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • pylint 1.5.1 → 1.5.3 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • pythonqwt 0.5.3 → 0.5.4 (Qt plotting widgets for Python)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.6 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0rc2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 18.7.1 → 19.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.4 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.3 (A Python module for creating Excel XLSX files.)

History of changes for WinPython 3.4.4.1Qt5 (build2)

The following changes were made to WinPython distribution since version 3.4.3.7Qt5.

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)

Upgraded packages:

  • astroid 1.4.1 → 1.4.2 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.4.2 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.0.2 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • pulp 1.5.9 → 1.6.1 (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)
  • pylint 1.5.1 → 1.5.3 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.4 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.6 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0rc2 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 18.7.1 → 19.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.4 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.3 (A Python module for creating Excel XLSX files.)

@stonebig
Copy link
Contributor Author

build3 (2016-01-24)

main features (since build2 of last week):

  • pip 8.0.2 to check that it doesn't arm WinPython:
    • on the "relative"/"absolute patches
    • on PyQt5 and pyreadline
  • Holoviews 20160122 with options InLine=True and Webgl=False , to match Bokeh 0.11.0
  • for WinPython 3.5: numba 0.23.1
  • Seaborn 20160124 update
  • scipy 0.17.0 final , Sphinx 1.3.5
  • start reworking notebook in docs

Suggested Spots for bug hunters and contributors:

MD5 SHA-1 Binary Size
5c68fc0d1e136f1f45620312c7d98cd2 1c3bd11d70fe01acceda1ecb21def20294fd2db1 winpython-64bit-3.4.4.1qt5build3.exe 292 342 499 Bytes
ba9e848ea0669ab8b35d6c70bfdff6a8 4f203e5edabeb11d2f3112aabcf19689ec955d42 winpython-64bit-3.4.4.1build3.exe 286 755 251 Bytes
2b9c88484f9d726bab2b4d172dc91ef3 a545ffd29af2294bee7574c9767aaf39db7d8ffd winpython-64bit-3.5.1.2build3.exe 248 769 444 Bytes
4b88f1e0cfe37f96f2f12f496aac1de8 81da26a51ab356bfa576d0b39b2fac2b206b1268 winpython-32bit-3.4.4.1qt5build3.exe 246 717 044 Bytes

History of changes for WinPython 3.4.4.1Qt5 (build3)

The following changes were made to WinPython distribution since version 3.4.3.7Qt5.

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.0.3 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pulp 1.5.9 → 1.6.1 (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)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.7 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 18.7.1 → 19.4 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

History of changes for WinPython 3.5.1.2 (build3)

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

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pulp 1.6.1 (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)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • reportlab 3.2.0 (The PDF generation library)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.0.3 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numba 0.22.1 → 0.23.1 (compiling Python code using LLVM)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.7 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • setuptools 18.7.1 → 19.4 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

@stonebig stonebig reopened this Jan 23, 2016
@stonebig
Copy link
Contributor Author

build4 (2016-01-31)

main features (since build3 of last week):

  • IPython 4.1.0rc2, seaborn 0.7.0, Holoviews 20160131am
  • IDLEX icon replaces IDLE icon
  • setuptools 19.6.2,
  • an "upgrade_pip.bat" script

Suggested Spots for bug hunters and contributors:

  • check latest change (above) fit well, is everything looking nice and stable to you ?
  • contribute issues and patch to upstream projects

Next Focus:

  • tracking latest fixes from: Holoviews, Pip, Setuptools,
  • release with Bokeh 0.11.1
MD5 SHA-1 Binary Size
f2482c59808d7dfaf07e81398709a42d 43406e4321b91bfb48214a1a3d0c5a19ed7440e5 winpython-64bit-3.4.4.1build4.exe 286 964 956 Bytes
40789803af5655b0a09248d27c046f9d c8034280f9b2b0d8384e43509b42f5b2ea8d9ece winpython-64bit-3.5.1.2build4.exe 248 934 177 Bytes
28ee2de63390a0fd24980697abad9b36 5db08e8d33e64f39fade4e17b47d6f192308be95 winpython-64bit-3.4.4.1qt5build4.exe 292 506 641 Bytes

History of changes for WinPython 3.5.1.2

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

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • idlex 1.13 (IDLE Extensions for Python)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pulp 1.6.1 (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)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • reportlab 3.2.0 (The PDF generation library)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.1.0rc2 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numba 0.22.1 → 0.23.1 (compiling Python code using LLVM)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.7 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.7.0.dev0 → 0.7.0 (statistical data visualization)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

History of changes for WinPython 3.4.4.1Qt5

The following changes were made to WinPython distribution since version 3.4.3.7Qt5.

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • idlex 1.13 (IDLE Extensions for Python)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.0 (Blaze)
  • bokeh 0.10.0 → 0.11.0 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipython 4.0.1 → 4.1.0rc2 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.0 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.0 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pulp 1.5.9 → 1.6.1 (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)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.7 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.7.0.dev0 → 0.7.0 (statistical data visualization)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

@stonebig
Copy link
Contributor Author

stonebig commented Feb 4, 2016

rc/release (2016-02-04 to 6)

main features (since build4 of last week):

  • IPython 4.1.1, Bokeh 0.11.1, Blaze 0.9.1, Pillow 3.1.1, Holoviews 20160204 7pm
  • improved pip compatibility
MD5 SHA-1 Binary Size
b212fcff675f63bbeb221c393dbe9b23 3a2b1f5b6491b880fc6c7b9ec6b39937f5d6b1cc winpython-64bit-3.4.4.1rc.exe 286 551 000 Bytes
dccb657160f1e47dea77597d720bb4df 4d9e6adff7cda3759463555c5e3a59d18459d0f0 winpython-32bit-3.4.4.1zerorc.exe 22 624 870 Bytes
bbc978f356bb91347cd1126a6c3eed0e ff84b210172f0f9cbe545caa8c572cf1af7b71da winpython-64bit-3.4.4.1zerorc.exe 23 346 896 Bytes
d1dd2898a7934aa01ba51465374cfab3 321c4404fe016235ce41b03ff04eaa6ea5de87ce winpython-64bit-3.5.1.2zerorc.exe 21 310 313 Bytes
596d6f263f6c8297fbdda6f831922501 77823c6f13df685b85ebc1c61a52500ba85e0dc0 winpython-64bit-3.5.1.2rc.exe 248 576 409 Bytes
34da1d7a6821e457e2708c31494e8f1c c159886986809db04286ef595003ee084136ce5b winpython-64bit-3.4.4.1qt5rc.exe 292 125 572 Bytes
db1c03db46988c88a81bbdf0df40037e 859e84e242db6e55f4958bb1ca0ff8e2115e10be winpython-32bit-3.4.4.1qt5rc.exe 246 482 598 Bytes
b5a0391082aa92b1a75c9aa3a811c999 b951f0dbc4e91429efb0b8cddbd67223439be9f8 winpython-32bit-3.4.4.1rc.exe 242 664 150 Bytes

History of changes for WinPython 3.4.4.1

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

Tools

New packages:

  • Pandoc 1.13.1 (a universal document converter)

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • cloudpickle 0.1.1 (Extended pickling support for Python objects)
  • flask-cors 2.1.2 (A Flask extension adding a decorator for CORS support)
  • geopy 1.11.0 (Python Geocoding Toolbox)
  • idlex 1.13 (IDLE Extensions for Python)
  • ptpython 0.28 (Python REPL build on top of prompt_toolkit)
  • pyreadline 2.1 (IPython needs this module to display color text in Windows command window)
  • xarray 0.7.0 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • alabaster 0.7.6 → 0.7.7 (A configurable sidebar-enabled Sphinx theme)
  • astroid 1.4.1 → 1.4.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
  • babel 2.1.1 → 2.2.0 (Internationalization utilities)
  • blaze 0.8.3 → 0.9.1 (Blaze)
  • bokeh 0.10.0 → 0.11.1 (Statistical and novel interactive HTML plots for Python)
  • bqplot 0.5.0 → 0.5.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
  • cffi 1.3.1 → 1.5.0 (Foreign Function Interface for Python calling C code.)
  • colorama 0.3.3 → 0.3.5 (Cross-platform colored terminal text)
  • dask 0.7.5 → 0.7.6 (Minimal task scheduling abstraction)
  • datashape 0.5.0 → 0.5.1 (A data description language)
  • guidata 1.7.4 → 1.7.5 (Automatically generated graphical user interfaces for easy data set edition and display)
  • guiqwt 3.0.1 → 3.0.2 (Efficient curve/image plotting and other GUI tools for scientific data processing software development)
  • holoviews 1.4.0 → 1.4.1 (Composable, declarative data structures for building complex visualizations easily.)
  • ipykernel 4.2.1 → 4.2.2 (IPython Kernel for Jupyter)
  • ipyparallel 4.1.0 → 5.0.0 (Interactive Parallel Computing with IPython)
  • ipython 4.0.1 → 4.1.1 (Enhanced Python shell)
  • jedi 0.8.1 → 0.9.0 (An autocompletion tool for Python that can be used for text editors)
  • joblib 0.9.3 → 0.9.4 (Lightweight pipelining: using Python functions as pipeline jobs.)
  • jupyter-console 4.0.3 → 4.1.0 (Jupyter metapackage. Install all the Jupyter components in one go.)
  • keras 0.3.0 → 0.3.1 (Theano-based Deep Learning library)
  • matplotlib 1.5.0 → 1.5.1 (2D plotting library (embeddable in GUIs created with PyQt))
  • netcdf4 1.2.1 → 1.2.2 (python/numpy interface to netCDF library (versions 3 and 4))
  • notebook 4.0.6 → 4.1.0 (# Jupyter Notebook)
  • numpy 1.9.3 → 1.10.4 (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
  • oct2py 3.3.3 → 3.4.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.4 → 0.4.1 (Data migration in Python)
  • pep8 1.6.2 → 1.7.0 (Python style guide checker)
  • pickleshare 0.5 → 0.6 (Tiny 'shelve'-like database with concurrency support)
  • pillow 3.0.0 → 3.1.1 (Python Imaging Library (fork))
  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • prompt-toolkit 0.54 → 0.57 (Library for building powerful interactive command lines in Python)
  • psutil 3.3.0 → 3.4.2 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pulp 1.5.9 → 1.6.1 (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)
  • pygments 2.0.2 → 2.1 (Generic syntax highlighter for general use in all kinds of software)
  • pylint 1.5.1 → 1.5.4 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
  • pymongo 3.1.1 → 3.2 (Python driver for MongoDB http://www.mongodb.org)
  • pyparsing 2.0.6 → 2.0.7 (A Python Parsing Module)
  • pyserial 2.7 → 3.0.1 (Library encapsulating the access for the serial port)
  • pytest 2.8.4 → 2.8.5 (pytest: simple powerful testing with Python)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • pythonqwt 0.5.3 → 0.5.5 (Qt plotting widgets for Python)
  • pywin32 219 → 220 (Python library for Windows)
  • pyzmq 15.1.0 → 15.2.0 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
  • qtpy 0.1.2 → 0.1.3 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
  • requests 2.8.1 → 2.9.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • requests-toolbelt 0.5.0 → 0.5.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
  • rpy2 2.7.4 → 2.7.8 (Python interface to the R language (embedded R))
  • scipy 0.16.1 → 0.17.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.7.0.dev0 → 0.7.0 (statistical data visualization)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
  • snowballstemmer 1.2.0 → 1.2.1 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)
  • sphinx 1.3.3 → 1.3.5 (Tool for generating documentation which uses reStructuredText as its markup language)
  • sqlalchemy 1.0.9 → 1.0.11 (SQL Toolkit and Object Relational Mapper)
  • traitlets 4.0.0 → 4.1.0 (Traitlets Python config system)
  • twine 1.6.4 → 1.6.5 (Collection of utilities for interacting with PyPI)
  • wcwidth 0.1.5 → 0.1.6 (Measures number of Terminal column cells of wide-character codes)
  • werkzeug 0.11.2 → 0.11.3 (The Swiss Army knife of Python web development)
  • wrapt 1.10.5 → 1.10.6 (A Python module for decorators, wrappers and monkey patching.)
  • xlsxwriter 0.7.7 → 0.8.4 (A Python module for creating Excel XLSX files.)

Removed packages:

  • xray 0.6.1 (N-D labeled arrays and datasets in Python)

@stonebig
Copy link
Contributor Author

stonebig commented Feb 5, 2016

History of changes for WinPython 3.4.4.1Zero (release candidate)

The following changes were made to WinPython distribution since version 3.4.3.7Zero.

Tools

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • idlex 1.13 (IDLE Extensions for Python)

Upgraded packages:

  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • Python 3.4.3 → 3.4.4 (Python programming language with standard library)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)

History of changes for WinPython 3.5.1.2Zero (release candidate)

The following changes were made to WinPython distribution since version 3.5.1.1Zero.

Tools

Removed packages:

  • SciTE 3.3.7 (SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor)

Python packages

New packages:

  • idlex 1.13 (IDLE Extensions for Python)

Upgraded packages:

  • pip 7.1.2 → 8.0.2 (A tool for installing and managing Python packages)
  • setuptools 18.7.1 → 19.6.2 (Download, build, install, upgrade, and uninstall Python packages - easily)

@stonebig
Copy link
Contributor Author

stonebig commented Feb 9, 2016

History of release:

  • remove changelogs and package index from Wiki (huge simplification)
  • Automate changelog creation with ".md" termination (winpython-20151212post1)
  • Re-employ "Spyder (light)" icon as "Spyder (reset)" (following Spyder 3.0.0.beta3)
  • blaze 0.9, holoviews 1.4.1
  • spyder 3.0.0b2-20151220
  • python 3.4.4
  • more python-prompt related stuff: ptpython
  • Pulp 1.6.1 now also for WinPython 3.5
  • have changelog automatically correct on SciTe and Pandoc
  • holoviews1.4.1+20151226 or better (python 3 fix)
  • include Brandon Rhode's Pandas pycon 2015 tutorial + Pandas api in "Beginners's FAQ"
  • redo a installing_R procedure (not perfect, but simpler than with Ipython 3)
  • include in installing_R.ipynb the nice hack from Thomas Kluyver (Relativity IRkernel/IRkernel#239 (comment))
  • include TomAugspurger dplyr_pandas as a documentation of pandas (and R)
  • updates packages: Scipy-0.17.0rc1, ...
  • try a pyqtgraph-master update to 20160101
  • Jupyter-notebook 4.1.0rc1
  • matplotlib 1.5.1rc1 (2016-01-03)
  • Pillow-3.1.0, numpy 1.10.2
  • numpy 1.10.2 (hoping for a wheel >= 2016-01-02 for release)
  • "dask[complete]" in requirements
  • numpy 1.10.4
  • bokeh 0.11.0 + bokeh.bat (not ultra-clean, but so much better with tornado)
  • holoviews1.4.1-20160107-patch_bokeh_and_pandas
  • jupyter Notebook 4.1.0
  • scipy 0.17.0rc2, holoviews 1.4.1-20160109

(beta 1, around 2015-01-10, +/-1, targeted packages all there in rc1 shape)

  • matplotlib 1.5.1
  • ipython 4.0.2,
  • pyzmq 15.2.0 windows bug fix
  • convert readme in readme.rst (a better look, waiting a rewrite)
  • experiment: numba 0.23.0 for WinPython3.5 (brings the "@" multiplier)
  • holoviews latest fix (2015-01-14)
  • traitlets 4.1.0 (will be used per Matplotlib 2.1)
  • jupyter-console 4.1.0
  • eating my bad soup pyreadline until ipython/Jupyter_console 5.0
  • updates

(beta- 2, around 2015-01-16, numba 0.23 in WinPython3.5)

  • Holoviews fixes for widgets 2016-01-17
  • geopy (after seing https://twitter.com/DocFast/status/688789025340014592), discovering mybinder.org with this example
  • IPython 4.0.3
  • numba 0.23.1
  • xray renames itself xarray
  • pip 8.0.2 (comes tomorrow, long life to dstufft)
  • seaborn - 20160122 5pm gmt
  • Holoviews 20160123 with "low profile" Bokeh options:
    • hv.notebook_extension(bokeh=True, inline=True);
    • hv.Store.renderers['bokeh'].webgl = False
  • scipy 0.17.0
  • start re-tuning documentation notebooks in the spirit of (https://youtu.be/2-SB2Soxl30?t=899):
    • onboarding: "run all" friendly WinPython_checker = Qt+rx+bqplot removed
    • one detailed Notebook per thematic =
      • a "Qt libraries" notebook
      • "dplyr-pandas" is made "R-less" and "run all" friendly
  • last updates: sphinx 1.3.5, seaborn - 20160124 7am gmt
  • reportlab in WinPython3.5 (a miss, there was no reason)

(build3, 2015-01-24: pip8.0.2, scipy0.17.0, Reportlab in WinPython3.5, too late changes to do a full rc)

  • seaborn 0.7.0 final
  • setuptools 19.6.1
  • Ipython 4.1.0rc2, will avoid pyreadline being loaded in the notebook and qtconsole.
  • IDLEX replace IDLE (needed in some french exam: the corrector can better see the line number)
  • doing a scripts\upgrade_pip (may simplify users life, when spamed by pip)
  • setuptools 19.6.2
  • holoviews - 20160131am
  • clear pip cache

(build4, 2015-01-31: in waiting of Bokeh)

  • patch a second line of 'pip', so it writes only relative path in 'RECORD' files
  • ipython 4.1.1 final
  • ipyparallel 5.0.0 (if time to check it works... looks ok)
  • rpy 2.7.8 (a windows fix)
  • check pip and setuptools issue list
  • holoviews 20160204 7pm uk
  • bokeh 0.11.1, blaze 0.9.1, Pillow 3.1.1
  • flask-cors (claimed by Blaze)

(rc/release, around 2015-02-4 and 5)

@stonebig stonebig reopened this Feb 11, 2016
@stonebig
Copy link
Contributor Author

adding WinPython3.5.1.2 on 32 bit (rc then release), after solving the how-to-do-it problem I had.

MD5 SHA-1 Binary Size
957a696479610820f5226d6b6a3f1357 5f317a3c88b0b5b6be5b9c37cb07b9fd7d2019c6 winpython-32bit-3.5.1.2zerorc.exe 20 581 843 Bytes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants