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

runtime update causes implicit dependencies not to run their side effects #5

Closed
thomasballinger opened this issue Sep 25, 2021 · 1 comment

Comments

@thomasballinger
Copy link
Owner

A good API change (any falsy value observer value causes a cell not to be observed) causes a behavior change in observable_jupyter: when specific cells are embedded, other cells they implicitly depend on for side effects will not run!

This change was published in 0.1.8 for about five minutes, from 5:43pm to 5:49 today, at which point I deleted the release.

This may be a behavior uses want — the hide= option that robservable uses is nice — but this would be a confusing breaking change to surprise users with. observable_jupyter users expect all cells to be run by default.

  • 2021-09-24 17:43:41+0000 0.1.8 published on PyPI containing this bug
  • 2021-09-25T00:49:34+0000 0.1.8 deleted from PyPI
@thomasballinger
Copy link
Owner Author

Fixed in 2030959

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant