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

Skip to content

Commit bd03ac6

Browse files
authored
Merge pull request winpython#675 from stonebig/master
package names
2 parents b8cd05f + 773edd4 commit bd03ac6

File tree

2 files changed

+13
-1
lines changed

2s changed

+13
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '1.10.20180827'
31+
__version__ = '1.10.20181020'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ description=Internationalized Domain Names in Applications (IDNA)
539539
[imageio]
540540
description=Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
541541
542+
[imbalanced_learn]
543+
description=Toolbox for imbalanced dataset in machine learning.
544+
542545
[immutables]
543546
description=A high-performance immutable mapping type for Python
544547
@@ -1130,6 +1133,9 @@ description=Pure python package for working with DICOM files (medical imaging)
11301133
[pydispatcher]
11311134
description=Multi-producer-multi-consumer signal dispatching mechanism
11321135
1136+
[pydocstyle]
1137+
description=Python docstring style checker
1138+
11331139
[pydot-ng]
11341140
description=Python interface to Graphviz's Dot
11351141

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

1338+
[pythran]
1339+
description=Ahead of Time compiler for numeric kernels
1340+
13321341
[pythreejs]
13331342
description=Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets.
13341343

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

1763+
[tzlocal]
1764+
description=tzinfo object for the local timezone
1765+
17541766
[uncertainties]
17551767
description=Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
17561768

0 commit comments

Comments
 (0)
0