Skip to content

Latest commit

 

History

History
490 lines (233 loc) · 26.9 KB

WinPython-64bit-3.7.4.0_History.md

File metadata and controls

490 lines (233 loc) · 26.9 KB

History of changes for WinPython-64bit 3.7.4.0

The following changes were made to WinPython-64bit distribution since version 3.7.2.0.

Tools

Upgraded packages:

  • Nodejs v10.15.2 → v10.16.0 (a JavaScript runtime built on Chrome's V8 JavaScript engine)

  • npmjs 6.4.1 → 6.9.0 (a package manager for JavaScript)

Python packages

New packages:

  • affine 2.2.2 (Matrices describing affine transformation of the plane.)

  • altgraph 0.16.1 (Python graph (network) package)

  • ansiwrap 0.8.4 (textwrap, but savvy to ANSI colors and styles)

  • autopep8 1.4.4 (A tool that automatically formats Python code to conform to the PEP 8 style guide)

  • black 19.3b0 (The uncompromising code formatter.)

  • click_plugins 1.1.1 (An extension module for click to enable registering CLI commands via setuptools entry-points.)

  • cligj 0.5.0 (Click params for commmand line interfaces to GeoJSON)

  • deprecated 1.2.5 (Python @deprecated decorator to deprecate old python classes, functions or methods.)

  • fiona 1.8.6 (reads and writes spatial data files)

  • geopandas 0.5.1 (Geographic pandas extensions)

  • google_pasta 0.1.7 (pasta is an AST-based Python refactoring library)

  • hypothesis 4.24.6 (A library for property based testing)

  • importlib_metadata 0.18 (Read metadata from Python packages)

  • json5 0.8.4 (A Python implementation of the JSON5 data format.)

  • mercantile 1.1.1 (Web mercator XYZ tile utilities)

  • munch 2.3.2 (A dot-accessible dictionary (a la JavaScript objects).)

  • papermill 1.0.1 (Parametrize and Run Jupyter Notebooks)

  • passlib 1.7.1 (comprehensive password hashing framework supporting over 30 schemes)

  • pefile 2019.4.18 (Python PE parsing module)

  • pycosat 0.6.3 (bindings to picosat (a SAT solver))

  • pyepsg 0.4.0 (Easy access to the EPSG database via http://epsg.io/)

  • pyhdf 0.10.1 (Python interface to HDF4 files (Hierarchical Data Format version 4))

  • pyinstaller 3.5 (PyInstaller bundles a Python application and all its dependencies into a single package.)

  • pyproj 2.2.2 (Python interface to PROJ.4 library)

  • quantecon 0.4.4 (A community based Python library for quantitative economics)

  • rasterio 1.0.23 (Fast and direct raster I/O for use with Numpy and SciPy)

  • rtree 0.8.3 (R-Tree spatial index for Python GIS)

  • snuggs 1.4.6 (Snuggs are s-expressions for Numpy)

  • sphinxcontrib_applehelp 1.0.1 (sphinx extension which outputs Apple help books)

  • sphinxcontrib_devhelp 1.0.1 (sphinx extension which outputs Devhelp document)

  • sphinxcontrib_htmlhelp 1.0.2 (sphinx extension which outputs html)

  • sphinxcontrib_jsmath 1.0.1 (sphinx extension which renders display math in HTML via JavaScript)

  • sphinxcontrib_qthelp 1.0.2 (sphinx extension which outputs QtHelp document)

  • sphinxcontrib_serializinghtml 1.1.3 (Sphinx API for Web Apps)

  • tenacity 5.0.4 (Retry code until it succeeeds)

  • textwrap3 0.9.2 (textwrap from Python 3.6 backport (plus a few tweaks))

  • toml 0.10.0 (Python Library for Tom's Obvious, Minimal Language)

  • typing_extensions 3.7.4 ()

  • zipp 0.5.2 (Backport of pathlib-compatible object wrapper for zip files)

Upgraded packages:

  • absl_py 0.7.0 → 0.7.1 (Abseil Python Common Libraries)

  • altair 2.4.1 → 3.1.0 (High-level declarative visualization library for Python)

  • altair_widgets 0.1.2 → 0.2.0 (Altair Widgets: An interactive visualization for statistical data for Python.)

  • asteval 0.9.13 → 0.9.14 (Safe, minimalistic evaluator of python expression using ast module)

  • astor 0.7.1 → 0.8.0 (Read/rewrite/write Python ASTs)

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

  • astroml 0.3 → 0.4.post1 (tools for machine learning and data mining in Astronomy)

  • astropy 3.1.2 → 3.2.1 (Community-developed python astronomy tools)

  • babel 2.6.0 → 2.7.0 (Internationalization utilities)

  • blosc 1.7.0 → 1.8.1 (Blosc data compressor)

  • bloscpack 0.13.0 → 0.16.0 (Command line interface to and serialization format for Blosc)

  • bokeh 1.0.4 → 1.2.0 (Statistical and novel interactive HTML plots for Python)

  • bqplot 0.11.5 → 0.11.6 (Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.)

  • certifi 2018.11.29 → 2019.6.16 (Python package for providing Mozilla's CA Bundle.)

  • cffi 1.12.2 → 1.12.3 (Foreign Function Interface for Python calling C code.)

  • cloudpickle 0.8.0 → 1.2.1 (Extended pickling support for Python objects)

  • colorcet 1.0.1 → 2.0.1 (A set of useful perceptually uniform colormaps for plotting scientific data)

  • cvxpy 1.0.19 → 1.0.24 (A domain-specific language for modeling convex optimization problems in Python)

  • cython 0.29.6 → 0.29.12 (Cython is a language that makes writing C extensions for the Python language as easy as Python)

  • cytoolz 0.9.0.1 → 0.10.0 (Cython implementation of Toolz: High performance functional utilities)

  • dask 1.1.3 → 2.1.0 (Minimal task scheduling abstraction)

  • datashader 0.6.9 → 0.7.0 (Data visualization toolchain based on aggregating into a grid)

  • decorator 4.3.2 → 4.4.0 (Better living through Python with decorators)

  • defusedxml 0.5.0 → 0.6.0 (XML bomb protection for Python stdlib modules)

  • dill 0.2.9 → 0.3.0 (serialize all of python (almost))

  • distributed 1.26.0 → 2.1.0 (Distributed computing)

  • fasteners 0.14.1 → 0.15 (A python package that provides useful locks.)

  • fastparquet 0.2.1 → 0.3.1 (Python support for Parquet file format)

  • flask 1.0.2 → 1.1.1 (A microframework based on Werkzeug, Jinja2 and good intentions)

  • gdal 2.3.3 → 3.0.1 (Geospatial Data Abstraction Library)

  • geopy 1.18.1 → 1.20.0 (Python Geocoding Toolbox)

  • grpcio 1.19.0 → 1.21.1 (HTTP/2-based RPC framework)

  • holoviews 1.11.3 → 1.12.3 (Composable, declarative data structures for building complex visualizations easily.)

  • imageio_ffmpeg 0.2.0 → 0.3.0 (FFMPEG wrapper for Python)

  • imbalanced_learn 0.4.3 → 0.5.0 (Toolbox for imbalanced dataset in machine learning.)

  • intake 0.4.1 → 0.5.0 (Data input plugin and catalog system)

  • ipydatawidgets 4.0.0 → 4.0.1 (A set of widgets to help facilitate reuse of large datasets across widgets)

  • ipykernel 5.1.0 → 5.1.1 (IPython Kernel for Jupyter)

  • ipyleaflet 0.10.0 → 0.11.1 (A Jupyter widget for dynamic Leaflet maps)

  • ipympl 0.2.1 → 0.3.3 (Matplotlib Jupyter Extension)

  • ipyparallel 6.2.3 → 6.2.4 (Interactive Parallel Computing with IPython)

  • ipython 7.3.0 → 7.6.1 (Enhanced Python shell)

  • ipywidgets 7.4.2 → 7.5.0 (IPython HTML widgets for Jupyter)

  • isort 4.3.9 → 4.3.21 (A Python utility / library to sort Python imports.)

  • jedi 0.13.3 → 0.14.0 (An autocompletion tool for Python that can be used for text editors)

  • jinja2 2.10 → 2.10.1 (Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code))

  • jsonschema 3.0.0 → 3.0.1 (An implementation of JSON Schema validation for Python)

  • julia 0.2.0 → 0.4.1 (Python interface to the Julia language)

  • jupyter_core 4.4.0 → 4.5.0 (Jupyter core package. A base package on which Jupyter projects rely.)

  • jupyterlab 0.35.4 → 1.0.2 (Jupyter lab environment notebook server extension)

  • jupyterlab_server 0.2.0 → 1.0.0 (JupyterLab Server)

  • keras_applications 1.0.7 → 1.0.8 (Reference implementations of popular deep learning models)

  • keras_preprocessing 1.0.9 → 1.1.0 (Easy data preprocessing and data augmentation for deep learning models)

  • keyring 18.0.0 → 19.0.2 (Store and access your passwords safely.)

  • kiwisolver 1.0.1 → 1.1.0 (an efficient implementation of the Cassowary constraint solving algorithm.)

  • lazy_object_proxy 1.3.1 → 1.4.1 (A fast and thorough lazy object proxy.)

  • llvmlite 0.27.0 → 0.29.0 (lightweight wrapper around basic LLVM functionality)

  • lmfit 0.9.12 → 0.9.13 (Least-Squares Minimization with Bounds and Constraints)

  • loky 2.4.2 → 2.5.1 (Robust and reusable Executor for joblib)

  • lxml 4.3.2 → 4.3.4 (Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.)

  • markdown 3.0.1 → 3.1.1 (Python implementation of Markdown.)

  • matplotlib 3.0.3 → 3.1.1 (2D plotting library (embeddable in GUIs created with PyQt))

  • metakernel 0.20.14 → 0.24.2 (Metakernel for Jupyter)

  • mizani 0.5.2 → 0.5.4 (Scales for Python)

  • mkl_service 1.1.2 → 2.1.0 (Python bindings to some MKL service functions)

  • mlxtend 0.15.0.0 → 0.16.0 (Machine Learning Library Extensions)

  • mock 2.0.0 → 3.0.5 (Rolling backport of unittest.mock for all Pythons)

  • more_itertools 6.0.0 → 7.1.0 (More routines for operating on iterables, beyond itertools)

  • mpl_scatter_density 0.5 → 0.6 (Fast scatter density plots for Matplotlib)

  • msgpack_numpy 0.4.4.2 → 0.4.4.3 (Numpy data serialization using msgpack)

  • multiprocess 0.70.7 → 0.70.8 (better multiprocessing and multithreading in python)

  • mypy 0.670 → 0.720 (Optional static typing for Python)

  • mysql_connector_python 8.0.11 → 8.0.16 (MySQL driver written in Python)

  • nbconvert 5.4.1 → 5.5.0 (Converting Jupyter Notebooks)

  • netcdf4 1.4.2 → 1.5.1.2 (Provides an object-oriented python interface to the netCDF version 4 library)

  • networkx 2.3rc1.dev20181020104102 → 2.3 (Python package for creating and manipulating graphs and networks)

  • nltk 3.4 → 3.4.4 (The Natural Language Toolkit (NLTK) is a Python package for natural language processing.)

  • notebook 5.7.4 → 6.0.0rc1 (# Jupyter Notebook)

  • numba 0.42.0 → 0.44.1 (compiling Python code using LLVM)

  • numdifftools 0.9.20 → 0.9.39 (Solves automatic numerical differentiation problems in one or more variables.)

  • numpy 1.16.2+mkl → 1.16.4+mkl (NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module))

  • numpydoc 0.8.0 → 0.9.1 (Sphinx extension to support docstrings in Numpy format)

  • oct2py 4.0.6 → 5.0.4 (Python to GNU Octave bridge --> run m-files from python.)

  • octave_kernel 0.28.4 → 0.31.0 (A Jupyter kernel for Octave.)

  • palettable 3.1.1 → 3.2.0 (Color palettes for Python)

  • pandas 0.24.1 → 0.24.2 (Powerful data structures for data analysis, time series and statistics)

  • panel 0.4.0 → 0.6.0 (A high-level Python toolkit for composing widgets and plots)

  • param 1.8.2 → 1.9.1 (Declarative Python programming using Parameters.)

  • parso 0.3.4 → 0.5.0 (A Python Parser)

  • partd 0.3.9 → 1.0.0 (Appendable key-value storage)

  • pexpect 4.6.0+dummy → 4.7.0+dummy (Pexpect allows easy control of interactive console applications.)

  • pg8000 1.12.4 → 1.13.1 (PostgreSQL interface library)

  • pillow 5.4.1 → 6.1.0 (Python Imaging Library (fork))

  • pip 19.0.3 → 19.1.1 (A tool for installing and managing Python packages)

  • plotnine 0.5.1 → 0.5.2.dev2 (A grammar of graphics for python)

  • pluggy 0.9.0 → 0.12.0 (plugin and hook calling mechanisms for python)

  • prometheus_client 0.6.0 → 0.7.1 (Python client for the Prometheus monitoring system.)

  • protobuf 3.7.0 → 3.8.0 (Protocol Buffers - Google's data interchange format)

  • psutil 5.5.1 → 5.6.3 (Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way)

  • pulp 1.6.9 → 1.6.10 (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)

  • pyarrow 0.12.1 → 0.14.0 (Python library for Apache Arrow)

  • pybind11 2.2.4 → 2.3.0 (Seamless operability between C++11 and Python)

  • pygame 1.9.4 → 1.9.6 (Pygame gives multimedia to python.)

  • pygments 2.3.1 → 2.4.2 (Generic syntax highlighter for general use in all kinds of software)

  • pymongo 3.7.2 → 3.8.0 (Python driver for MongoDB http://www.mongodb.org)

  • pyparsing 2.3.1 → 2.4.0 (A Python Parsing Module)

  • pyqt5 5.12 → 5.13.0 (Python bindings for the Qt cross platform GUI toolkit)

  • pyqt5_sip 4.19.14 → 4.19.18 (Python extension module support for PyQt5)

  • pyqtwebengine 5.12 → 5.13.0 (Python bindings for the Qt 3D framework)

  • pyrsistent 0.14.11 → 0.15.3 (Persistent/Functional/Immutable data structures)

  • pytest 4.3.0 → 4.6.3 (pytest: simple powerful testing with Python)

  • Python 3.7.2 → 3.7.4 (Python programming language with standard library)

  • python_hdf4 0.9.2 → 0.10.0+dummy (Python-HDF4: Python interface to the NCSA HDF4 library)

  • python_snappy 0.5.3 → 0.5.4 (Python library for the snappy compression library from Google)

  • pythonnet 2.4.0.dev0 → 2.4.0 (.Net and Mono integration for Python)

  • pythreejs 2.0.2 → 2.1.1 (Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets.)

  • pytz 2018.9 → 2019.1 (World Timezone Definitions for Python)

  • pyviz_comms 0.7.0 → 0.7.2 (Launch jobs, organize the output, and dissect the results)

  • pywavelets 1.0.2 → 1.0.3 (Wavelet transforms module)

  • pyyaml 4.1 → 5.1.1 (YAML parser and emitter for Python)

  • pyzmq 18.0.0 → 18.0.2 (Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console))

  • pyzo 4.6.2a0 → 4.7.4.dev1 (the Python IDE for scientific computing)

  • qtconsole 4.4.3 → 4.5.1 (Jupyter Qt console)

  • qtpy 1.6.0 → 1.8.0 (Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.)

  • redis 3.2.0 → 3.2.1 (Python client for Redis key-value store)

  • regex 2019.2.21 → 2019.6.8 (Alternative regular expression module, to replace re.)

  • reportlab 3.5.13 → 3.5.23 (The PDF generation library)

  • requests 2.21.0 → 2.22.0 (Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.)

  • rise 5.4.1 → 5.5.1 (Live Reveal.js Jupyter/IPython Slideshow Extension)

  • rope 0.12.0 → 0.14.0 (a python refactoring library...)

  • ruamel.yaml 0.15.89 → 0.15.98 (a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order)

  • rx 1.6.1 → 3.0.0b2 (Reactive Extensions (Rx) for Python)

  • scikit_fuzzy 0.4.0 → 0.4.1 (Fuzzy logic toolkit for SciPy)

  • scikit_image 0.14.2 → 0.15.0 (Image processing toolbox for SciPy)

  • scikit_learn 0.20.3 → 0.21.2 (A set of Python modules for machine learning and data mining)

  • scipy 1.2.1 → 1.3.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))

  • scs 2.0.2 → 2.1.1.post2 (scs: splitting conic solver)

  • seaborn 0.9.0 → 0.9.1.dev0 (statistical data visualization)

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

  • shapely 1.6.4.post1 → 1.6.4.post2 (Geometric objects, predicates, and operations)

  • snakeviz 1.0.0 → 2.0.1 (An in-browser Python profile viewer)

  • snowballstemmer 1.2.1 → 1.9.0 (This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.)

  • soupsieve 1.8 → 1.9.2 (A CSS4 selector implementation for Beautiful Soup.)

  • sphinx 1.8.4 → 2.1.2 (Tool for generating documentation which uses reStructuredText as its markup language)

  • spyder 3.3.3 → 3.3.5 (The Scientific Python Development Environment: An IDE designed for interactive computing and data visualisation with a simple and intuitive user interface)

  • spyder_kernels 0.4.2 → 0.5.0 (Jupyter kernels for the Spyder console)

  • sqlalchemy 1.2.18 → 1.3.5 (SQL Toolkit and Object Relational Mapper)

  • sqlite_bro 0.8.11 → 0.9.1 (a graphic SQLite Client in 1 Python file)

  • sqlparse 0.2.4 → 0.3.0 (Non-validating SQL parser)

  • statsmodels 0.9.0 → 0.10.0 (Statistical computations and models for use with SciPy)

  • sympy 1.3 → 1.4 (Symbolic Mathematics Library)

  • tables 3.4.4 → 3.5.2 (Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data))

  • tblib 1.3.2 → 1.4.0 (Traceback serialization library.)

  • tensorboard 1.13.0 → 1.14.0 (TensorBoard lets you watch Tensors Flow)

  • tensorflow 1.13.1 → 1.14.0 (TensorFlow helps the tensors flow)

  • tensorflow_estimator 1.13.0 → 1.14.0 (TensorFlow Estimator.)

  • tensorflow_probability 0.6.0 → 0.7.0 (Probabilistic modeling and statistical inference in TensorFlow)

  • terminado 0.8.1 → 0.8.2 (Terminals served to term.js using Tornado websockets)

  • toolz 0.9.0 → 0.10.0 (List processing tools and functional utilities)

  • torch 1.0.1 → 1.1.0 (a deep learning framework.)

  • torchvision 0.2.2.post3 → 0.3.0 (Datasets, Transforms and Models specific to Computer Vision)

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

  • tqdm 4.31.1 → 4.32.2 (A Simple Python Progress Meter)

  • typed_ast 1.3.1 → 1.4.0 (a fork of Python 2 and 3 ast modules with type comment support)

  • uncertainties 3.0.3 → 3.1.1 (Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives)

  • urllib3 1.24.1 → 1.25.3 (HTTP library with thread-safe connection pooling, file post, and more.)

  • vega 2.0rc2 → 2.4.0 (An IPython/ Jupyter widget for Vega and Vega-Lite)

  • werkzeug 0.14.1 → 0.15.4 (The Swiss Army knife of Python web development)

  • wheel 0.33.1 → 0.33.4 (A built-package format for Python.)

  • widgetsnbextension 3.4.2 → 3.5.0 (IPython HTML widgets for Jupyter)

  • winpython 1.11.20190223 → 2.0.20190705 (WinPython distribution tools, including WPPM (package manager))

  • wrapt 1.11.1 → 1.11.2 (A Python module for decorators, wrappers and monkey patching.)

  • xarray 0.11.3 → 0.12.3 (N-D labeled arrays and datasets in Python)

  • xlsxwriter 1.1.5 → 1.1.7 (A Python module for creating Excel XLSX files.)

  • xlwings 0.15.3 → 0.15.8 (Interact with Excel from Python and vice versa)

  • zarr 2.2.0 → 2.3.2 (A minimal implementation of chunked, compressed, N-dimensional arrays for Python.)

  • zict 0.1.3 → 1.0.0 (Mutable mapping tools)

Removed packages:

  • algopy 0.5.7 (Taylor Arithmetic Computation and Algorithmic Differentiation)

  • fastcache 1.0.2 (C implementation of Python 3 functools.lru_cache)

  • pbr 5.1.3 (Python Build Reasonableness)

  • pytest_runner 4.2 (Invoke py.test as distutils command with dependency resolution)

  • singledispatch 3.4.0.3 (This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3)

  • sphinxcontrib_websupport 1.1.0 (Sphinx API for Web Apps)