Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.54

    Update Platform API contract (#78)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.52

    Update Platform API contract (#76)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.51

    Derive cloud workflow help from enabled commands (#73)
    
    Build the root and resource cloud help banners from `CLOUD_COMMANDS` and omit them when the registry is empty, so an embedding application that clears the registry no longer advertises `train|predict|export`. Default terminal help is byte-for-byte unchanged. Released as 0.1.51.
  • v0.1.50

    Update Platform API contract (#74)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.49

    Add `ul cloud train|predict|export` workflows (#71)
    
    * Add ul cloud train, predict and export workflows
    
    Run YOLO training, inference and export on Ultralytics Platform with the same key=value arguments as the local commands. Local weights and datasets are uploaded, jobs are awaited, and outputs are saved locally with YOLO's own writers.
    
    * Handle optional predict metadata, archive-relative data.yaml, per-call Platform URL
    
    Address review: default class names when classNames is absent and an explicit error when task is absent, drop the local path: key from the archived dataset YAML, and read ULTRALYTICS_PLATFORM_URL per invocation.
    
    * Name the per-image prediction parameter and document name= as the output model name
    
    * Prefer local checkpoints over same-named official weights, resolve model stems, let Platform infer dataset tasks
    
    Address review: an existing local file is uploaded even when it shares a name with official weights, model stems resolve to .pt as in YOLO, and datasets are created without a guessed task because ingest infers it from the labels.
    
    * Restrict cloud export downloads to the output directory
    
    * Handle missing cloud export download metadata
    
    * Validate dataset split paths before cloud packaging
    
    * Allow local inference settings in cloud prediction
    
    * Warn and ignore local-only cloud export options
    
    * Package validation-alias, relative-path, and images-rooted datasets; tolerate empty masks; validate local args before training
    
    * Report an outdated ultralytics install as a controlled cloud workflow error
    
    * Map official weights to public Platform models only when they are hosted
    
    * Keep ul:// model URIs intact when normalizing model stems
    
    * Treat null cfg values as unset so copy-cfg YAMLs keep the workflow defaults
    
    * Archive split paths relative to the dataset root, tolerate a missing ingest status, and report upload failures
    
    * Resolve '../' split values under the dataset root as check_det_dataset does
    
    ---------
    
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • v0.1.48

    Update Platform API contract (#72)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.46

    Update Platform API contract (#70)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.45

    Update Platform API contract (#69)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.44

    Update Platform API contract (#68)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.41

    Update Platform API contract (#66)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.40

    Update Platform API contract (#65)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.39

    Update Platform API contract (#63)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.38

    Update Platform API contract (#62)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.35

    Release 0.1.35 with rate-rejected JSON request retries (#61)
  • v0.1.34

    Add unified ul CLI for Platform and YOLO (#59)
    
    * Add unified ul CLI using SDK introspection
    
    * Preserve help flags and align CLI argument help
    
    * Auto-format by https://ultralytics.com/actions
    
    * Preserve standalone help and atomically save private credentials
    
    * Trim CLI help, documentation, and redundant test scaffolding
    
    * Delegate login and logout to the existing YOLO CLI
    
    * Identify installed CLI and ML versions in unified help
    
    * Keep the CLI launcher in the consumer source
    
    * Clarify project identifiers versus inferred path owners
    
    * Reject nested non-finite CLI input before requests
    
    * Document the API key argument for delegated login
    
    * Update Platform API contract (#60)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * Preserve empty CLI values and prepare SDK 0.1.34
    
    ---------
    
    Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
    Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • v0.1.33

    Update Platform API contract (#60)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.32

    Update Platform API contract (#57)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.31

    Update Platform API contract (#55)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • v0.1.29

    Allow SDK publishing across contract version gaps (#54)
    
    * Allow SDK publishing across contract version gaps
    
    * Preserve invalid-version rejection in the publish check
  • v0.1.21

    Update Platform API contract (#48)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>