Skip to content

Releases: quiltdata/quilt

Package Delete

20 Jul 18:00
Compare
Choose a tag to compare

This release adds a new command to delete a package including all versions and history from the registry.

Fast Builds for Large Packages

14 Jul 04:28
Compare
Choose a tag to compare

Building a package from a directory of input files now skips generating a build file. That speeds up the build process and makes it easier to change the package contents and rebuild.

Push Public Packages

06 Jul 05:08
Compare
Choose a tag to compare

This release includes support for paid plans on quiltdata.com and is recommended for all individual and business-plan users. It adds a shortcut to push packages and make them public in a single command and improves documentation.

Parquet, editable packages, de-duplication

09 Jun 00:22
Compare
Choose a tag to compare

Version 2.5 includes the following:

  • Ability to edit packages and build packages from in-memory DataFrames or from source files
  • The Quilt store now serializes all structured data to Parquet (instead of HDF5). Parquet opens the door to high-performance querying over Quilt packages with tools like Spark and AWS Athena.
  • Preliminary Spark support for Quilt packages through pyspark
  • Content-aware file de-duplication: all upload and download fragments are uniqued in the registry as well as in the local quilt_packages. Data fragments that already exist on the server, or on local disk, are skipped saving you time, bandwidth, and storage.

Compatibility with Pandas 20

10 May 18:33
Compare
Choose a tag to compare
Pre-release

This release includes bug fixes and changes to be compatible with Pandas 20 and Arrow 0.3.
Also includes preliminary support for Parquet (requires pyarrow and format: PARQUET.

Portable Notebooks Post

25 Apr 04:07
Compare
Choose a tag to compare
Pre-release

Bugfixes and code clean up. The package tree has been improved and simplified. Table/DataFrame-datasets can now be imported in Python without materializing. Building packages is easier and more flexible. This release is synced to the publication of "Data Packages for Fast Reproducible Python Analysis."

Fast package browsing

31 Mar 21:50
Compare
Choose a tag to compare
Fast package browsing Pre-release
Pre-release

Minor bug fixes to make browsing packages faster.

Update build.yml format

30 Mar 00:28
Compare
Choose a tag to compare
Pre-release

Support new syntax for arbitrary keys on leaf nodes and pass-through options for transform

Simplify build.yml

29 Mar 04:27
Compare
Choose a tag to compare
Simplify build.yml Pre-release
Pre-release

Simplifying the build-file format to use a single tree mixing files and dataframes.

Documentation update

14 Mar 22:40
Compare
Choose a tag to compare
Documentation update Pre-release
Pre-release
2.2.1-beta

Update version to 2.2.1 (#45)