jupyter / jupyter_core

Core Jupyter functionality
https://jupyter-core.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
195 stars 181 forks source link

Jupyter Core 5.0 Major Release #284

Closed jasongrout closed 1 year ago

jasongrout commented 2 years ago

We have a few issues that would require a major release. This issue coordinates work for a 5.0 major release

See the project board for issue tracking for 5.0: https://github.com/orgs/jupyter/projects/6

blink1073 commented 1 year ago

https://github.com/jupyter/jupyter_core/releases/tag/5.0.0rc0 is now available for testing

blink1073 commented 1 year ago

https://pypi.org/project/jupyter-core/5.0.0rc1/ fixes the version handling in version.py.

jasongrout commented 1 year ago

I created https://github.com/jupyter/jupyter_core/issues/294 to track elaborating in the changelog about the changes that can affect users.

fcollonval commented 1 year ago

I would like to highlight the comments https://github.com/jupyter/jupyter_core/pull/291#issuecomment-1262498164

In particular what should we do about the lab configuration? If the configuration starts to be in CWD by default, lots of user will have a hard time figuring out

blink1073 commented 1 year ago

After 5.0.0rc2, the cwd is no longer included at all. @kevin-bates can you please see if you're getting the same behavior?

kevin-bates commented 1 year ago

@blink1073 - jupyter_core==5.0.0rc2 no longer creates the lab/workspaces folder in the user's home directory when invoking Lab from that directory (per my previous observation). I also reconfirmed the issue using 5.0.0rc1.

blink1073 commented 1 year ago

Great, thanks!

blink1073 commented 1 year ago

I plan to make the release tomorrow, with the release notes here.

blink1073 commented 1 year ago

Closing as complete