Jupyter-enterprise-gateway

Latest version: v3.2.3

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

2.1.1

Jupyter Enterprise Gateway release 2.1.1 is strictly a maintenance release:

- jupyter_client's cache_ports feature is disabled since they don't apply to remote kernels
- KeyError: 'jinja2_env' when the kernel doesn't exist no longer occurs
- pycrypto has been replaced with pycryptodomex
- Python kernel launcher was made compatible with Python 2
- Tolerate async updates coming on next notebook release. This allows this EG release to continue working with updated Notebook releases until EG 2.2 is ready.

**Many thanks to the following contributors:**
- Alan Chin (akchinSTC)
- Blair Azzopardi (bsdz)
- Kevin Bates (kevin-bates)
- Luciano Resende (lresende)

2.1.0

Jupyter Enterprise Gateway release 2.1.0 includes the following:

- Enterprise Gateway is no longer dependent on Jupyter Kernel Gateway - allowing for increased freedom to make handler-based changes
- [Dynamic Configurables](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/config-options.html#dynamic-configurables) are now available
- EG now uses [yarn-api-client 1.x](https://github.com/CODAIT/hadoop-yarn-api-python-client/releases) for its interactions with Hadoop YARN cluster managers
- Enhancements towards better HA support
- Documentation updates
- Bug fixes

**Many thanks to the following contributors:**
- amangarg96
- Gottam Sai Bharath (Gsbreddy)
- Joris Jamers (JorisJamers)
- Kevin Bates (kevin-bates)
- Luciano Resende (lresende)
- Michelle Ufford (MichelleUfford)
- Siou (abz53378)
- tatsuya-ogawa

2.0.0

Jupyter Enterprise Gateway release 2.0.0 officially introduces support for Kubernetes! 🎉

This includes support for [kernel-based images](https://hub.docker.com/u/elyra/) consisting of:
* Python (IPython), Python w/ Spark, Python w/ Tensorflow, and Python w/ Tensorflow and GPUs
* Scala (Toree) w/ Spark
* R (IRKernel), R w/ Spark

Other items included in this release:

* Support for Docker and Docker Swarm
* [Helm chart for Kubernetes](https://github.com/jupyter/enterprise_gateway/tree/v2.0.0rc2/etc/kubernetes/helm), [Compose file for Docker](https://github.com/jupyter/enterprise_gateway/blob/v2.0.0rc2/etc/docker/docker-compose.yml)
* [Spark 2.4 support](https://spark.apache.org/docs/latest/index.html)
* Dask-Yarn support
* Gateway Client (experimental) - demonstrates how to use Enterprise Gateway programmatically
* Jupyter Hub integration (configuration)
* [Drop support for Python 2.x](https://python3statement.org/)
* Kernel images based on [Jupyter Docker-stacks](https://github.com/jupyter/docker-stacks)
* Support for multiple YARN resource managers (HA)
* Bug fixes

Many thanks to the following contributors:
- Alan Chin (akchinSTC)
- Alexey (xhumanoid)
- Andrew Otto (ottomata)
- Atin Sood
- Charlie Yang (charlieeeeeee)
- Chia-liang Kao (clkao)
- Dan Helfman (witten)
- Dmitri Khokhlov (dkhokhlov)
- Eric Charles (echarles)
- Eric Dill (ericdill)
- Eunsoo Park (esevan)
- Grigoriy (lamOrigin007)
- gsaibhar
- Hagen Hoferichter (h4gen)
- IMAM KHURSHEED (IMAM9AIS)
- Inki Hwang (fisache)
- Jim Crist (jcrist)
- Kevin Bates (kevin-bates)
- Kuisong Tong (ktong)
- Luciano Resende (lresende)
- Matt Todd (mattjtodd)
- Michał Zimniewicz (michzimny)
- Naresh Sankapelly (nareshsankapelly)
- Philip Jones (philip-p-jones)
- Ray Yamamoto Hilton (rayh)
- Ron Wu (ronnnwu)
- Solaris (SolarisYan)
- Todd (toddrme2178)
- Troy Flagg
- sudheer0553 (sudheer0553)
- Vikas Garg (vikasgarg1996)
- Zain Kabani (zain-kabani)

2.0.0rc2

Jupyter Enterprise Gateway release 2.0.0rc2 officially introduces support for Kubernetes! 🎉

This includes support for [kernel-based images](https://hub.docker.com/u/elyra/) consisting of:
* Python (IPython), Python w/ Spark, Python w/ Tensorflow, and Python w/ Tensorflow and GPUs
* Scala (Toree) w/ Spark
* R (IRKernel), R w/ Spark

Other items included in this release:

* Support for Docker and Docker Swarm
* [Helm chart for Kubernetes](https://github.com/jupyter/enterprise_gateway/tree/v2.0.0rc2/etc/kubernetes/helm), [Compose file for Docker](https://github.com/jupyter/enterprise_gateway/blob/v2.0.0rc2/etc/docker/docker-compose.yml)
* [Spark 2.4 support](https://spark.apache.org/docs/latest/index.html)
* Dask-Yarn support
* Gateway Client (experimental) - demonstrates how to use Enterprise Gateway programmatically
* Jupyter Hub integration (configuration)
* [Drop support for Python 2.x](https://python3statement.org/)
* Kernel images based on [Jupyter Docker-stacks](https://github.com/jupyter/docker-stacks)
* Support for multiple YARN resource managers (HA)
* Bug fixes

Thanks to the following contributors:
- Alan Chin (akchinSTC)
- Alexey (xhumanoid)
- Andrew Otto (ottomata)
- Atin Sood
- Charlie Yang (charlieeeeeee)
- Dan Helfman (witten)
- Eric Charles (echarles)
- Eric Dill (ericdill)
- Eunsoo Park (esevan)
- Grigoriy (lamOrigin007)
- gsaibhar
- Hagen Hoferichter (h4gen)
- Inki Hwang (fisache)
- Jim Crist (jcrist)
- Kevin Bates (kevin-bates)
- Kuisong Tong (ktong)
- Luciano Resende (lresende)
- Matt Todd (mattjtodd)
- Michał Zimniewicz (michzimny)
- Philip Jones (philip-p-jones)
- Ray Yamamoto Hilton (rayh)
- Ron Wu (ronnnwu)
- Solaris (SolarisYan)
- Todd (toddrme2178)
- Troy Flagg
- sudheer0553 (sudheer0553)
- Zain Kabani (zain-kabani)

2.0.0rc1

Jupyter Enterprise Gateway release 2.0.0rc1 officially introduces support for Kubernetes! 🎉

This includes support for kernel-based images consisting of:
* Python (IPython), Python w/ Spark, Python w/ Tensorflow, and Python w/ Tensorflow and GPUs
* Scala (Toree) w/ Spark
* R (IRKernel), R w/ Spark

Other items included in this release:

* Support for Docker and Docker Swarm
* Spark 2.4 support
* Dask-Yarn support
* Gateway Client (experimental) - demonstrates how to use Enterprise Gateway programmatically
* Jupyter Hub integration (configuration)
* [Drop support for Python 2.x](https://python3statement.org/)
* Kernel images based on [Jupyter Docker-stacks](https://github.com/jupyter/docker-stacks)

2.0.0beta.1

Jupyter Enterprise Gateway release 2.0.0-beta.1 officially introduces [support for Kubernetes](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/getting-started-kubernetes.html)! :tada:
- This includes support for [kernel-based images](https://hub.docker.com/u/elyra/) consisting of:
- Python (IPython), Python w/ Spark, Python w/ Tensorflow, and Python w/ Tensorflow and GPUs
- Scala (Toree) w/ Spark
- R (IRKernel), R w/ Spark

Other items included in this release:
- Support for [Docker and Docker Swarm](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/getting-started-docker.html)
- [Spark 2.4](http://spark.apache.org/) support
- [Dask-Yarn](http://yarn.dask.org/en/latest/) support
- [Gateway Client](https://github.com/jupyter/enterprise_gateway/blob/master/enterprise_gateway/client/gateway_client.py) (experimental) - demonstrates how to use Enterprise Gateway directly
- [Jupyter Hub integration](https://blog.jupyter.org/on-demand-notebooks-with-jupyterhub-jupyter-enterprise-gateway-and-kubernetes-e8e423695cbf) (configuration)

Thanks to the following contributors:
- Alan Chin (akchinSTC)
- Alexey (xhumanoid)
- Andrew Otto (ottomata)
- Atin Sood
- Charlie Yang (charlieeeeeee)
- Eric Dill (ericdill)
- Grigoriy (lamOrigin007)
- Hagen Hoferichter (h4gen)
- Inki Hwang (fisache)
- Jim Crist (jcrist)
- Kevin Bates (kevin-bates)
- Kuisong Tong (ktong)
- Luciano Resende (lresende)
- Ray Yamamoto Hilton (rayh)
- Ron Wu (ronnnwu)
- Solaris (SolarisYan)
- Todd (toddrme2178)
- Troy Flagg
- sudheer0553 (sudheer0553)
- Zain Kabani (zain-kabani)

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.