Skip to content

Releases: quiltdata/quilt

Package rollback

03 Dec 01:38
Compare
Choose a tag to compare

API Improvements

  • Implement Package.rollback
  • Drop support for object metadata (outside of packages)
  • Change the number of threads used when installing and pushing from 4 to 10 (S3 default)
  • Misc bug fixes

Catalog and API improvements

20 Nov 01:45
5dff6ac
Compare
Choose a tag to compare

Catalog

  • Fix package listing for packages with more 100 revisions
  • Add stacked area charts for downloads
  • 2-level file-extensions for bucket summary

Python

  • Fix uploads of very large files
  • Remove unnecessary copying during push

Release v3.1.4

17 Oct 23:30
dc6a65c
Compare
Choose a tag to compare

Release v3.1.3

11 Oct 23:11
Compare
Choose a tag to compare
  • Bug fix: when adding python objects to a package a temporary file would be created and then deleted when the object was pushed, leading to a crash if you tried to push that package again (PR #1264)

Release v3.1.2

11 Oct 17:53
Compare
Choose a tag to compare
  • Added support for adding an in-memory object (such as a pandas.DataFrame) to a package via package.set()
  • Fix to work with pyarrow 0.15.0
  • Performance improvements for list_packages and delete_package
  • Added list_package_versions function

Quilt 3 (formerly Quilt T4) Initial Release

24 May 23:27
5ff6f70
Compare
Choose a tag to compare

This is the initial release of the new and improved Quilt 3 (formerly Quilt T4). For more information refer to the documentation.

Teams Config

09 Jan 05:02
2289b3d
Compare
Choose a tag to compare

Compiler

Adds a feature to allow quilt config to set a registry URL for a private Teams registry.

Push Package by Hash

20 Dec 22:35
d261ff4
Compare
Choose a tag to compare

Compiler

  • Adding a hash argument to quilt.push to allow pushing any package version to a registry.

Registry

  • Make object sizes required.
  • Update urllib3 version for security patch

Docs

  • Improved instructions for running registries.

Fix ascii decoding bug

12 Nov 23:46
Compare
Choose a tag to compare
  • Fix an ascii decoding issue related to ellipses …

Pyarrow 0.11 compatibility

11 Oct 23:59
c3a2acd
Compare
Choose a tag to compare

Make Quilt work with pyarrow 0.11

  • Update Parquet reading code to match the API change in pyarrow 0.11.
  • Fix downloading of zero-byte files