Skip to content

Releases: comet-ml/comet-sdk-extensions

2.0.10

02 Jul 15:00
Compare
Choose a tag to compare

New in this version:

  1. Can now copy all asset types, including confusion-matrix and embeddings
  2. Bug fixes in download assets
  3. Added step to system metrics
  4. Copies system metrics
  5. Logs "runtime"metrics
  6. Added a method cometx.audio.log_audio() that creates waveform and spectrogram figures

2.0.6

28 May 12:06
Compare
Choose a tag to compare

Changes in this version:

  1. WIP for Jupyter Notebook editing of Comet Panels
  2. Updates for comet_ml
  3. Refine help for cometx config
  4. Bug fixes
  5. Update tests
  6. WIP: copy from wandb
  7. Added cometx config --auto-log-notebook yes
  8. Added -j, --parallel to cometx download

1.2.4

08 Feb 14:17
Compare
Choose a tag to compare

New in this release:

  1. Added pcd, off, and xyz point cloud formats for cometx log
  2. When cometx log a 3d file, name the Comet 3D point cloud format '.c3d'; upload source 3d file too

1.2.2

24 Jan 20:03
Compare
Choose a tag to compare

New in this release:

  1. Fix bug in cometx list
  2. allow png and headless in download_url()
  3. Added cometx download --from wandb (reports only for now)
  4. Fix bug with setting log other name
  5. Update ascii logo and copyright years

1.2.0

29 Nov 19:24
52c49b2
Compare
Choose a tag to compare

New in this version:

  1. renamed cometx delete to cometx delete-assets
  2. updated code to work with new comet_ml registry models
  3. added --query for use with most commands
  4. deal with getting git under security
  5. added {count} for cometx log --type other --set Name:test-{count}

1.1.3

20 Sep 16:23
Compare
Choose a tag to compare

Changes in this version:

  1. Fixed bug in copy

1.1.2

20 Sep 12:41
Compare
Choose a tag to compare

Changes new in this version:

  1. Bug fixes for cometx copy
  2. Move shuffle to cometx.tools.dataset

1.1.1

18 Sep 15:27
Compare
Choose a tag to compare

Changes in this version since last release:

  1. added cometx copy
  2. added cometx.api.API panel functions (get, download, upload)
  3. added cometx.tools.pointcloud

1.0.3

06 Jun 18:20
Compare
Choose a tag to compare

New in this release:

  1. Added ability to delete assets in an experiment, project, or workspace: cometx delete COMET-PATH --type TYPE|all
  2. Added option to log all items to an experiment, or create a new experiment: cometx log COMET-PATH --type all
  3. Added option to change an other key:value: comet log COMET-PATH --type other --set "key:value"
  4. Added cometx reproduce command

1.0.1

17 Jan 16:54
Compare
Choose a tag to compare

Changes in this release:

  • Initial release
  • Change copy_to_tmp to True to reflect change in comet_ml