Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@jafreck jafreck released this 04 May 01:31
· 74 commits to master since this release
4d4916e

AZTK is now published on pip! Documentation has migrated to readthedocs

This release includes a number of breaking changes. Please follow the migration for upgrading from 0.6.0..

Breaking Changes

  • Moved docker_repo under a new toolkit key. docker_repo is now only used for custom Docker images. Use toolkit for supported images.
  • Docker images have been refactored and moved to a different Dockerhub repository. The new supported images are not backwards compatible. See the documentation on configuration files.

Deprecated Features

Added Features

Bug Fixes

Internal Changes

  • Internal: Cluster data helpers and upload_node_script into cluster_data module (#401) (2bed496), closes #401
  • Internal: Move node scripts under aztk and upload all aztk to cluster (#433) (dfbfead), closes #433