Skip to content
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

Changelog for release 5.3.0 #453

Closed
willingc opened this issue Jun 28, 2019 · 2 comments
Closed

Changelog for release 5.3.0 #453

willingc opened this issue Jun 28, 2019 · 2 comments

Comments

@willingc
Copy link
Member

willingc commented Jun 28, 2019

Going under the assumption (based on early messages back on #452), we should start a changelog entry for the docs.

Edit this message with bullets.

New

Changed

Removed

  • Support for Python 3.3 and 3.4 dropped (upstream packages dropped support already)

Notes about installation or upgrade (if any)

The largest changes in 5.3.0 are the removal of older python 3 version support and the thread / process safe improvements to jupyter client. The latter change involved changing the zmq context objects to not be shared globally. The impact of this is that there will be a couple more C++ io threads running to handle messages along with some minor memory overhead. Overall these costs should be low compared to other adjacent costs and gives a much safer execution pattern. A big thanks to @alexrudy for digging in and finding the root problem here during PyCon's code sprint!

@MSeal MSeal mentioned this issue Jul 5, 2019
@SylvainCorlay
Copy link
Member

Thanks @MSeal for editing the issue. This looks perfect.

Sorry for not tackling this earlier. We were in the rush to upgrade all possible extensions to JupyterLab 1.0 before Scipy - and a trip to the UK in the beginning of the week.

@MSeal
Copy link
Contributor

MSeal commented Jul 7, 2019

No worries. I was also unavailable for a bit there.

@MSeal MSeal closed this as completed Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants