-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Bump ipytree from 0.2.1 to 0.2.2 #1112
Conversation
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
fc99877
to
2cd5627
Compare
2cd5627
to
a37586c
Compare
@dependabot recreate |
ef8fe2c
to
f76076c
Compare
Change in API??
|
0d52dc3
to
48271ff
Compare
Perhaps more an issue with the recursive nature of the function...? |
046d2ac
to
980e766
Compare
27b1d1d
to
25176b1
Compare
5101a41
to
715d8cc
Compare
Bumps [ipytree](https://github.com/martinRenou/ipytree) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/martinRenou/ipytree/releases) - [Changelog](https://github.com/martinRenou/ipytree/blob/master/RELEASE.md) - [Commits](https://github.com/martinRenou/ipytree/commits) --- updated-dependencies: - dependency-name: ipytree dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
715d8cc
to
efe872b
Compare
Yeah not sure. It could also be a change in An cc @martinRenou (in case you have any insights here 🙂) |
This is the preferred way to handle widget representation now.
Switches to using `_repr_mimebundle_` instead of `_ipython_display_`. Require ipywidgets 8.0.0, as we made the same switch in response.
Codecov Report
@@ Coverage Diff @@
## main #1112 +/- ##
=======================================
Coverage 99.95% 99.95%
=======================================
Files 36 36
Lines 14142 14141 -1
=======================================
- Hits 14135 14134 -1
Misses 7 7
|
Think I figured out the issue, upstream ( To address this, made the same switch in Zarr. AFAICT it is not really possible to support both. So just made this a breaking change and bumped the minimum versions of both |
Needed in some cases with `ipywidgets` objects.
There were a few other tweaks needed to get this to work locally (pushed), but this now seems to behave correctly 🙂 |
Makes this explicit in our requirements. Also should help us track down breakages from it in the future.
Indeed
You can probably support both by calling |
Thanks Martin! 🙏
Ok so it sounds like moving to
Interesting, this sentence in the
IIUC that means |
Whew. Thanks, both! |
Oops sorry didn't mean to merge myself 🤦♂️ Trying to get use to a new computer so probably messed something up 😅 Happy to follow up more as needed |
If things stay green, 👍 |
Sorry my comment about deprecating Though ipywidgets is not using According to the IPython docs, I'm not sure supporting both makes sense then. But I believe my comment about calling
And you probably don't need to implement |
Interesting. This would mean adding |
It is already an ipywidgets dependency. Though it is being discussed to remove the ipython and ipykernel dependencies. I'd really like that to happen at some point, because we don't want to enforce ipywidgets to run inside ipykernel. If you don't want to add an IPython dependency in zarr-python, then probably your PR here removing |
Bumps ipytree from 0.2.1 to 0.2.2.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)