Skip to content

release 2015-06 follow-up (early august 2015) #109

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

Closed
stonebig opened this issue Jun 26, 2015 · 19 comments
Closed

release 2015-06 follow-up (early august 2015) #109

stonebig opened this issue Jun 26, 2015 · 19 comments

Comments

@stonebig
Copy link
Contributor

Winpython 2015-06 (2015-08-09) 'Cleanups'

(soon on Sourceforge, later on Github)

Features:

  • Highlight:
    • the compiler functionality is now packaged in a 'mingwpy' wheel
    • there is a PyQt5 branch: with PyQt5.5.0, without Qt4-only packages
    • WinPython Packet Manager uses directly pip to install tar.gz and .zip packages
    • cleanups in the graphic packages
  • New packages:
    • data acquisition: twitter, pyaudio
    • data crunching: xray, netcdf4, blaze
    • data visualization: Bokeh, Holoviews
  • Upgrades:
    • data crunching: scipy 0.16.0, numba 0.20.0, llvmlite 0.6.0, mingwpy 0.1.0b3, dask 0.6.0,
    • data visualization: IPython 3.2.1, seaborn 0.6.0, Pillow 2.9.0, PyQtGraph 0.9.10 of 2015-07-31
  • Cleanups:
    • cleanup python3.3 specific code (no more WinPython for Python 3.3)
    • cleanup pre-mingwpy and pre-IPython3 code
  • Removals:
    • data visualization: ggplot, mahotas, vispy, VPython
    • cleanup old code related to dropped compiler / IPython 2 / Python 3.3
    • there is no openblas wheel yet for the new compiler.

Specific Note about PyQt5.5 branch:

  • it is NEW, so probably not totally mature,
  • use Spyder 3.0.0dev github branch (of 2015-08-08)
  • needed a small patch of PyQt5.5.0 QtDemo
  • use PyQtGraph github branch (of 2015-07-31)
  • loss of Qt4 only packages: PyQtdesignerplugins, PyQwt, formlayout, guidata, ViTables

Christoph Gohlke expertize was more than welcomed again, this time to create a Spyder 3.0.0 wheel.

Thank you, Christoph !

MD5 SHA-1 Binary Size
ebf731a31cd779b9a9e9df2b0a37ed9f 296ba7018a3b3168d8296390ac4a01d3dd23dab2 winpython-64bit-3.4.3.5.exe 280 497 035 Bytes
6d203d40558aebcc80cbef0ef5503aa1 7f6477ae92fbecf57497e57628a873bcce14f7cf winpython-32bit-3.4.3.5.exe 226 997 189 Bytes
f383793798e1899531bf11c33e47cf5b acaa8e0b62e6741d7d699ea9961ee0cc640c8323 winpython-32bit-2.7.10.2.exe 223 506 901 Bytes
2b9b518146b7f7f010ef1d4ef9691849 2b382f36cf8f2144d610748e36fa052839433e98 winpython-64bit-2.7.10.2.exe 278 219 513 Bytes
2b6b44ac91847974eaf78df69b35b590 e9cb4b45e850aefa71721d1f866a4f08fd1399b1 winpython-64bit-3.4.3.5qt5.exe 286 088 943 Bytes

History of changes for WinPython 3.4.3.5

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

Tools

Removed packages:

  • MinGW32 4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))
  • gettext 0.14.4 (GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module))

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • PyAudio 0.2.8 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • mingwpy 0.1.0b3 (the python friendly windows compiler toolchain)
  • netCDF4 1.1.9 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • bcolz 0.9.0 → 0.10.0 (columnar and compressed data containers.)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • tables 3.2.0 → 3.2.1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)

Removed packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

@stonebig
Copy link
Contributor Author

stonebig commented Jul 9, 2015

build1 (2015-07-09: scipy 0.16.0rc1, seaborn 0.6, Bokeh, Holoviews, Twitter)

main features:

  • upgrade of scipy, seaborn, numba,
  • a Twitter package
  • graphic packages changes:
    • in = bokeh 0.9.1 + holoviews 1.3.2 ,
    • out = ggplot + vispy + Vpython
