rerun
rerun copied to clipboard
most python api should be in plural
i.e. log_point should go away and be taken over by log_points (still the same api)
log_points should then have the ergonomics of log_point, e.g. not having to wrap in extra array
We've decided never to add log_images or log_tensors, and instead treat each value in a tensor as an instance:
- https://github.com/rerun-io/rerun/issues/1756
We're rewriting the API now; this will now be handled by archetypes