Skip to content

PyPI v1.2.1 - ClearML

Compare
Choose a tag to compare
@jkhenning jkhenning released this 28 Mar 15:23
· 302 commits to master since this release

New Features and Improvements

  • Update S3 bucket verify option for minio #83 (thanks @pshowbs!)
  • Add environment variable for request method #91 (thanks @mmiller-max!)
  • Add additional k8s-glue dockerfiles #94 (thanks @xadcoh!)
  • Update default docker image to nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04
  • Add support for custom docker image resolving using the agent.default_docker.match_rules configuration setting (see here)
  • Add agent.force_git_root_python_path configuration setting to force adding the git repository root folder to the PYTHONPATH (if set working directory is not added to the PYHTONPATH)
  • Add build --force-docker command line argument to the to allow ignoring task container data
  • Add agent.poetry_version configuration setting to specify poetry version (and force installation of poetry if missing, see here)
  • Add custom build script support
  • Add extra configurations when starting daemon
  • Add agent.package_manager.force_original_requirements configuration option, allowing to only use original requirements produced by local execution (note that using this configuration option prevents editing installed packages using the UI)
  • Add support for the CLEARML_AGENT_PROPAGATE_EXITCODE environment variabe. Set this variable to 1 to allow ClearML Agent to return a nonzero exit code on failure
  • Update clearml-agent init (use app.clear.ml as default server, add git token references)

Bug Fixes

  • Fix virtualenv python interpreter used #98 (thanks @idantene!)
  • Fix typing package incorrectly required for Python>3.5 #103 (thanks @Honzys!)
  • Fix symbolic links not copied from cached VCS into working copy (windows platform will result with default copy content instead of original symbolic link) #89
  • Fix agent fails to check out code from main branch when branch/commit is not explicitly specified clearml/clearml#551
  • Fix git+git:// requirements
  • Fix default_python calculation (and verbosity)
  • Fix using deprecated abc support (Python 3.10 compatibility)
  • Fix no default value for CLEARML_API_DEFAULT_REQ_METHOD causes ValueError if not specified
  • Fix agent.hide_docker_command_env_vars mode to include URL passwords and handle environment vars containing docker commands
  • Fix conda package manager listed packages with local links (@ file://) should ignore the local package if it does not exist
  • Fix cuda patch version support in conda
  • Fix agent attempts to check out code when in standalone mode
  • Fix FORCE_LOCAL_CLEARML_AGENT_WHEEL environment variable handling when running from a Windows host
  • Fix user-provided " is unnecessarily replaced to \\"
  • Fix token is not propagated to docker in case credentials are not available
  • Fix PyTorch aarch64 and windows support
  • Fix VCS packages are reinstalled when the same commit version is already installed
  • Fix git packages are installed even if commit is given and is preinstalled when using cached virtual environment