MD5 SHA-1 Binary
db38e77673e0e2f3afa0dbfe00d2603e 2d65e5c9daa4eda3fca05f7245864299ed8e825c winpython-64bit-3.4.3.5_build1.exe
1d3c9cdf2a5d7bcc18629010c0b088e9 9e1ab6920fe7df85a480faae3044b2b9038ccc00 winpython-32bit-3.4.3.5_build1.exe

History of changes for WinPython 3.4.3.5_build1

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

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • bokeh 0.9.1 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))

Upgraded packages:

  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • dask 0.5.0 → 0.6.0 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • mahotas 1.2.4 → 1.4.0 (Computer Vision library)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pytz 2015.4 → 2013b0 (World Timezone Definitions for Python)
  • scipy 0.15.1 → 0.16.0rc1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)

Removed packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • vispy 0.4.0 (Interactive visualization in Python)

@stonebig stonebig changed the title release 2015-06 follow-up (end august 2015) release 2015-06 follow-up (early august 2015) Jul 10, 2015
@stonebig
Copy link
Contributor Author

build2 (2015-07-14: Ipython 3.2.1, xray, blaze)

main features:

  • IPython 3.2.1
  • new packages: xray, blaze
  • removed package: mahotas
  • notable simplification: WinPython Packet Manager (WPPM) now use standard pip to install 'tar.gz' and '.zip' packages
MD5 SHA-1 Binary
1a1e2857e1c4930d7a3816750c484a6f f437515435973b2bd15f85aafe38a1aecd2fd824 winpython-64bit-3.4.3.5_build2.exe (285 956 825 bytes)

History of changes for WinPython 3.4.3.5

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

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.1 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • netCDF4 1.1.8 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.1 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • dask 0.5.0 → 0.6.0 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pytz 2015.4 → 2013b0 (World Timezone Definitions for Python)
  • scipy 0.15.1 → 0.16.0rc1 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)

Removed packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • mahotas 1.2.4 (Computer Vision library)
  • vispy 0.4.0 (Interactive visualization in Python)

@yw5aj
Copy link
Contributor

yw5aj commented Jul 21, 2015

Hi - just wondering...
"check in list of jakevdp: xray (2Mo), pyMC(5Mo), ..."
Does that mean pyMC is planned to be included?

@stonebig
Copy link
Contributor Author

No unless you want it otherwise, with some objective arguments. I'm a fan of jakevdp, but I don't necessarly agree with all that he said. For example, I think Vispy will stay in alpha forever, overtaken per blaze, and ggplot died a long time ago

@yw5aj
Copy link
Contributor

yw5aj commented Jul 21, 2015

@stonebig Thanks for your response! Still checking that package out. Will report back later if I think it's useful :)

@stonebig
Copy link
Contributor Author

build3Qt5 (2015-07-23: Spyder3.0.0dev , PyQt5.5.0)

main features:

  • first try at Qt5.5, (a WorldWild Wild first, probably)
  • probably a lot of bugs to hunt,
  • no more Qt4 packages

==> Only for people willing to help bug hunting for Qt5.5.

Due to current Sourceforge problems, the version is currently uloading there on Github:
https://github.com/winpython/winpython/releases/edit/1.2.20150723qt5

MD5 SHA-1 Binary
5abba6df8412484ddfad876dcdcef384 50fd3a0ba3862ecbbab01f9a7193a718caf5fbcd winpython-64bit-3.4.3.5_build3qt5.exe (290 839 243 bytes)

History of changes for WinPython 3.4.3.5

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

Python packages

