Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

most python api should be in plural #362

Closed
Wumpf opened this issue Nov 25, 2022 · 3 comments
Closed

most python api should be in plural #362

Wumpf opened this issue Nov 25, 2022 · 3 comments
Labels
🐍 Python API Python logging API

Comments

@Wumpf
Copy link
Member

Wumpf commented Nov 25, 2022

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

@Wumpf Wumpf added the 🐍 Python API Python logging API label Nov 25, 2022
@emilk
Copy link
Member

emilk commented Feb 7, 2023

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

@emilk
Copy link
Member

emilk commented Apr 17, 2023

We've decided never to add log_images or log_tensors, and instead treat each value in a tensor as an instance:

@emilk
Copy link
Member

emilk commented Jul 14, 2023

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

@emilk emilk closed this as completed Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐍 Python API Python logging API
Projects
None yet
Development

No branches or pull requests

2 participants