Releases: simvue-io/python-api
Releases · simvue-io/python-api
v0.13.0
- Added methods to the
Client
class for retrieving metrics.
- CPU architecture and processor obtained on Apple hardware.
- Client now reports to server when files have been successfully uploaded.
User-Agent
header now included in HTTP requests.
v0.12.0
- Add methods to the
Client
class for deleting runs and folders.
- Confusing messages about
process no longer exists
or NVML Shared Library Not Found
no longer displayed.
v0.11.4
- (Bug fix) Ensure
simvue_sender
can be run when installed from PyPI.
- (Bug fix) Runs created in
offline
mode using a context manager weren't automatically closed.
v0.11.3
- Added logging messages for debugging when debug level set to
debug
.
v0.11.2
- Raise exceptions in
Client
class methods if run does not exist or artifact does not exist.
- (Bug fix)
list_artifacts
optional category restriction now works.
v0.11.1
- Support different runs having different metadata in
get_runs
dataframe output.
- (Bug fix) Error message when creating a duplicate run is now more clear.
- (Bug fix) Correction to stopping the worker thread in situations where the run never started.
v0.11.0
- Support optional dataframe output from
get_runs
.
v0.10.1
- The worker process now no longer gives a long delay when a run has finished (now at most ~1 second).
- The worker process ends when the
Run()
context ends or close
is called, rather than only when the main process exits.
v0.10.0
- The
client
class can now be used to retrieve runs.
v0.9.1
- (Bug fix) Retries in POST/PUTs to REST APIs didn't happen.
- Warn users if
allow_pickle=True
is required.