jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
390 stars 283 forks source link

New release #532

Closed davidbrochart closed 4 years ago

davidbrochart commented 4 years ago

It would be nice to make a new release, so that the AsyncKernelManager can go into jupyter_server: https://github.com/jupyter/jupyter_server/pull/191

kevin-bates commented 4 years ago

This would be helpful for https://github.com/jupyter/notebook/pull/4479 and https://github.com/jupyter/enterprise_gateway/pull/580 as well.

3fon3fonov commented 4 years ago

and please fix https://github.com/jupyter/jupyter_client/issues/523

davidbrochart commented 4 years ago

It is fixed in https://github.com/ipython/ipykernel/pull/489, it has to be merged in ipykernel and I cannot do that.

MSeal commented 4 years ago

I'm good with doing a release this week. There's a number of downstream clients waiting for the changes. I'll plan to get that going tomorrow unless there's any pending issues unresolved someone knows about that I missed.

MSeal commented 4 years ago

6.1.0 is released. I'll probably skip announcing it more broadly and leave the async support announcement when our downstream libraries have released it as well.

kevin-bates commented 4 years ago

Awesome - thanks Matthew!