Upgraded packages:

  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • PyQt5 5.4.1 → 5.5 (Python bindings for the Qt cross platform GUI toolkit)
  • SQLAlchemy 1.0.5 → 1.0.7 (SQL Toolkit and Object Relational Mapper)
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • spyder 2.3.5.2 → 3.0.0dev (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xray 0.5.1 → 0.5.2 (N-D labeled arrays and datasets in Python)

Removed packages:

  • runipy 0.1.3 (Run IPython notebooks from the command line)

@stonebig
Copy link
Contributor Author

build4 (2015-07-25: bokeh 0.9.2, dask 0.6.1, scipy 0.16.0)

main features:

  • stabilization work on Bokeh

This build is loaded on the github tag https://github.com/winpython/winpython/releases/edit/untagged-6f4ce056b6ad1143cf2a

MD5 SHA-1 Binary
0d84eb20f5ad2a67e0398683fc4db59f 19350d0f164165e1b9ecdfd35801601e0aa11596 winpython-64bit-3.4.3.5_build4.exe

History of changes for WinPython 3.4.3.5

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

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • netCDF4 1.1.8 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • bcolz 0.9.0 → 0.10.0 (columnar and compressed data containers.)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)

Removed packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

@stonebig
Copy link
Contributor Author

build5 (2015-07-28: mingwpy ! )

Main Features of build5 :

  • change to beta3 of GCC compiler toolchain in a wheel (mingwpy)
  • there is no Openblas complement (until it becomes available the wheel way too).

==> The mingwpy maintainers would be very pleased to have some feedback on this.

This build is loaded on the github tag https://github.com/winpython/winpython/releases/tag/1.2.20150729

MD5 SHA-1 Binary
9e9cc332918481239b8ff0d63420acc3 83c9837159beef31df33257826c1f28022c36bc3 winpython-64bit-3.4.3.5_build5.exe

History of changes for WinPython 3.4.3.5

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

Tools

Removed packages:

  • MinGW32 4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))
  • gettext 0.14.4 (GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module))

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • PyAudio 0.2.8 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • mingwpy 0.1.0b3 (the python friendly windows compiler toolchain)
  • netCDF4 1.1.8 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • bcolz 0.9.0 → 0.10.0 (columnar and compressed data containers.)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)

Removed packages:

  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ggplot 0.6.5 (ggplot for python)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

@stonebig
Copy link
Contributor Author

build6 Qt5 (2015-07-31: first round of Bug fixes, )

Main Features of build6 for Qt5:

  • spyder 3.0.0dev master github of july 30th,
  • PyQtGraph master github of july 29th,
  • PyQt5.4.1 instead of PyQt5.5.0,
  • mingwpy.

==> It should be much more stable, but still recommanded only for users motivated on helping Qt5 support in Python packages.

This build is loaded on the github tag https://github.com/winpython/winpython/releases/tag/1.2.20150731Qt5

warning: issue detecteed with babel2.0 upgrade
==> please remove babel2.0 (and install babel 1.3 instead)

MD5 SHA-1 Binary
a628f9ab22f470816b672798458df10a 6b8040d0e538b09437f9aa23303303e913aabd32 winpython-64bit-3.4.3.5_build6qt5.exe

History of changes for WinPython 3.4.3.5

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

Tools

Removed packages:

  • MinGW32 4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))
  • gettext 0.14.4 (GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module))

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • PyQt5 5.4.1 (Python bindings for the Qt cross platform GUI toolkit)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • mingwpy 0.1.0b3 (the python friendly windows compiler toolchain)
  • netCDF4 1.1.9 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Babel 1.3 → 2.0 (Internationalization utilities)
  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • pytz 2015.4 → 2013b0 (World Timezone Definitions for Python)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • spyder 2.3.5.2 → 3.0.0dev (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)

Removed packages:

  • PyQt4 4.11.4 (Python bindings for the Qt cross platform GUI toolkit)
  • PyQtdesignerplugins 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
  • PyQwt 5.2.1 (2D plotting library (set of Python bindings for the Qwt library featuring fast plotting))
  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ViTables 2.1 (Graphical tool for browsing and editing files in both HDF5 and PyTables formats)
  • formlayout 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
  • ggplot 0.6.5 (ggplot for python)
  • guidata 1.6.2 (Automatically generated graphical user interfaces for easy data set edition and display)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

@stonebig
Copy link
Contributor Author

stonebig commented Aug 1, 2015

New build with PyQt5, PyQt5.5.0 is definitively back.

https://github.com/winpython/winpython/releases/tag/1.2.20150801Qt5

@stonebig
Copy link
Contributor Author

