Skip to content

Releases: valohai/valohai-cli

v0.33.0

11 Jun 10:57
8b5e1e3

Choose a tag to compare

What's Changed

  • notebook run: add support for environment variables by @akx in #340
  • Make the --environment parameter optional by @teroyks in #343

Internal Updates

Full Changelog: v0.32.0...v0.33.0

v0.32.0

26 May 06:16
@akx akx
cb5e9e3

Choose a tag to compare

What's Changed

  • 📌 Pin Click to latest version that does not break tests by @teroyks in #336
  • 📝 Format list of supported Python versions as a list by @teroyks in #335
  • Add minimal command to start a notebook execution by @teroyks in #334
  • Add python 3.13 to the test suite by @teroyks in #337
  • Project environment variable management commands by @akx in #338
  • Become 0.32.0 by @teroyks in #339

Full Changelog: v0.31.0...v0.32.0

v0.31.0

15 Apr 10:50
@akx akx

Choose a tag to compare

What's Changed

  • Handle 'Content-Disposition: attachment' when downloading outputs by @akx in #332

Full Changelog: v0.30.1...v0.31.0

v0.30.1

10 Apr 09:31
@akx akx
91e0b82

Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.30.1

Version 0.14.1

26 Apr 08:10
@akx akx

Choose a tag to compare

v0.14.1

Version 0.14.1

Version 0.10.0

26 Jul 10:10
@akx akx

Choose a tag to compare

Changes since 0.9.1:

  • API compatibility changes
  • Bug: Make vh exec list show the newest executions, not the oldest ones
  • Bug: Read environment variable default values correctly from config
  • Feature: Add support for --parameter-file
  • Feature: Fall back to non-git packaging if git ls-files fails
  • Feature: Format human-readable tables better
  • Feature: Group parameter/input/regular options in exec run help output
  • Feature: Init: Mention Docker Hub in the Docker image choice phase
  • Feature: Make --output-format=json more robust
  • Feature: Make it possible to not create or link a project during init
  • Feature: Output status messages to stderr