Skip to content

Commit 081233b

Browse files
authored
Merge pull request #638 from stonebig/master
package names
2 parents 32c7cf4 + b44dc3f commit 081233b

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

winpython/data/packages.ini

+30-9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ description=tools for machine learning and data mining in Astronomy
5959
[astropy]
6060
description=Community-developed python astronomy tools
6161
62+
[atomicwrites]
63+
description=Powerful Python library for atomic file writes.
64+
6265
[attrs]
6366
description=Classes Without Boilerplate
6467
@@ -185,6 +188,9 @@ description=Extended pickling support for Python objects
185188
[clrmagic]
186189
description=IPython cell magic to use .NET languages
187190

191+
[cntk]
192+
description=The Microsoft Cognitive Toolkit
193+
188194
[colorama]
189195
description=Cross-platform colored terminal text
190196

@@ -250,24 +256,27 @@ description=Cython implementation of Toolz: High performance functional utilitie
250256
[dash]
251257
description=A Python framework for building reactive web-apps. Developed by Plotly.
252258

253-
[datashader]
254-
description=Data visualization toolchain based on aggregating into a grid
255-
256-
[datashape]
257-
description=A data description language
258-
259-
[db.py]
260-
description=a db package that doesn't suck
261-
262259
[dask]
263260
description=Minimal task scheduling abstraction
264261

262+
[dask_ml]
263+
description=a library for distributed and parallel machine learning using dask
264+
265265
[dask-searchcv]
266266
description=Tools for doing hyperparameter search with Scikit-Learn and Dask
267267

268268
[datafabric]
269269
description=Distributed In-Memory system for analytics
270270

271+
[datashader]
272+
description=Data visualization toolchain based on aggregating into a grid
273+
274+
[datashape]
275+
description=A data description language
276+
277+
[db.py]
278+
description=a db package that doesn't suck
279+
271280
[dill]
272281
description=serialize all of python (almost)
273282
@@ -415,6 +424,9 @@ description=Python Git Library
415424
[gmpy2]
416425
description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
417426

427+
[gnumath]
428+
description=Extensible array functions that operate on xnd containers.
429+
418430
[google-api-python-client]
419431
description=Google API Client Library for Python
420432

@@ -763,6 +775,9 @@ description=Next generation slides from Jupyter Notebooks
763775
[nbsphinx]
764776
description=Jupyter Notebook Tools for Sphinx
765777
778+
[ndtypes]
779+
description=Dynamic types for data description and in-memory computations
780+
766781
[netcdftime]
767782
description=Time-handling functionality from netcdf4-python
768783
@@ -831,6 +846,9 @@ description=A Python library to read/write Excel 2007 xlsx/xlsm files
831846
[orange]
832847
description=a component-based data mining framework.
833848
849+
[osqp]
850+
description=the Operator Splitting QP Solver.
851+
834852
[packaging]
835853
description=Core utilities for Python packages
836854
@@ -1692,6 +1710,9 @@ description=Interact with Excel from Python and vice versa
16921710
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
16931711
category=dataproc
16941712

1713+
[xnd]
1714+
description=General container that maps a wide range of Python values directly to memory
1715+
16951716
[xonsh]
16961717
description=an exotic, usable shell
16971718

0 commit comments

Comments
 (0)