stonebig commented Aug 7, 2015

Öups ! I started uploading to 3.4.2.5 instead of 3.4.3.5.... to rectify when the uploads on the proper place will be done

@stonebig
Copy link
Contributor Author

stonebig commented Aug 9, 2015

History of changes for WinPython 3.4.3.5Qt5

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

Tools

Removed packages:

  • MinGW32 4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))
  • gettext 0.14.4 (GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module))

Python packages

New packages:

  • Markdown 2.6.2 (Python implementation of Markdown.)
  • PyAudio 0.2.8 (Bindings for PortAudio v19, the cross-platform audio input/output stream library.)
  • PyQt5 5.5 (Python bindings for the Qt cross platform GUI toolkit)
  • blaze 0.8.2 (Blaze)
  • bokeh 0.9.2 (Statistical and novel interactive HTML plots for Python)
  • greenlet 0.4.7 (Lightweight in-process concurrent programming)
  • holoviews 1.3.2 (Composable, declarative data structures for building complex visualizations easily.)
  • locket.py 0.2.0 (File-based locks for Python for Linux and Windows)
  • mingwpy 0.1.0b3 (the python friendly windows compiler toolchain)
  • netCDF4 1.1.9 (python/numpy interface to netCDF library (versions 3 and 4))
  • param 1.3.2 (Declarative Python programming using Parameters.)
  • partd 0.3.2 (Appendable key-value storage)
  • pystache 0.5.4 (Mustache for Python)
  • twitter 1.17.0 (An API and command-line toolset for Twitter (twitter.com))
  • xray 0.5.2 (N-D labeled arrays and datasets in Python)

Upgraded packages:

  • Keras 0.1.1 → 0.1.2 (Theano-based Deep Learning library)
  • Pillow 2.8.2 → 2.9.0 (Python Imaging Library (fork))
  • SQLAlchemy 1.0.5 → 1.0.8 (SQL Toolkit and Object Relational Mapper)
  • alabaster 0.7.4 → 0.7.6 (A configurable sidebar-enabled Sphinx theme)
  • bcolz 0.9.0 → 0.10.0 (columnar and compressed data containers.)
  • beautifulsoup4 4.3.2 → 4.4.0 (Screen-scraping library)
  • click 4.0 → 4.1 (A simple wrapper around optparse for powerful command line utilities.)
  • dask 0.5.0 → 0.6.1 (Minimal task scheduling abstraction)
  • datashape 0.4.5 → 0.4.6 (A data description language)
  • dill 0.2.2 → 0.2.3 (serialize all of python (almost))
  • ipython 3.2.0 → 3.2.1 (Enhanced Python shell)
  • llvmlite 0.5.1 → 0.6.0 (lightweight wrapper around basic LLVM functionality)
  • logilab_common 0.63.2 → 1.0.2 (Collection of low-level Python packages and modules used by Logilab projects (required for pylint))
  • mistune 0.5.1 → 0.7 (The fastest markdown parser in pure Python, inspired by marked.)
  • multipledispatch 0.4.7 → 0.4.8 (A relatively sane approach to multiple dispatch in Python)
  • nltk 3.0.2 → 3.0.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)
  • numba 0.19.2 → 0.20.0 (compiling Python code using LLVM)
  • oct2py 3.2.0 → 3.3.0 (Python to GNU Octave bridge --> run m-files from python.)
  • odo 0.3.2 → 0.3.3 (Data migration in Python)
  • patsy 0.3.0 → 0.4.0 (Describing statistical models using symbolic formulas)
  • pip 7.0.3 → 7.1.0 (A tool for installing and managing Python packages)
  • psutil 3.0.0 → 3.1.1 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
  • pymongo 3.0.2 → 3.0.3 (Python driver for MongoDB http://www.mongodb.org)
  • pyodbc 3.0.9 → 3.0.10 (DB API Module for ODBC)
  • rpy2 2.6.0 → 2.6.1 (Python interface to the R language (embedded R))
  • scipy 0.15.1 → 0.16.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
  • seaborn 0.5.1 → 0.6.0 (statistical data visualization)
  • simplejson 3.7.3 → 3.8.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
  • spyder 2.3.5.2 → 3.0.0.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
  • tables 3.2.0 → 3.2.1 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
  • tornado 4.2 → 4.2.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
  • xlrd 0.9.3 → 0.9.4 (Extract data from Microsoft Excel spreadsheet files)

Removed packages:

  • PyQt4 4.11.4 (Python bindings for the Qt cross platform GUI toolkit)
  • PyQtdesignerplugins 1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib, guiqwt, etc.) for PyQt4)
  • PyQwt 5.2.1 (2D plotting library (set of Python bindings for the Qwt library featuring fast plotting))
  • VPython 5.74 (A free, open-source module for producing real-time 3D scenes with Python)
  • ViTables 2.1 (Graphical tool for browsing and editing files in both HDF5 and PyTables formats)
  • formlayout 1.0.15 (Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code)
  • ggplot 0.6.5 (ggplot for python)
  • guidata 1.6.2 (Automatically generated graphical user interfaces for easy data set edition and display)
  • mahotas 1.2.4 (Computer Vision library)
  • runipy 0.1.3 (Run IPython notebooks from the command line)
  • vispy 0.4.0 (Interactive visualization in Python)

