- 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
3.0.0
This is the initial release of the new and improved Quilt 3 ([formerly Quilt T4](https://github.com/quiltdata/t4)). For more information [refer to the documentation](https://docs.quiltdata.com/).
2.9.15
Not secure
Compiler Adds a feature to allow `quilt config` to set a registry URL for a private Teams registry.
2.9.14
Not secure
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.
2.9.13
Not secure
* Fix an ascii decoding issue related to ellipses …