Skip to content

Releases: quiltdata/quilt

Package rollback

Choose a tag to compare

@dimaryaz dimaryaz released this 03 Dec 01:38

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

Choose a tag to compare

@kevinemoore kevinemoore released this 20 Nov 01:45
5dff6ac

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

Choose a tag to compare

@akarve akarve released this 17 Oct 23:30
dc6a65c

Release v3.1.3

Choose a tag to compare

@armandmcqueen armandmcqueen released this 11 Oct 23:11
  • 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

Choose a tag to compare

@akarve akarve released this 11 Oct 17:53
  • 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

Choose a tag to compare

@ResidentMario ResidentMario released this 24 May 23:27
5ff6f70

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

Teams Config

Choose a tag to compare

@kevinemoore kevinemoore released this 09 Jan 05:02
2289b3d

Compiler

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

Push Package by Hash

Choose a tag to compare

@kevinemoore kevinemoore released this 20 Dec 22:35
d261ff4

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

Choose a tag to compare

@stevededalus stevededalus released this 12 Nov 23:46
  • Fix an ascii decoding issue related to ellipses …

Pyarrow 0.11 compatibility

Choose a tag to compare

@kevinemoore kevinemoore released this 11 Oct 23:59
c3a2acd

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