Ipykernel

Latest version: v6.29.4

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

Scan your dependencies

Page 6 of 23

6.18.2

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.1...a38167b1c689130df231fa77d712827bc75a8ba6))

Bugs fixed

- Configurables needs to be configurable [1037](https://github.com/ipython/ipykernel/pull/1037) ([Carreau](https://github.com/Carreau))

Maintenance and upkeep improvements

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2022-11-28..2022-11-29&type=Issues) | [fperez](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afperez+updated%3A2022-11-28..2022-11-29&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues)

6.18.1

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.0...252c406a82fb9bab4071bfbc287b7a24a51752d8))

Bugs fixed

- fix: use comm package in backwards compatible way [1028](https://github.com/ipython/ipykernel/pull/1028) ([maartenbreddels](https://github.com/maartenbreddels))

Maintenance and upkeep improvements

- Add more testing and deprecate the Gtk event loops [1036](https://github.com/ipython/ipykernel/pull/1036) ([blink1073](https://github.com/blink1073))
- More coverage improvements [1035](https://github.com/ipython/ipykernel/pull/1035) ([blink1073](https://github.com/blink1073))
- Add more tests [1034](https://github.com/ipython/ipykernel/pull/1034) ([blink1073](https://github.com/blink1073))
- Add more kernel tests [1032](https://github.com/ipython/ipykernel/pull/1032) ([blink1073](https://github.com/blink1073))
- Add more coverage and add Readme badges [1031](https://github.com/ipython/ipykernel/pull/1031) ([blink1073](https://github.com/blink1073))
- Clean up testing and coverage [1030](https://github.com/ipython/ipykernel/pull/1030) ([blink1073](https://github.com/blink1073))
- Use base setup dependency type [1029](https://github.com/ipython/ipykernel/pull/1029) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-21&to=2022-11-28&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-21..2022-11-28&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-21..2022-11-28&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-21..2022-11-28&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-21..2022-11-28&type=Issues)

6.18.0

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.17.1...ce0b6c296bc19223d426892657878f28af0ec206))

Enhancements made

- Add terminal color support [1025](https://github.com/ipython/ipykernel/pull/1025) ([blink1073](https://github.com/blink1073))
- Extract the Comm Python package [973](https://github.com/ipython/ipykernel/pull/973) ([martinRenou](https://github.com/martinRenou))

Maintenance and upkeep improvements

- Add windows coverage and clean up workflows [1023](https://github.com/ipython/ipykernel/pull/1023) ([blink1073](https://github.com/blink1073))
- Increase coverage [1021](https://github.com/ipython/ipykernel/pull/1021) ([blink1073](https://github.com/blink1073))
- Allow releasing from repo [1020](https://github.com/ipython/ipykernel/pull/1020) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-09&to=2022-11-21&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-09..2022-11-21&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-09..2022-11-21&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-09..2022-11-21&type=Issues)

6.17.1

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.17.0...a06867786eaf0c5d9454d2df61f354c7012a625e))

Maintenance and upkeep improvements

- Ignore the new Jupyter_core deprecation warning in CI [1019](https://github.com/ipython/ipykernel/pull/1019) ([jasongrout](https://github.com/jasongrout))
- Bump actions/checkout from 2 to 3 [1018](https://github.com/ipython/ipykernel/pull/1018) ([dependabot](https://github.com/dependabot))
- Add dependabot [1017](https://github.com/ipython/ipykernel/pull/1017) ([blink1073](https://github.com/blink1073))
- Add pyupgrade to pre-commit [1014](https://github.com/ipython/ipykernel/pull/1014) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-31&to=2022-11-09&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-31..2022-11-09&type=Issues) | [dependabot](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adependabot+updated%3A2022-10-31..2022-11-09&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajasongrout+updated%3A2022-10-31..2022-11-09&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-31..2022-11-09&type=Issues)

6.17.0

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6))

Enhancements made

- Enable webagg in %matplotlib [1012](https://github.com/ipython/ipykernel/pull/1012) ([zhizheng1](https://github.com/zhizheng1))

Maintenance and upkeep improvements

- Update supported pythons to 3.8-3.11 [1013](https://github.com/ipython/ipykernel/pull/1013) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-25&to=2022-10-31&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-25..2022-10-31&type=Issues) | [zhizheng1](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Azhizheng1+updated%3A2022-10-25..2022-10-31&type=Issues)

6.16.2

([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12))

Maintenance and upkeep improvements

- Fix failing test and update matrix [1010](https://github.com/ipython/ipykernel/pull/1010) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-20&to=2022-10-25&type=c))

[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-20..2022-10-25&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-20..2022-10-25&type=Issues)

Page 6 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.