jupyter_core icon indicating copy to clipboard operation
jupyter_core copied to clipboard

Jupyter Core 5.0 Major Release

Open jasongrout opened this issue 3 years ago • 4 comments

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

  • Also https://github.com/jupyter/jupyter_core/issues/228 looks good to tackle, which probably does not require a major release.

jasongrout avatar Aug 22 '22 16:08 jasongrout

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

blink1073 avatar Sep 28 '22 14:09 blink1073

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

blink1073 avatar Sep 28 '22 14:09 blink1073

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

jasongrout avatar Sep 28 '22 15:09 jasongrout

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

  • why their settings are not loaded any longer or are inconsistent
  • and as pointed by @kevin-bates why the config folder is visible

fcollonval avatar Oct 11 '22 07:10 fcollonval

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?

blink1073 avatar Oct 28 '22 16:10 blink1073

@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.

kevin-bates avatar Oct 28 '22 17:10 kevin-bates

Great, thanks!

blink1073 avatar Oct 28 '22 19:10 blink1073

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

blink1073 avatar Nov 08 '22 14:11 blink1073

Closing as complete

blink1073 avatar Nov 25 '22 17:11 blink1073