8000 Merge pull request #665 from stonebig/master · ericpre/winpython@e404de0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e404de0

Browse files
authored
Merge pull request winpython#665 from stonebig/master
winpython 2018-03
2 parents 2f38f8d + bdd0c8a commit e404de0

16 files changed

+2113
-0
lines changed

changelogs/WinPython-32bit-3.7.0.2.md

Lines changed: 326 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPython-32bit-3.7.0.2_History.md

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
## History of changes for WinPython-32bit 3.7.0.2
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.7.0.1.
4+
5+
### Tools
6+
7+
Upgraded packages:
8+
9+
* [Nodejs](https://nodejs.org) v8.11.2 → v8.11.4 (a JavaScript runtime 8000 built on Chrome's V8 JavaScript engine)
10+
11+
### Python packages
12+
13+
New packages:
14+
15+
* [click_plugins](https://pypi.org/project/click_plugins) 1.0.3 (An extension module for click to enable registering CLI commands via setuptools entry-points.)
16+
* [cligj](https://pypi.org/project/cligj) 0.4.0 (Click params for commmand line interfaces to GeoJSON)
17+
* [clrmagic](https://pypi.org/project/clrmagic) 0.0.1a2 (IPython cell magic to use .NET languages)
18+
* [cyordereddict](https://pypi.org/project/cyordereddict) 1.0.0 (Cython implementation of Python's collections.OrderedDict)
19+
* [descartes](https://pypi.org/project/descartes) 1.1.0 (Use geometric objects as matplotlib paths and patches)
20+
* [fiona](https://pypi.org/project/fiona) 1.7.13 (reads and writes spatial data files)
21+
* [geopandas](https://pypi.org/project/geopandas) 0.4.0 (Geographic pandas extensions)
22+
* [mlxtend](https://pypi.org/project/mlxtend) 0.13.0 (Machine Learning Library Extensions)
23+
* [munch](https://pypi.org/project/munch) 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).)
24+
* [ppci](https://pypi.org/project/ppci) 0.5.6 (A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python)
25+
* [prometheus_client](https://pypi.org/project/prometheus_client) 0.3.1 (Python client for the Prometheus monitoring system.)
26+
* [protobuf](https://pypi.org/project/protobuf) 3.6.1 (Protocol Buffers - Google's data interchange format)
27+
* [pyproj](https://pypi.org/project/pyproj) 1.9.5.1 (Python interface to PROJ.4 library)
28+
* [pytest_runner](https://pypi.org/project/pytest_runner) 4.2 (Invoke py.test as distutils command with dependency resolution)
29+
* [pythonnet](https://pypi.org/project/pythonnet) 2.4.0.dev0 (.Net and Mono integration for Python)
30+
* [rise](https://pypi.org/project/rise) 5.4.1 (Live Reveal.js Jupyter/IPython Slideshow Extension)
31+
* [shapely](https://pypi.org/project/shapely) 1.6.4.post1 (Geometric objects, predicates, and operations)
32+
* [vega_datasets](https://pypi.org/project/vega_datasets) 0.5.0 (A Python package for offline access to Vega datasets)
33+
34+
Upgraded packages:
35+
36+
* [altair](https://pypi.org/project/altair) 2.1.0 → 2.2.2 (High-level declarative visualization library for Python)
37+
* [astroid](https://pypi.org/project/astroid) 1.6.5 → 2.0.4 (Rebuild a new abstract syntax tree from Python's ast (required for pylint))
38+
* [beautifulsoup4](https://pypi.org/project/beautifulsoup4) 4.6.0 → 4.6.3 (Screen-scraping library)
39+
* [bleach](https://pypi.org/project/bleach) 2.1.3 → 2.1.4 (An easy whitelist-based HTML-sanitizing tool)
40+
* [bokeh](https://pypi.org/project/bokeh) 0.13.0 → 1.0.0.dev6 (Statistical and novel interactive HTML plots for Python)
41+
* [bqplot](https://pypi.org/project/bqplot) 0.10.5 → 0.11.1 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)
42+
* [certifi](https://pypi.org/project/certifi) 2018.4.16 → 2018.8.13 (Python package for providing Mozilla's CA Bundle.)
43+
* [cftime](https://pypi.org/project/cftime) 1.0.0 → 1.0.1 (time-handling functionality from netcdf4-python)
44+
* [cloudpickle](https://pypi.org/project/cloudpickle) 0.5.3 → 0.5.5 (Extended pickling support for Python objects)
45+
* [comtypes](https://pypi.org/project/comtypes) 1.1.4 → 1.1.7 (Pure Python COM package)
46+
* [cvxpy](https://pypi.org/project/cvxpy) 1.0.6 → 1.0.8 (A domain-specific language for modeling convex optimization problems in Python)
47+
* [cython](https://pypi.org/project/cython) 0.28.3 → 0.28.5 (Cython is a language that makes writing C extensions for the Python language as easy as Python)
48+
* [dask](https://pypi.org/project/dask) 0.18.1 → 0.18.2 (Minimal task scheduling abstraction)
49+
* [distributed](https://pypi.org/project/distributed) 1.22.0 → 1.22.1 (Distributed computing)
50+
* [fast_histogram](https://pypi.org/project/fast_histogram) 0.4 → 0.5 (Fast 1D and 2D histogram functions in Python)
51+
* [fastparquet](https://pypi.org/project/fastparquet) 0.1.5 → 0.1.6 (Python support for Parquet file format)
52+
* [fuzzywuzzy](https://pypi.org/project/fuzzywuzzy) 0.16.0 → 0.17.0 (Fuzzy string matching in python)
53+
* [geopy](https://pypi.org/project/geopy) 1.14.0 → 1.16.0 (Python Geocoding Toolbox)
54+
* [greenlet](https://pypi.org/project/greenlet) 0.4.13 → 0.4.14 (Lightweight in-process concurrent programming)
55+
* [holoviews](https://pypi.org/project/holoviews) 1.11.0a1 → 1.11.0a3 (Composable, declarative data structures for building complex visualizations easily.)
56+
* [hvplot](https://pypi.org/project/hvplot) 0.2.0 → 0.2.1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews)
57+
* [ipympl](https://pypi.org/project/ipympl) 0.2.0 → 0.2.1 (Matplotlib Jupyter Extension)
58+
* [ipython](https://pypi.org/project/ipython) 6.4.0 → 6.5.0 (Enhanced Python shell)
59+
* [ipywidgets](https://pypi.org/project/ipywidgets) 7.2.1 → 7.4.0 (IPython HTML widgets for Jupyter)
60+
* [joblib](https://pypi.org/project/joblib) 0.12.0 → 0.12.2 (Lightweight pipelining: using Python functions as pipeline jobs.)
61+
* [jupyter_sphinx](https://pypi.org/project/jupyter_sphinx) 0.1.2 → 0.1.4 (Jupyter Sphinx Extensions)
62+
* [jupyterlab](https://pypi.org/project/jupyterlab) 0.32.1 → 0.34.4 (Jupyter lab environment notebook server extension)
63+
* [jupyterlab_launcher](https://pypi.org/project/jupyterlab_launcher) 0.10.5 → 0.13.1 (Jupyter Launcher)
64+
* [loky](https://pypi.org/project/loky) 2.1.4 → 2.2.1 (Robust and reusable Executor for joblib)
65+
* [lxml](https://pypi.org/project/lxml) 4.2.3 → 4.2.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
66+
* [matplotlib](https://pypi.org/project/matplotlib) 2.2.2 → 2.2.3 (2D plotting library (embeddable in GUIs created with PyQt))
67+
* [more_itertools](https://pypi.org/project/more_itertools) 4.2.0 → 4.3.0 (More routines for operating on iterables, beyond itertools)
68+
* [msgpack_numpy](https://pypi.org/project/msgpack_numpy) 0.4.3 → 0.4.3.1 (Numpy data serialization using msgpack)
69+
* [multipledispatch](https://pypi.org/project/multipledispatch) 0.5.0 → 0.6.0 (A relatively sane approach to multiple dispatch in Python)
70+
* [mypy](https://pypi.org/project/mypy) 0.610 → 0.620 (Optional static typing for Python)
71+
* [mysql_connector_python](https://pypi.org/project/mysql_connector_python) 8.0.6 → 8.0.11 (MySQL driver written in Python)
72+
* [netcdf4](https://pypi.org/project/netcdf4) 1.4.0 → 1.4.1 (Provides an object-oriented python interface to the netCDF version 4 library)
73+
* [notebook](https://pypi.org/project/notebook) 5.5.0 → 5.6.0 (# Jupyter Notebook)
74+
* [numexpr](https://pypi.org/project/numexpr) 2.6.5 → 2.6.8 (Fast evaluation of array expressions elementwise by using a vector-based virtual machine)
75+
* [pandas](https://pypi.org/project/pandas) 0.23.3 → 0.23.4 (Powerful data structures for data analysis, time series and statistics)
76+
* [parambokeh](https://pypi.org/project/parambokeh) 0.2.2 → 0.2.3 (Declarative Python programming using Parameters.)
77+
* [paramnb](https://pypi.org/project/paramnb) 2.0.2 → 2.0.4 (Generate ipywidgets from Parameterized objects in the notebook)
78+
* [parso](https://pypi.org/project/parso) 0.3.0 → 0.3.1 (A Python Parser)
79+
* [pdvega](https://pypi.org/project/pdvega) 0.1 → 0.2.1.dev0 (Pandas plotting interface to Vega and Vega-Lite)
80+
* [pip](https://pypi.org/project/pip) 10.0.1 → 18.0 (A tool for installing and managing Python packages)
81+
* [plotnine](https://pypi.org/project/plotnine) 0.3.0 → 0.4.0 (A grammar of graphics for python)
82+
* [pluggy](https://pypi.org/project/pluggy) 0.6.0 → 0.7.1 (plugin and hook calling mechanisms for python)
83+
* [psutil](https://pypi.org/project/psutil) 5.4.6 → 5.4.7 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)
84+
* [pyct](https://pypi.org/project/pyct) 0.4.3 → 0.4.5 (python package common tasks for users (e.g. copy examples, fetch data, ...))
85+
* [pygame](https://pypi.org/project/pygame) 1.9.3 → 1.9.4 (Pygame gives multimedia to python.)
86+
* [pylint](https://pypi.org/project/pylint) 1.9.2 → 2.1.1 (Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality)
87+
* [pymongo](https://pypi.org/project/pymongo) 3.7.0 → 3.7.1 (Python driver for MongoDB <http://www.mongodb.org>)
88+
* [pyodbc](https://pypi.org/project/pyodbc) 4.0.23 → 4.0.24 (DB API Module for ODBC)
89+
* [pytest](https://pypi.org/project/pytest) 3.6.3 → 3.7.2 (pytest: simple powerful testing with Python)
90+
* [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 → 0.2.0 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi))
91+
* [pyzmq](https://pypi.org/project/pyzmq) 17.0.0 → 17.1.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))
92+
* [pyzo](https://pypi.org/project/pyzo) 4.5.2 → 4.6.0 (the Python IDE for scientific computing)
93+
* [qtconsole](https://pypi.org/project/qtconsole) 4.3.1 → 4.4.1 (Jupyter Qt console)
94+
* [qtpy](https://pypi.org/project/qtpy) 1.4.2 → 1.5.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)
95+
* [regex](https://pypi.org/project/regex) 2018.6.21 → 2018.8.17 (Alternative regular expression module, to replace re.)
96+
* [reportlab](https://pypi.org/project/reportlab) 3.4.0 → 3.5.6 (The PDF generation library)
97+
* [rope](https://pypi.org/project/rope) 0.10.7 → 0.11.0 (a python refactoring library...)
98+
* [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.42 → 0.15.52 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)
99+
* [scikit_learn](https://pypi.org/project/scikit_learn) 0.19.1 → 0.19.2 (A set of Python modules for machine learning and data mining)
100+
* [scs](https://pypi.org/project/scs) 1.2.7 → 2.0.2 (scs: splitting conic solver)
101+
* [seaborn](https://pypi.org/project/seaborn) 0.9.dev0 → 0.9.0 (statistical data visualization)
102+
* [setuptools](https://pypi.org/project/setuptools) 39.2.0 → 40.2.0 (Download, build, install, upgrade, and uninstall Python packages - easily)
103+
* [snakeviz](https://pypi.org/project/snakeviz) 0.4.2 → 1.0.0 (An in-browser Python profile viewer)
104+
* [sphinx](https://pypi.org/project/sphinx) 1.7.5 → 1.7.7 (Tool for generating documentation which uses reStructuredText as its markup language)
105+
* [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) 0.4.0 → 0.4.1 (ReadTheDocs.org theme for Sphinx, 2013 version.)
106+
* [spyder](https://pypi.org/project/spyder) 3.3.0 → 3.3.1 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface)
107+
* [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 → 0.2.6 (Jupyter kernels for the Spyder console)
108+
* [sqlalchemy](https://pypi.org/project/sqlalchemy) 1.2.9 → 1.2.11 (SQL Toolkit and Object Relational Mapper)
109+
* [sympy](https://pypi.org/project/sympy) 1.1.1 → 1.2 (Symbolic Mathematics Library)
110+
* [tornado](https://pypi.org/project/tornado) 5.0.2 → 5.1 (Scalable, non-blocking web server and tools (required for IPython notebook))
111+
* [tqdm](https://pypi.org/project/tqdm) 4.23.4 → 4.25.0 (A Simple Python Progress Meter)
112+
* [vega](https://pypi.org/project/vega) 1.3.0 → 1.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite)
113+
* [widgetsnbextension](https://pypi.org/project/widgetsnbextension) 3.2.1 → 3.4.0 (IPython HTML widgets for Jupyter)
114+
* [winpython](http://winpython.github.io/) 1.10.20180624 → 1.10.20180827 (WinPython distribution tools, including WPPM (package manager))
115+
* [wordcloud](https://pypi.org/project/wordcloud) 1.4.1 → 1.5.0 (A little word cloud generator)
116+
* [xarray](https://pypi.org/project/xarray) 0.10.7 → 0.10.8 (N-D labeled arrays and datasets in Python)
117+
* [xlsxwriter](https://pypi.org/project/xlsxwriter) 1.0.5 → 1.0.7 (A Python module for creating Excel XLSX files.)
118+
* [xlwings](https://pypi.org/project/xlwings) 0.11.5 → 0.11.8 (Interact with Excel from Python and vice versa)
119+
120+
Removed packages:
121+
122+
* [pymc3](https://pypi.org/project/pymc3) 3.4.1 (Markov Chain Monte Carlo sampling toolkit.)
123+
* [theano](https://pypi.org/project/theano) 1.0.2 (Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.)
124+
* [vega3](https://pypi.org/project/vega3) 0.13.0 (An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2)
125+
126+
* * *

0 commit comments

Comments
 (0)
0