X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '1.10.20180827'
__version__ = '1.10.20181020'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@ description=Internationalized Domain Names in Applications (IDNA)
[imageio]
description=Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.

[imbalanced_learn]
description=Toolbox for imbalanced dataset in machine learning.

[immutables]
description=A high-performance immutable mapping type for Python

Expand Down Expand Up @@ -1130,6 +1133,9 @@ description=Pure python package for working with DICOM files (medical imaging)
[pydispatcher]
description=Multi-producer-multi-consumer signal dispatching mechanism

[pydocstyle]
description=Python docstring style checker

[pydot-ng]
description=Python interface to Graphviz's Dot

Expand Down Expand Up @@ -1329,6 +1335,9 @@ description=Qt plotting widgets for Python
[python-twitter]
description=A Python wrapper around the Twitter API

[pythran]
description=Ahead of Time compiler for numeric kernels

[pythreejs]
description=Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets.

Expand Down Expand Up @@ -1751,6 +1760,9 @@ description=a fork of Python 2 and 3 ast modules with type comment support
[typing]
description=Type Hints for Python

[tzlocal]
description=tzinfo object for the local timezone

[uncertainties]
description=Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives

Expand Down
X Tutup