Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.6.1] - 2020-08-06

Fixed

  • Fix regression for handling of backend being a module rather than a string to module, PR #17 @benkrikler

[0.6.0] - 2020-08-01

Added

  • Option to return the expanded config (strip out imports) PR #15 @benkrikler

[0.5.0] - 2020-07-25

Added

  • Transfer in help module previously in carpenter, issue #2, PR #14 @benkrikler

[0.4.1] - 2020-03-21

Added

  • Zenodo DOI to README

Changed

  • Fixed issue where default backend wasn't propagated to imported files, issue #11 @benkrikler
  • Fixed issue when stage description is a clone of another, issue #12 @benkrikler

[0.4.0] - 2019-11-28

Added

  • travis CI autodeployment to pypi

Changed

  • Default backend can be provided as a module / object instead of a string, issue #6 @benkrikler

[0.3.0] - 2019-07-27