@pijyoi
Copy link

pijyoi commented Sep 15, 2015

Hello, for this 3.4.3.5 release, PyQtGraph master github of july 29th was
used, which I understand was for supporting Qt5. However a bugfix made on
July 12 was itself buggy, breaking the autodownsample functionality.

I raised an issue on Aug 11
pyqtgraph/pyqtgraph#214
but since then there has been no activity on pyqtgraph github.

Would it be possible for the next release to use an earlier release of
pyqtgraph?

On Sat, Aug 1, 2015 at 2:43 AM, stonebig notifications@github.com wrote:

build5 Qt5 (2015-07-31: first round of Bug fixes, )

Main Features of build6 for Qt5:

  • spyder 3.0.0dev master github of july 30th,
  • PyQtGraph master github of july 29th,
  • PyQt5.4.1 instead of PyQt5.5.0,
  • mingwpy.

==> It should be much more stable, but still recommanded only for users
motivated on helping Qt5 support in Python packages.

This build is loaded on the github tag
https://github.com/winpython/winpython/releases/tag/1.2.20150731Qt5
MD5 SHA-1 Binary a628f9ab22f470816b672798458df10a
6b8040d0e538b09437f9aa23303303e913aabd32
winpython-64bit-3.4.3.5_build6qt5.exe History of changes for WinPython
3.4.3.5

The following changes were made to WinPython distribution since version
3.4.3.4.
Tools

Removed packages:

MinGW32 https://github.com/numpy/numpy/wiki/Mingw-static-toolchain
4.9.2 (C/C++ and Fortran compilers (Mingwpy static toolchain version))

gettext http://sourceforge.net/projects/gettext 0.14.4 (GNU gettext
Win32 porting - the GNU translation tool (useful tools for pygettext, a
standard library module))

Python packages

New packages:

Markdown http://pypi.python.org/pypi/Markdown 2.6.2 (Python
implementation of Markdown.)

PyQt5 http://www.riverbankcomputing.co.uk/software/pyqt/intro 5.4.1
(Python bindings for the Qt cross platform GUI toolkit)

blaze http://pypi.python.org/pypi/blaze 0.8.2 (Blaze)

bokeh http://pypi.python.org/pypi/bokeh 0.9.2 (Statistical and novel
interactive HTML plots for Python)

greenlet http://pypi.python.org/pypi/greenlet 0.4.7 (Lightweight
in-process concurrent programming)

holoviews http://pypi.python.org/pypi/holoviews 1.3.2 (Composable,
declarative data structures for building complex visualizations easily.)

locket.py http://pypi.python.org/pypi/locket.py 0.2.0 (File-based
locks for Python for Linux and Windows)

mingwpy https://anaconda.org/carlkl/mingwpy 0.1.0b3 (the python
friendly windows compiler toolchain)

netCDF4 http://pypi.python.org/pypi/netCDF4 1.1.9 (python/numpy
interface to netCDF library (versions 3 and 4))

