quilt
Advanced tools
+7
-4
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 2.1 | ||
| Name: quilt | ||
| Version: 2.9.12 | ||
| Version: 2.9.13 | ||
| Summary: Quilt is a data package manager | ||
@@ -9,4 +9,3 @@ Home-page: https://github.com/quiltdata/quilt | ||
| License: LICENSE | ||
| Download-URL: https://github.com/quiltdata/quilt/releases/tag/2.9.12 | ||
| Description-Content-Type: UNKNOWN | ||
| Download-URL: https://github.com/quiltdata/quilt/releases/tag/2.9.13 | ||
| Description: | ||
@@ -30,1 +29,5 @@ ``quilt`` is a command-line utility that builds, pushes, and installs | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Provides-Extra: img | ||
| Provides-Extra: torchvision | ||
| Provides-Extra: tests | ||
| Provides-Extra: pytorch |
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 2.1 | ||
| Name: quilt | ||
| Version: 2.9.12 | ||
| Version: 2.9.13 | ||
| Summary: Quilt is a data package manager | ||
@@ -9,4 +9,3 @@ Home-page: https://github.com/quiltdata/quilt | ||
| License: LICENSE | ||
| Download-URL: https://github.com/quiltdata/quilt/releases/tag/2.9.12 | ||
| Description-Content-Type: UNKNOWN | ||
| Download-URL: https://github.com/quiltdata/quilt/releases/tag/2.9.13 | ||
| Description: | ||
@@ -30,1 +29,5 @@ ``quilt`` is a command-line utility that builds, pushes, and installs | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Provides-Extra: img | ||
| Provides-Extra: torchvision | ||
| Provides-Extra: tests | ||
| Provides-Extra: pytorch |
@@ -5,3 +5,3 @@ appdirs>=1.4.0 | ||
| packaging>=16.8 | ||
| pandas>=0.19.2 | ||
| pandas>=0.21.0 | ||
| pyarrow>=0.9.0 | ||
@@ -8,0 +8,0 @@ pyyaml>=3.12 |
@@ -1165,3 +1165,3 @@ # -*- coding: utf-8 -*- | ||
| if len(types) > 64: | ||
| types = types[:63] + "…" | ||
| types = types[:63] + u"…" | ||
| info = "shape %s, types %s" % (df.shape, types) | ||
@@ -1168,0 +1168,0 @@ print(prefix + name_prefix + name + ": " + info) |
+3
-3
@@ -19,3 +19,3 @@ from setuptools import setup, find_packages | ||
| name="quilt", | ||
| version="2.9.12", | ||
| version="2.9.13", | ||
| packages=find_packages(), | ||
@@ -37,3 +37,3 @@ description='Quilt is a data package manager', | ||
| url='https://github.com/quiltdata/quilt', | ||
| download_url='https://github.com/quiltdata/quilt/releases/tag/2.9.12', | ||
| download_url='https://github.com/quiltdata/quilt/releases/tag/2.9.13', | ||
| keywords='quilt quiltdata shareable data dataframe package platform pandas', | ||
@@ -46,3 +46,3 @@ install_requires=[ | ||
| 'packaging>=16.8', | ||
| 'pandas>=0.19.2', | ||
| 'pandas>=0.21.0', | ||
| 'pathlib2; python_version<"3.6"', # stdlib backport | ||
@@ -49,0 +49,0 @@ 'pyarrow>=0.9.0', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
394979
0.03%