You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to v0.3.0 (#171)
* Add doc example
* Bump package version to 0.3.0
* Remove unused import of Callable from camera.py
* Add camera structures to docs
* Save some CI cycles and update version
`Labels.split` and `Labels.make_training_splits` (#98)
* Add "all" embed target, clean up embedding docs, dedup, tests
* Video typing things and cleanup
* Labels.split
* Add provenance (filename) at load time
* Provenance serialization
* Add provenance to Labels.split
* Add Labels.make_training_splits
* Update docs
* Bump version
* Test fixes