simvue-io / python-api

Simvue Python API
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Use `None` to retrieve all metric values #574

Closed kzscisoft closed 1 week ago

kzscisoft commented 1 week ago

Retrieve all metric values by default

Issue: Closes #548

Python Version(s) Tested: 3.13.0

Operating System(s): Ubuntu 24.10

📝 Summary

Client.get_metric_values(...) will now return all points if max_points = None or is unspecified.

🔄 Changes

Updated default to be None and not -1

✔️ Checklist