param http://pypi.python.org/pypi/param 1.3.2 (Declarative Python
programming using Parameters.)

partd http://pypi.python.org/pypi/partd 0.3.2 (Appendable key-value
storage)

pystache http://pypi.python.org/pypi/pystache 0.5.4 (Mustache for
Python)

twitter http://pypi.python.org/pypi/twitter 1.17.0 (An API and
command-line toolset for Twitter (twitter.com))

xray http://pypi.python.org/pypi/xray 0.5.2 (N-D labeled arrays and
datasets in Python)

Upgraded packages:

Babel http://pypi.python.org/pypi/Babel 1.3 → 2.0
(Internationalization utilities)

Keras http://pypi.python.org/pypi/Keras 0.1.1 → 0.1.2 (Theano-based
Deep Learning library)

Pillow http://pypi.python.org/pypi/Pillow 2.8.2 → 2.9.0 (Python
Imaging Library (fork))

SQLAlchemy http://www.sqlalchemy.org 1.0.5 → 1.0.8 (SQL Toolkit and
Object Relational Mapper)

alabaster http://pypi.python.org/pypi/alabaster 0.7.4 → 0.7.6 (A
configurable sidebar-enabled Sphinx theme)

beautifulsoup4 http://pypi.python.org/pypi/beautifulsoup4 4.3.2 →
4.4.0 (Screen-scraping library)

click http://pypi.python.org/pypi/click 4.0 → 4.1 (A simple wrapper
around optparse for powerful command line utilities.)

dask http://pypi.python.org/pypi/dask 0.5.0 → 0.6.1 (Minimal task
scheduling abstraction)

datashape http://pypi.python.org/pypi/datashape 0.4.5 → 0.4.6 (A
data description language)

dill http://pypi.python.org/pypi/dill 0.2.2 → 0.2.3 (serialize all
of python (almost))

ipython http://ipython.org 3.2.0 → 3.2.1 (Enhanced Python shell)

llvmlite http://pypi.python.org/pypi/llvmlite 0.5.1 → 0.6.0
(lightweight wrapper around basic LLVM functionality)

logilab_common http://pypi.python.org/pypi/logilab_common 0.63.2 →
1.0.2 (Collection of low-level Python packages and modules used by Logilab
projects (required for pylint))

mistune http://pypi.python.org/pypi/mistune 0.5.1 → 0.7 (The fastest
markdown parser in pure Python, inspired by marked.)

multipledispatch http://pypi.python.org/pypi/multipledispatch 0.4.7
→ 0.4.8 (A relatively sane approach to multiple dispatch in Python)

nltk http://pypi.python.org/pypi/nltk 3.0.2 → 3.0.4 (The Natural
Language Toolkit (NLTK) is a Python package for natural language
processing.)

numba http://pypi.python.org/pypi/numba 0.19.2 → 0.20.0 (compiling
Python code using LLVM)

oct2py http://pypi.python.org/pypi/oct2py 3.2.0 → 3.3.0 (Python to
GNU Octave bridge --> run m-files from python.)

odo http://pypi.python.org/pypi/odo 0.3.2 → 0.3.3 (Data migration in
Python)

patsy http://pypi.python.org/pypi/patsy 0.3.0 → 0.4.0 (Describing
statistical models using symbolic formulas)

pip http://pypi.python.org/pypi/pip 7.0.3 → 7.1.0 (A tool for
installing and managing Python packages)

psutil http://code.google.com/p/psutil 3.0.0 → 3.1.1 (Provides an
interface for retrieving information on all running processes and system
utilization (CPU, disk, memory, network) in a portable way)

pymongo http://pypi.python.org/pypi/pymongo 3.0.2 → 3.0.3 (Python
driver for MongoDB http://www.mongodb.org)

pyodbc http://pypi.python.org/pypi/pyodbc 3.0.9 → 3.0.10 (DB API
Module for ODBC)

pytz http://pypi.python.org/pypi/pytz 2015.4 → 2013b0 (World
Timezone Definitions for Python)

