Skip to content

Releases: unity-sds/app-pack-generator

1.0.0

04 Feb 19:44
a7dee1b
Compare
Choose a tag to compare

This release breaks compatibility with previous versions:

  • The stage in/out CWL file are no longer generated by default
  • Notebooks are now passed a directory not a filename for stage-in parameters

What's Changed

  • Use default Python 3 kernel instead of user specified by @mcduffie in #29
  • Remove bundling of stage in/out from app-pack-generator by default by @mcduffie in #30

Full Changelog: 0.4.3...1.0.0

0.4.3

20 Dec 18:21
Compare
Choose a tag to compare

What's Changed

  • #26 - Update process.cwl to output and return papermill standard output by @mike-gangl in #27

Full Changelog: 0.4.2...0.4.3

0.4.2

18 Dec 00:40
Compare
Choose a tag to compare

Updated

  • Updated to support UDS Docker images stage-in/out v9.4.0

Full Changelog: 0.4.1...0.4.2

0.4.1

20 Aug 20:55
Compare
Choose a tag to compare

Updated

  • Updated UDS docker images for stage-in/out to 7.12.2.

Full Changelog: 0.4.0...0.4.1

0.4.0

11 Jul 16:48
Compare
Choose a tag to compare
  • Update to use unity-data-services to 7.10.1.
  • Update CWL to incorporate features present in that version that were not previously exposed for override by the job input file.

0.3.0

03 Jul 19:18
Compare
Choose a tag to compare

Issues Addressed

#11 - Convert app-pack-generator to use PEP 621 package metadata
#12 - Update to use U-DS 5.2.2
#13 - Modify papermill to use jovyan home directory as execution context
#15 - Seperate CWL generation logic from application parsing logic
#16 - Application Package workflows should have the output of stage-out
#17 - Allow for EDL_PASSWORD type at the stage-in to be modified at run time (non hardcoded)
#20 - Update stage-in, stage-out versions and environments to support new STAC metadata requirements
#8 - Update stage-out to use U-DS stage-out version 5.2.1
#4 - Update notebook testing to reflect changes to app-pack-generator update to U-DS 5.2.1

PRs Merged

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

12 Jul 23:47
Compare
Choose a tag to compare

Added

  • #1 - Modify app-pack-generator to use U-DS STAC based stage in and stage out
  • #2 - Provide example CWL files that call U-DS stage in/out Docker images
  • #3 - Add missing requirement "giturlparse>=0.10.0" to setup.py file.
  • #4 - Modify GitHelper to support more use case other than remote URL cloning only, support local repos
  • #5 - Allow optional arguments in generated CWL files so that they do not need to be supplied in a cwltool call
  • #10 - Update app-pack-generator README for release

Unity Release 23.1

11 Apr 23:46
Compare
Choose a tag to compare

Changes relevant to Unity Release 23.1

Added

unity-ads-deployment #73 Build Unity Application Package Generator