8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db1782f + 02cb89a commit 2a62859Copy full SHA for 2a62859
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '3.0.202011212'
+__version__ = '3.0.202011219'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -2782,3 +2782,12 @@ description = Community maintained hooks for PyInstaller
2782
[nbval]
2783
description = A py.test plugin to validate Jupyter notebooks
2784
2785
+[jupyterlab-classic]
2786
+description = The next gen old-school Notebook UI
2787
+
2788
+[sklearn-contrib-lightning]
2789
+description = Large-scale sparse linear classification, regression and ranking in Python
2790
2791
+[textdistance]
2792
+description = Compute distance between the two texts.
2793
0 commit comments