@@ -59,6 +59,9 @@ description=tools for machine learning and data mining in Astronomy
59
59
[astropy]
60
60
description=Community-developed python astronomy tools
61
61
62
+ [atomicwrites]
63
+ description=Powerful Python library for atomic file writes.
64
+
62
65
[attrs]
63
66
description=Classes Without Boilerplate
64
67
@@ -185,6 +188,9 @@ description=Extended pickling support for Python objects
185
188
[clrmagic]
186
189
description =IPython cell magic to use .NET languages
187
190
191
+ [cntk]
192
+ description =The Microsoft Cognitive Toolkit
193
+
188
194
[colorama]
189
195
description =Cross-platform colored terminal text
190
196
@@ -250,24 +256,27 @@ description=Cython implementation of Toolz: High performance functional utilitie
250
256
[dash]
251
257
description =A Python framework for building reactive web-apps. Developed by Plotly.
252
258
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
-
262
259
[dask]
263
260
description =Minimal task scheduling abstraction
264
261
262
+ [dask_ml]
263
+ description =a library for distributed and parallel machine learning using dask
264
+
265
265
[dask-searchcv]
266
266
description =Tools for doing hyperparameter search with Scikit-Learn and Dask
267
267
268
268
[datafabric]
269
269
description =Distributed In-Memory system for analytics
270
270
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
+
271
280
[dill]
272
281
description=serialize all of python (almost)
273
282
@@ -415,6 +424,9 @@ description=Python Git Library
415
424
[gmpy2]
416
425
description =GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
417
426
427
+ [gnumath]
428
+ description =Extensible array functions that operate on xnd containers.
429
+
418
430
[google-api-python-client]
419
431
description =Google API Client Library for Python
420
432
@@ -763,6 +775,9 @@ description=Next generation slides from Jupyter Notebooks
763
775
[nbsphinx]
764
776
description=Jupyter Notebook Tools for Sphinx
765
777
778
+ [ndtypes]
779
+ description=Dynamic types for data description and in-memory computations
780
+
766
781
[netcdftime]
767
782
description=Time-handling functionality from netcdf4-python
768
783
@@ -831,6 +846,9 @@ description=A Python library to read/write Excel 2007 xlsx/xlsm files
831
846
[orange]
832
847
description=a component-based data mining framework.
833
848
849
+ [osqp]
850
+ description=the Operator Splitting QP Solver.
851
+
834
852
[packaging]
835
853
description=Core utilities for Python packages
836
854
@@ -1692,6 +1710,9 @@ description=Interact with Excel from Python and vice versa
1692
1710
description =Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
1693
1711
category =dataproc
1694
1712
1713
+ [xnd]
1714
+ description =General container that maps a wide range of Python values directly to memory
1715
+
1695
1716
[xonsh]
1696
1717
description =an exotic, usable shell
1697
1718
0 commit comments