rpy2 http://pypi.python.org/pypi/rpy2 2.6.0 → 2.6.1 (Python
interface to the R language (embedded R))

scipy http://www.scipy.org 0.15.1 → 0.16.0 (SciPy: Scientific
Library for Python (advanced math, signal processing, optimization,
statistics, ...))

seaborn http://pypi.python.org/pypi/seaborn 0.5.1 → 0.6.0
(statistical data visualization)

simplejson http://pypi.python.org/pypi/simplejson 3.7.3 → 3.8.0
(Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)

spyder http://pypi.python.org/pypi/spyder 2.3.5.2 → 3.0.0dev
(Scientific PYthon Development EnviRonment: designed for interactive
computing and data visualisation with a simple and intuitive user interface)

tornado http://pypi.python.org/pypi/tornado 4.2 → 4.2.1 (Scalable,
non-blocking web server and tools (required for IPython notebook))

xlrd http://pypi.python.org/pypi/xlrd 0.9.3 → 0.9.4 (Extract data
from Microsoft Excel spreadsheet files)

Removed packages:

PyQt4 http://www.riverbankcomputing.co.uk/software/pyqt/intro 4.11.4
(Python bindings for the Qt cross platform GUI toolkit)

PyQtdesignerplugins http://pypi.python.org/pypi/PyQtdesignerplugins
1.1 (PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib,
guiqwt, etc.) for PyQt4)

PyQwt http://pyqwt.sourceforge.net 5.2.1 (2D plotting library (set
of Python bindings for the Qwt library featuring fast plotting))

VPython http://www.vpython.org 5.74 (A free, open-source module for
producing real-time 3D scenes with Python)

ViTables http://vitables.org 2.1 (Graphical tool for browsing and
editing files in both HDF5 and PyTables formats)

formlayout http://formlayout.googlecode.com 1.0.15 (Module for
creating form dialogs/widgets to edit various type of parameters without
having to write any GUI code)

ggplot https://github.com/yhat/ggplot 0.6.5 (ggplot for python)

guidata http://packages.python.org/guidata 1.6.2 (Automatically
generated graphical user interfaces for easy data set edition and display)

mahotas http://pypi.python.org/pypi/mahotas 1.2.4 (Computer Vision
library)

runipy http://pypi.python.org/pypi/runipy 0.1.3 (Run IPython
notebooks from the command line)

vispy http://pypi.python.org/pypi/vispy 0.4.0 (Interactive
visualization in Python)



Reply to this email directly or view it on GitHub
#109 (comment)
.

@stonebig
Copy link
Contributor Author

hi @pijyoi

Which do you suggest ? I created a wheel may 5th that I could use, but maybe have you a suggested ideal commit ? I may also just revert the 2 lines of the bad comit, or apply a pending fix

@pijyoi
Copy link

pijyoi commented Sep 16, 2015

Note: I only tried 3.4.3.5, not 3.4.3.5Qt5

If you already have a pre-created May 5th wheel that works with Qt5, that
would be fine.

Otherwise I would suggest perhaps the commit Jun 4th 2015
2888546de61620f5e802ca3a79cf8d9f5437da5c. After that there seems to have
been a flurry of commits.

On Wed, Sep 16, 2015 at 12:28 AM, stonebig notifications@github.com wrote:

hi @pijyoi https://github.com/pijyoi

Which do you suggest ? I created a wheel may 5th that I could use, but
maybe have you a suggested ideal commit ?


Reply to this email directly or view it on GitHub
#109 (comment)
.

@stonebig
Copy link
Contributor Author

hum, my wwinpython_checker doesn't work anymore when I go that backward. I move again to july 29th version, for now.

@pijyoi
Copy link

pijyoi commented Sep 28, 2015

Hmm, glancing through the commit comments between May 5th and July 29th, there doesn't seem to be anything that was a fix for Qt5 though.

@pijyoi
Copy link

pijyoi commented Aug 30, 2016

Note that this bug has been fixed in pyqtgraph/pyqtgraph#369

@stonebig
Copy link
Contributor Author

ok, will refresh my snapshot of pyqtgraph for next release

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