-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
JupyterLab 3.3 Release #11643
Comments
@echarles in this week meeting, it was decided to carry out a 3.3 release in January (RC0 on 3rd week). We will review which features to bring in on January 12th meeting. I propose: |
I'll need to comb through the issues in more detail later, but off the cuff I know the small fix in #11540 is something Elyra would love to see in 3.3 |
Could #11387 be included? |
I propose #10633 |
@zer0-memory thanks for the suggestion. Due to our limited bandwidth, only features that are part of master will be added to JLab 3.3. So if you can help with fixing the mentioned issue, it will be great. |
Posting here some thoughts on how the JS packages should be versioned for Currently the packages are at the If we want to go through the usual alpha -> beta -> rc -> final cycle, the versions will then be bumped to However these versions have already been used on And published to npm: https://www.npmjs.com/package/@jupyterlab/application/v/3.3.0-alpha.1 Something to keep in mind when we start making the |
Probably the simplest would then be to manually bump the JS packages to |
FYI the first |
This one is a common ask: |
@krassowski I'm working on it #11941 |
We have said during our last dev meeting yesterday jupyterlab/frontends-team-compass#135 (comment) that we would release a new alpha next week. Looking at all the PR merged since the last alpha release, I step-in to already make a new alpha release this week. Base on the status of the merged PR and the remaining ones, we can always make a new alpha release next week. I hope this will work for everyone and that it will help to speed up the process for 3.3 final. |
Major features are now merged in 3.3.x. Remaining PRs are listed in the 3.3.x milestone |
@fcollonval I think this is expected and related to the This was noticed in #11810. When we bump to |
Yes, I asked my self similar question in former releases. The different jupyterlab packages are bumped, but not enforced to be the same. I guess that is no change is seen, there is no bump. So a 3.3.0-alpha.x release will be composed of various npm packages version number. The pypi version has however to be aligned Then bumping from eg alpha to beta will reset all that. |
@jtpio we have further discussed the release plan at yesterday developer meeting and the consensus was to keep the final release date by end of February. This would imply a Beta release this week. I can handle that today if OK for you. |
Right we should be good for the beta now that most of the features have been backported. The remaining |
JupyterLab release 3.3.0 will be done on March 2nd at 4pm CET (7am PT). You can join the release on Zoom. |
JupyterLab 3.3.0 is out 🎉
Let us know if you find any issue. Thanks all! |
Hi, I am opening this to discuss and gather inputs on a potential 3.3. release from the current 3.2 branch before the 4.0 release. We have a few ongoing PR that, if merged, would deserve a release before the 4.0 release.
The idea would be to get a 3.3. release in January 2022. Of course, if the 4.0 release is achievable by that time, we could skip that intermediary step.
List of pending PR to consider for 3.3 - Please edit this comment to add yours.
Backport/3.2.x/11608 Toggle side-by-side rendering for current notebook #11718
Backport on 3.3.x: Toggle side-by-side rendering for current notebook (#11793) #11794
Backport PR #11566 on branch 3.3.x (Show the kernel sources as a debugger tab and allow the user to break in kernel sources) #11954
Backport PR #12030 on branch 3.3.x (Debounce kernel sources filter) #12068
Backport PR #11881 on branch 3.3.x (Add startMode setting to define the startup mode) #11909
Backport PR #11880 on branch 3.3.x (Add side-by-side margin override in the notebookConfig) #11948
Backport PR #11883 on branch 3.3.x (ensure a single modal is opened in case of time conflict savings) #11929
Backport PR #11949 on branch 3.3.x (Fix autocomplete in console) #11956
Backport PR #11646 on branch 3.3.x (Drop testing Python 3.6, test on Python 3.10) #11867
Backport PR #11740 on branch 3.3.x (Drop support for Python 3.6) #11866
Backport PR #11171 on branch 3.3.x (Update variable renderer panels) #11874
Backport PR #11171 on branch 3.3.x (Update variable renderer panels) #11874
closeOnExit
terminal option #11637Backport PR #11637 on branch 3.3.x (Add closeOnExit terminal option) #11868
Backport PR #10469 on branch 3.3.x (Allow extensions and users to customize easily toolbar items.) #11873
Backport PR #11730 on branch 3.3.x (List workspaces) #11869
Backport PR #11387 on branch 3.3.x (Add a command to open a file from a URL) #11870
Backport PR #11540 on branch 3.3.x (Allow to link factory to file type when adding it) #11940
Edited to gather all suggestions
Edited with ☑️ to highlight backported PR to 3.3.x has been created
The text was updated successfully, but these errors were encountered: