Skip to content

Commit 4beafd0

Browse files
authored
Merge pull request #650 from stonebig/master
WinPython 2018-02
2 parents b61acda + 7de7bc3 commit 4beafd0

16 files changed

+1845
-0
lines changed

changelogs/WinPython-32bit-3.7.0.1.md

+311
Large diffs are not rendered by default.

changelogs/WinPython-32bit-3.7.0.1_History.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## History of changes for WinPython-32bit 3.7.0.1
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.7.0.1.
4+
5+
* * *

changelogs/WinPython-64bit-3.7.0.1.md

+318
Large diffs are not rendered by default.

changelogs/WinPython-64bit-3.7.0.1_History.md

+177
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.6.1.md

+314
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.6.1_History.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
## History of changes for WinPython-32bit 3.6.6.1Qt5
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.6.5.1Qt5.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [hvplot](https://pypi.org/project/hvplot) 0.2.0 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews)
10+
* [keyring](https://pypi.org/project/keyring) 13.2.1 (Store and access your passwords safely.)
11+
* [pywin32_ctypes](https://pypi.org/project/pywin32_ctypes) 0.1.2 (A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi))
12+
* [spyder_kernels](https://pypi.org/project/spyder_kernels) 0.2.4 (Jupyter kernels for the Spyder console)
13+
14+
Upgraded packages:
15+
16+
* [alabaster](https://pypi.org/project/alabaster) 0.7.10 → 0.7.11 (A configurable sidebar-enabled Sphinx theme)
17+
* [bloscpack](https://pypi.org/project/bloscpack) 0.11.0 → 0.13.0 (Command line interface to and serialization format for Blosc)
18+
* [bokeh](https://pypi.org/project/bokeh) 0.12.16 → 0.13.0 (Statistical and novel interactive HTML plots for Python)
19+
* [cvxpy](https://pypi.org/project/cvxpy) 1.0.5 → 1.0.6 (A domain-specific language for modeling convex optimization problems in Python)
20+
* [dask](https://pypi.org/project/dask) 0.17.5 → 0.18.1 (Minimal task scheduling abstraction)
21+
* [datashader](https://pypi.org/project/datashader) 0.6.6 → 0.6.7 (Data visualization toolchain based on aggregating into a grid)
22+
* [dill](https://pypi.org/project/dill) 0.2.7.1 → 0.2.8.2 (serialize all of python (almost))
23+
* [distributed](https://pypi.org/project/distributed) 1.21.8 → 1.22.0 (Distributed computing)
24+
* [holoviews](https://pypi.org/project/holoviews) 1.10.5 → 1.11.0a1 (Composable, declarative data structures for building complex visualizations easily.)
25+
* [idna](https://pypi.org/project/idna) 2.6 → 2.7 (Internationalized Domain Names in Applications (IDNA))
26+
* [ipyleaflet](https://pypi.org/project/ipyleaflet) 0.8.1 → 0.9.0 (A Jupyter widget for dynamic Leaflet maps)
27+
* [ipympl](https://pypi.org/project/ipympl) 0.1.1 → 0.2.0 (Matplotlib Jupyter Extension)
28+
* [ipyparallel](https://pypi.org/project/ipyparallel) 6.2.1 → 6.2.2 (Interactive Parallel Computing with IPython)
29+
* [ipyscales](https://pypi.org/project/ipyscales) 0.1.3 → 0.2.2 (A widget library for scales)
30+
* [jedi](https://pypi.org/project/jedi) 0.12.0 → 0.12.1 (An autocompletion tool for Python that can be used for text editors)
31+
* [joblib](https://pypi.org/project/joblib) 0.11 → 0.12.0 (Lightweight pipelining: using Python functions as pipeline jobs.)
32+
* [llvmlite](https://pypi.org/project/llvmlite) 0.23.2 → 0.24.0 (lightweight wrapper around basic LLVM functionality)
33+
* [lmfit](https://pypi.org/project/lmfit) 0.9.10 → 0.9.11 (Least-Squares Minimization with Bounds and Constraints)
34+
* [loky](https://pypi.org/project/loky) 2.1.1 → 2.1.4 (Robust and reusable Executor for joblib)
35+
* [lxml](https://pypi.org/project/lxml) 4.2.1 → 4.2.3 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)
36+
* [multiprocess](https://pypi.org/project/multiprocess) 0.70.5 → 0.70.6.1 (better multiprocessing and multithreading in python)
37+
* [mypy](https://pypi.org/project/mypy) 0.600 → 0.610 (Optional static typing for Python)
38+
* [numba](https://pypi.org/project/numba) 0.38.1 → 0.39.0 (compiling Python code using LLVM)
39+
* [numpy](http://numpy.scipy.org/) 1.14.4+mkl → 1.14.5+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))
40+
* [octave_kernel](https://pypi.org/project/octave_kernel) 0.28.3 → 0.28.4 (A Jupyter kernel for Octave.)
41+
* [pandas](https://pypi.org/project/pandas) 0.22.0 → 0.23.3 (Powerful data structures for data analysis, time series and statistics)
42+
* [param](https://pypi.org/project/param) 1.6.1 → 1.7.0 (Declarative Python programming using Parameters.)
43+
* [parso](https://pypi.org/project/parso) 0.2.1 → 0.3.0 (A Python Parser)
44+
* [pillow](https://pypi.org/project/pillow) 5.1.1 → 5.2.0 (Python Imaging Library (fork))
45+
* [py](https://pypi.org/project/py) 1.5.3 → 1.5.4 (library with cross-python path, ini-parsing, io, code, log facilities)
46+
* [pyct](https://pypi.org/project/pyct) 0.4.2 → 0.4.3 (python package common tasks for users (e.g. copy examples, fetch data, ...))
47+
* [pymongo](https://pypi.org/project/pymongo) 3.6.1 → 3.7.0 (Python driver for MongoDB <http://www.mongodb.org>)
48+
* [pyqtgraph](https://pypi.org/project/pyqtgraph) 0.10.1.dev2 → 0.11.0.dev0 (Scientific Graphics and GUI Library for Python)
49+
* [pytest](https://pypi.org/project/pytest) 3.6.1 → 3.6.3 (pytest: simple powerful testing with Python)
50+
* [Python](http://www.python.org/) 3.6.5 → 3.6.6 (Python programming language with standard library)
51+
* [python_snappy](https://pypi.org/project/python_snappy) 0.5.2 → 0.5.3 (Python library for the snappy compression library from Google)
52+
* [pythreejs](https://pypi.org/project/pythreejs) 1.0.0 → 1.1.0 (Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets.)
53+
* [pytz](https://pypi.org/project/pytz) 2018.4 → 2018.5 (World Timezone Definitions for Python)
54+
* [pyyaml](https://pypi.org/project/pyyaml) 3.12 → 4.1 (YAML parser and emitter for Python)
55+
* [regex](https://pypi.org/project/regex) 2018.6.9 → 2018.6.21 (Alternative regular expression module, to replace re.)
56+
* [requests](https://pypi.org/project/requests) 2.18.4 → 2.19.1 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)
57+
* [rpy2](https://pypi.org/project/rpy2) 2.9.3 → 2.9.4 (Python interface to the R language (embedded R))
58+
* [ruamel.yaml](https://pypi.org/project/ruamel.yaml) 0.15.37 → 0.15.42 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)
59+
* [simplejson](https://pypi.org/project/simplejson) 3.14.0 → 3.16.0 (Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder)
60+
* [spyder](https://pypi.org/project/spyder) 3.2.8 → 3.3.0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
61+
* [sqlalchemy](http://www.sqlalchemy.org) 1.2.8 → 1.2.9 (SQL Toolkit and Object Relational Mapper)
62+
* [tables](http://www.pytables.org) 3.4.3 → 3.4.4 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))
63+
* [traittypes](https://pypi.org/project/traittypes) 0.2.0 → 0.2.1 (Scipy trait types)
64+
* [urllib3](https://pypi.org/project/urllib3) 1.21.1 → 1.23 (HTTP library with thread-safe connection pooling, file post, and more.)
65+
* [vega](https://pypi.org/project/vega) 1.1.1 → 1.3.0 (An IPython/ Jupyter widget for Vega and Vega-Lite)
66+
* [winpython](http://winpython.github.io/) 1.10.20180404 → 1.10.20180624 (WinPython distribution tools, including WPPM (package manager))
67+
68+
Removed packages:
69+
70+
* [blaze](https://pypi.org/project/blaze) 0.10.1 (Blaze)
71+
* [flask_cors](https://pypi.org/project/flask_cors) 3.0.4 (A Flask extension adding a decorator for CORS support)
72+
* [holoplot](https://pypi.org/project/holoplot) 0.0.5.dev1 (A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews)
73+
* [odo](https://pypi.org/project/odo) 0.5.0 (Data migration in Python)
74+
75+
* * *

0 commit comments

Comments
 (0)