rerun icon indicating copy to clipboard operation
rerun copied to clipboard

most python api should be in plural

Open Wumpf opened this issue 3 years ago • 1 comments

i.e. log_point should go away and be taken over by log_points (still the same api)

Wumpf avatar Nov 25 '22 16:11 Wumpf

log_points should then have the ergonomics of log_point, e.g. not having to wrap in extra array

emilk avatar Feb 07 '23 12:02 emilk

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

emilk avatar Apr 17 '23 07:04 emilk

We're rewriting the API now; this will now be handled by archetypes

emilk avatar Jul 14 '23 12:07 emilk