-
Notifications
You must be signed in to change notification settings - Fork 591
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
Release v0.16.2 #1808
Release v0.16.2 #1808
Conversation
As of a624f43, when I run this code: import fiftyone as fo
import fiftyone.zoo as foz
dataset = foz.load_zoo_dataset("quickstart-video")
clips = dataset.to_clips("frames.detections")
session = fo.launch_app(dataset)
session.view = clips and then refresh the App by pressing ctrl + R in my browser, I get this error:
Also, if I then try to escape this error by pressing session.view = None and then press the I'm stating this second part because it would be ideal if pressing
|
b40150b
to
32719a5
Compare
Comments addressed. Resetting from the error page with the |
Just verified that #1807, #1809, and #1808 (comment) are resolved 👍 |
Hmm not sure about always resetting to But anyway, don't want to overdesign right now. The whole point of having the |
Formalizing a history of states shouldn't be hard, but that would need to be added before we could return to the previous state. Undrafting. I am prepping release notes now. Will publish later today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Includes
Resolves