-
Notifications
You must be signed in to change notification settings - Fork 950
7.2 Release plans #2000
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
Comments
CC @jupyter-widgets/jupyter-widgets |
Just took a quick look over the milestoned issues/PRs and looks good. Let me know if you want me to review anything. |
will it be compatible with jupyterlab-beta2 ? it's said beta2 breaks compatibility with beta1 |
The python ipywidgets 7.2 library will be compatible (it is versioned independently of jupyterlab). The Javascript jupyterlab manager will be updated when JLab beta 2 is released to be compatible. |
ok, thanks for the information. |
Sample release notes: It has been 91 days since the last release, 7.1.0. In this release, we closed 20 issues and 44 pull requests with 187 commits touching 77 files, including 135 non-merge commits. We'd like to thank the following contributors to the ipywidgets codebase in this repository. We had 18 contributors, of which 13 are new contributors (denoted with a *). *Anand Chitipothu Also of particular note, 39 "reference" issues were closed in this time period. These issues archive answered questions and other discussions with community members, and represent a tremendous amount of effort to engage with the community. |
@jupyter-widgets/jupyter-widgets - As mentioned on gitter, my plan is to finish checking the examples and the documentation today, then release 7.2.0. Any objections? |
I uploaded the js packages to npm and ipywidgets 7.2.0, and widgetsnbextension 3.2.0 to pypi. Please test @jupyter-widgets/jupyter-widgets. @mwcraig (or someone in Europe, as they are likely up now :) - would you mind doing the conda-forge update? The hashes are in the release commit message: 41064fc |
I'll let people test this for a bit, then we can publish the release notes and make an announcement. |
I did verify that a simple pip install makes the widget list notebook work in the classic notebook and jupyterlab. And we don't have any more enable step with pip! Hooray! |
Thanks for doing the release! I've started the conda-forge PRs: At the moment, we still have the |
Yes we should keep it I think, but we should reconsider |
And great work again Jason! |
Would the one-liner just read in I'll remove the |
That is what I had in mind, maybe use some functions used here?:
https://github.com/jupyter/notebook/blob/master/notebook/nbextensions.py#L319
(from mobile phone)
…On Fri, 30 Mar 2018, 09:51 Pascal Bugnion, ***@***.***> wrote:
Would the one-liner just read in notebook.json, change the JSON and save
it again (e.g. using the json module), or are there higher-level
libraries we could use?
I'll remove the widgetsnbextension disable for now, and we can revisit to
do more complex logic in a separate release.
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#2000 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABryPRVr08zr2x5JIcc-AaDWcRSDYKu9ks5tjePrgaJpZM4Sw-kx>
.
|
I actually don't have permissions to merge the nbextension PR for conda. It looks ready for merging, though. Once that's merged, I can submit the ipywidgets-feedstock PR (or someone else if they get there first). widgetsnbextension-feedstock PR here. |
Relying on notebook module as much as possible, and that the new argument
|
In case |
Both ipywidgets and widgetsnbextension feedstocks are now merged, thanks! For reference, the widgetsnbextension recipe has been changed so that, on uninstalling, the entry is completely removed from the
leaves your sys-prefix |
Looks like all we have left is publishing a note to the mailing list, though at this point, perhaps it's a bit dated? |
I just created a 7.2 milestone with all of our completed patch and minor milestone issues/PRs. I added a few more I'll look at today or tomorrow: https://github.com/jupyter-widgets/ipywidgets/milestone/25
The text was updated successfully, but these errors were encountered: